← 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-05-27T11:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Unknown Loader IOCs rule detects potential adversary activity involving an unknown loader, which may be used to execute malicious payloads or establish persistence. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage threats that could evade traditional detection methods.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashD25263FC9F895ED6FBC5F07AD009B87B2FE03D691C44E220CE37CE7042FFA9D9payload2026-05-2775%
sha256_hashC881253DAFCF1322A771139B1A429EC1E78C507CA81A218A20DC1A4B25ABBFE7payload2026-05-2775%
sha256_hashA8FFAB0B134E177655DD255F9B05296BB5CA7C40C5C1A2157DB81FC68B350FFDpayload2026-05-2775%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Unknown Loader
let malicious_hashes = dynamic(["D25263FC9F895ED6FBC5F07AD009B87B2FE03D691C44E220CE37CE7042FFA9D9", "C881253DAFCF1322A771139B1A429EC1E78C507CA81A218A20DC1A4B25ABBFE7", "A8FFAB0B134E177655DD255F9B05296BB5CA7C40C5C1A2157DB81FC68B350FFD"]);
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/