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

Hunt Hypothesis

The ThreatFox: Xloader IOCs rule detects potential adversary activity associated with the Xloader malware, which is known for its persistence and data exfiltration capabilities. SOC teams should proactively hunt for these IOCs in Azure Sentinel to identify and mitigate early-stage compromises before significant data loss or network infiltration occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashf545a0384505117c03a33842384f9ea397ffc835payload2026-06-2095%
md5_hashf2a520db47f163760eef8629fc4a92e2payload2026-06-2095%
sha256_hash0aa7360574fed7f19d3c1b9c12e0e3e90f0b415eab4d0901559fbe7703dfe939payload2026-06-2095%
sha256_hash0c620497c06028c783050d81daf378edc7c0cfba3977f0137ebc3ffdd8765a56payload2026-06-2095%
sha1_hashafca972d30b80f02e2a2abc4d653cb1579cb509bpayload2026-06-2095%
md5_hash349e9cfa230a379f16ba28418a73d3bfpayload2026-06-2095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Xloader
let malicious_hashes = dynamic(["f545a0384505117c03a33842384f9ea397ffc835", "f2a520db47f163760eef8629fc4a92e2", "0aa7360574fed7f19d3c1b9c12e0e3e90f0b415eab4d0901559fbe7703dfe939", "0c620497c06028c783050d81daf378edc7c0cfba3977f0137ebc3ffdd8765a56", "afca972d30b80f02e2a2abc4d653cb1579cb509b", "349e9cfa230a379f16ba28418a73d3bf"]);
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/osx.xloader/