← Back to SOC feed Coverage →

ThreatFox: XWorm IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-xworm
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-11T11:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the presence of XWorm malware, which establishes persistence and exfiltrates data through cryptographic obfuscation to maintain long-term access. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints before the adversary leverages their hidden foothold for further lateral movement or data theft.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash9fd960978ea37f0c25951fd48f4e457b13d2594cc45249fae79fda9bcfe86547payload2026-09-1195%
sha1_hash99201aa09d72162517eaef41b48eb7b2fbe5cd93payload2026-09-1195%
md5_hash7843d446531b71cd75f725abda1df21cpayload2026-09-1195%
md5_hash7c84081b3d55fd6c8497b5f980c65909payload2026-09-1195%
sha256_hasha283f8fa8b08688bac38396e9b59aacf89037577177611df9891c58a0739d4a9payload2026-09-1195%
sha1_hash340aaef808241e106812eaa007ca5719310e467bpayload2026-09-1195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - XWorm
let malicious_hashes = dynamic(["9fd960978ea37f0c25951fd48f4e457b13d2594cc45249fae79fda9bcfe86547", "99201aa09d72162517eaef41b48eb7b2fbe5cd93", "7843d446531b71cd75f725abda1df21c", "7c84081b3d55fd6c8497b5f980c65909", "a283f8fa8b08688bac38396e9b59aacf89037577177611df9891c58a0739d4a9", "340aaef808241e106812eaa007ca5719310e467b"]);
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/win.xworm/