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

Hunt Hypothesis

This hunt hypothesis targets adversary behavior characterized by the presence of specific XWorm indicators of compromise that signal active worm propagation and lateral movement within the network. Proactively hunting for these signatures in Azure Sentinel is critical to rapidly identify early-stage infections before they escalate into widespread outbreaks, thereby minimizing potential data exfiltration and operational downtime.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashc4785f0696cae4e8630d28e545bbee207544e7e3payload2026-07-1095%
md5_hash6e66f889923ccb7dc34641a4d7ddc234payload2026-07-1095%
sha256_hash7ee796a8fef94d38a6ef3d906fe3d37052b5b6c2435420dcc75e459fbc501a68payload2026-07-1095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - XWorm
let malicious_hashes = dynamic(["c4785f0696cae4e8630d28e545bbee207544e7e3", "6e66f889923ccb7dc34641a4d7ddc234", "7ee796a8fef94d38a6ef3d906fe3d37052b5b6c2435420dcc75e459fbc501a68"]);
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, along with suggested filters and exclusions tailored for an enterprise environment:

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