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

Hunt Hypothesis

This hunt targets adversary behavior characterized by the propagation of XWorm malware through specific Indicators of Compromise (IOCs) that may evade standard signature-based defenses. Proactively searching for these IOCs in Azure Sentinel is critical to rapidly identify lateral movement and contain potential outbreaks before they compromise sensitive cloud workloads.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashd9d6fc3085dd822f258601164ecb21f318822a63ca0360aead9201bcee49ed04payload2026-07-0595%
sha1_hash96f4bf9096686fcb2cd171034b9ea22cd4da2280payload2026-07-0595%
md5_hash4b3c6ee4490da28af2ec40637384c400payload2026-07-0595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - XWorm
let malicious_hashes = dynamic(["d9d6fc3085dd822f258601164ecb21f318822a63ca0360aead9201bcee49ed04", "96f4bf9096686fcb2cd171034b9ea22cd4da2280", "4b3c6ee4490da28af2ec40637384c400"]);
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: XWorm IOCs detection rule in an enterprise environment, along with recommended filters or exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/win.xworm/