← Back to SOC feed Coverage →

ThreatFox: Unknown Loader IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxunknown_loader
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-09-17T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of specific IOCs linked to the Unknown Loader, a tool frequently used by adversaries to establish initial footholds and execute further payloads within Azure environments. Proactively hunting for these indicators allows the SOC team to identify compromised assets early, potentially disrupting the attacker’s ability to escalate privileges or move laterally before they achieve their full operational objectives.

IOC Summary

Malware Family: Unknown Loader Total IOCs: 2 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashb28bdb3846a844a25300d1f595da9339cc8e5f830312d55bc15ffed6e2c0bd88payload2026-09-1795%
sha256_hashde246468dde672b0802dacdb2f9d88434528ad091ffe5aab636e8b0358be5454payload2026-09-1795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Unknown Loader
let malicious_hashes = dynamic(["b28bdb3846a844a25300d1f595da9339cc8e5f830312d55bc15ffed6e2c0bd88", "de246468dde672b0802dacdb2f9d88434528ad091ffe5aab636e8b0358be5454"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://threatfox.abuse.ch/browse/malware/unknown_loader/