← 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-13T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of known XWorm indicators of compromise, which are frequently leveraged by threat actors to establish persistence and execute malicious payloads within Azure environments. Proactively hunting for these IOCs allows the SOC team to identify and isolate compromised assets before the worm can propagate laterally or exfiltrate sensitive data.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash57ace338ef8783b00e494a7b5e16298dd1f4eed3payload2026-09-1395%
md5_hash6fc0f852c5aad2df0bbacb406447b10epayload2026-09-1395%
sha256_hash52d3d20a7a6f3be3b1c17ef52d7586c6be663770dfe908e1a2c30516d99ac05bpayload2026-09-1395%
sha256_hash57f5d6a0f4ba2b5db7c32af655a63a62b82e83f8bc03650f953eed6a6f0e1fa2payload2026-09-1395%
sha1_hashe1de54b8f46e5c4fa38052f0cf5891e7d35549a9payload2026-09-1395%
md5_hash6ff3cc67b35a5caed0468ea9352506e9payload2026-09-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - XWorm
let malicious_hashes = dynamic(["57ace338ef8783b00e494a7b5e16298dd1f4eed3", "6fc0f852c5aad2df0bbacb406447b10e", "52d3d20a7a6f3be3b1c17ef52d7586c6be663770dfe908e1a2c30516d99ac05b", "57f5d6a0f4ba2b5db7c32af655a63a62b82e83f8bc03650f953eed6a6f0e1fa2", "e1de54b8f46e5c4fa38052f0cf5891e7d35549a9", "6ff3cc67b35a5caed0468ea9352506e9"]);
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/