← Back to SOC feed Coverage →

ThreatFox: Xloader IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocosx-xloaderthreatfox
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-07-14T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior where malicious actors deploy the Xloader dropper to establish persistence and exfiltrate sensitive data via three specific Indicators of Compromise (IOCs). Proactively hunting for these signatures in Azure Sentinel is critical because early detection of this initial infection stage allows SOC teams to isolate compromised endpoints before lateral movement or advanced payload delivery occurs.

IOC Summary

Malware Family: Xloader Total IOCs: 3 IOC Types: md5_hash, sha256_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hashd76b3e385a5f85b7c2a547ee7053342cpayload2026-07-1495%
sha256_hash13eabc99acd666de32c3db953f8416543a3fa7f86a18b922adda6f3b1045ab1dpayload2026-07-1495%
sha1_hashbace6a7c8b3a6df67feb7af9e7ead11a17505697payload2026-07-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Xloader
let malicious_hashes = dynamic(["d76b3e385a5f85b7c2a547ee7053342c", "13eabc99acd666de32c3db953f8416543a3fa7f86a18b922adda6f3b1045ab1d", "bace6a7c8b3a6df67feb7af9e7ead11a17505697"]);
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

Here are specific false positive scenarios for the ThreatFox: Xloader IOCs detection rule in an enterprise environment, along with recommended filters or exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/osx.xloader/