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

Hunt Hypothesis

This hunt hypothesis detects adversary behavior where the XWorm malware family establishes persistence within the network by leveraging known Indicators of Compromise (IOCs) to maintain long-term access and propagate across systems. A SOC team should proactively hunt for this in Azure Sentinel because early identification of these specific IOCs enables rapid containment of persistent threats before they can exfiltrate data or compromise additional endpoints.

IOC Summary

Malware Family: XWorm Total IOCs: 6 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashb75ee9270008a9a46f28f0b41738b138bbb7d89cd964acb3570cffb42fc81a05payload2026-09-0290%
sha256_hash2214907e696bad85bde1d90c943ef66e413d7a5c6d7596ced25b74441200439apayload2026-09-0250%
sha256_hash447e3a131e62bd33b1297739a7b959a92358a97f58554469044636a3c4f244e8payload2026-09-0250%
sha256_hash6d4012e0dd3b56a3e52857734fa0d582cdf3c56f0e5decc8005c882d1d1c6cebpayload2026-09-0250%
sha256_hashc0db6ddd6222d02ad7490399d33c61ded0076f0037409dc8498924458646d78apayload2026-09-0250%
sha256_hashf139b4ca15feffb7a6633ec1a431c5c604b397576b56b5c863ae8fe4fa14db4fpayload2026-09-0250%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - XWorm
let malicious_hashes = dynamic(["b75ee9270008a9a46f28f0b41738b138bbb7d89cd964acb3570cffb42fc81a05", "2214907e696bad85bde1d90c943ef66e413d7a5c6d7596ced25b74441200439a", "447e3a131e62bd33b1297739a7b959a92358a97f58554469044636a3c4f244e8", "6d4012e0dd3b56a3e52857734fa0d582cdf3c56f0e5decc8005c882d1d1c6ceb", "c0db6ddd6222d02ad7490399d33c61ded0076f0037409dc8498924458646d78a", "f139b4ca15feffb7a6633ec1a431c5c604b397576b56b5c863ae8fe4fa14db4f"]);
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 4 specific false positive scenarios for the ThreatFox: XWorm IOCs rule, along with suggested filters and exclusions tailored for a legitimate enterprise environment:

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