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

Hunt Hypothesis

This hunt identifies network connections or host artifacts matching known indicators of compromise associated with the XWorm ransomware family, which often leverages initial access vectors to deploy encryption payloads. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect early-stage infections or lateral movement attempts before the ransomware can fully encrypt data and disrupt business operations.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash90c8155599407305a6bf1105a80232b89400a212payload2026-09-0895%
md5_hash6f6cb5fd8c5696bb42cec451906324cepayload2026-09-0895%
sha256_hash3f980de6bd0581609105f594ba932e5e54a9eb1afac81d7543a3a4da8aac9a6epayload2026-09-0895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - XWorm
let malicious_hashes = dynamic(["90c8155599407305a6bf1105a80232b89400a212", "6f6cb5fd8c5696bb42cec451906324ce", "3f980de6bd0581609105f594ba932e5e54a9eb1afac81d7543a3a4da8aac9a6e"]);
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/