← Back to SOC feed Coverage →

ThreatFox: MyDoom IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-mydoom
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-24T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior characterized by the presence of six specific indicators of compromise (IOCs) linked to the MyDoom worm, which historically spreads via email attachments and network shares to establish a foothold in compromised systems. A SOC team should proactively hunt for these IOCs within Azure Sentinel because MyDoom’s legacy propagation mechanisms remain effective against modern environments, allowing early identification of potential reinfection or lateral movement before significant impact occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash62fa24c9f3f0cb8f0ef411ecd4d0939e775bcbadc30ae8a0ac4e999dae049dbbpayload2026-07-2495%
sha1_hashdc845713ee9669971e967f0f68546be718e5bc25payload2026-07-2495%
md5_hashd121235211b62df289ee961414e06fa4payload2026-07-2495%
sha1_hash8dc5ef895d1606cc53ca4f67e6936517cdd14c60payload2026-07-2495%
md5_hash016fc23a8337a322ffdc0f850efa7a7fpayload2026-07-2495%
sha256_hash602cc7985ad5a2a05425cfa1b16aa7a6e00165455a6d6566234141bc787ff8e9payload2026-07-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - MyDoom
let malicious_hashes = dynamic(["62fa24c9f3f0cb8f0ef411ecd4d0939e775bcbadc30ae8a0ac4e999dae049dbb", "dc845713ee9669971e967f0f68546be718e5bc25", "d121235211b62df289ee961414e06fa4", "8dc5ef895d1606cc53ca4f67e6936517cdd14c60", "016fc23a8337a322ffdc0f850efa7a7f", "602cc7985ad5a2a05425cfa1b16aa7a6e00165455a6d6566234141bc787ff8e9"]);
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 5 specific false positive scenarios for the ThreatFox: MyDoom IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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