← Back to SOC feed Coverage →

ThreatFox: Mirai IOCs

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

Hunt Hypothesis

This hunt targets the presence of known Mirai botnet indicators of compromise, which are frequently used to establish command-and-control channels or facilitate distributed denial-of-service attacks. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised assets early, preventing the organization from being leveraged as part of a large-scale botnet before significant impact occurs.

IOC Summary

Malware Family: Mirai Total IOCs: 5 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash13382c16e2401b07451577b46e634b8031ec254d98b876e59692b5fa22abc1d4payload2026-09-1250%
sha256_hash6fbae3505ae0d638b820165c572d548ce92dda71e82dc47e8efe13f30617f35fpayload2026-09-1250%
sha256_hash9d7cd4948a1fcbaeadc425752fce9a933bd6fc41eeede030dffd7b99b3bc51d5payload2026-09-1250%
sha256_hash9d87e6615c810907443ebd5e915f3b35099c3b5c6b6c684637138a7f8ec9cebcpayload2026-09-1250%
sha256_hashcc76bc218627279ecb4d0ce74ad2651e9db9e3e843e35d6569576e056e3a9218payload2026-09-1250%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Mirai
let malicious_hashes = dynamic(["13382c16e2401b07451577b46e634b8031ec254d98b876e59692b5fa22abc1d4", "6fbae3505ae0d638b820165c572d548ce92dda71e82dc47e8efe13f30617f35f", "9d7cd4948a1fcbaeadc425752fce9a933bd6fc41eeede030dffd7b99b3bc51d5", "9d87e6615c810907443ebd5e915f3b35099c3b5c6b6c684637138a7f8ec9cebc", "cc76bc218627279ecb4d0ce74ad2651e9db9e3e843e35d6569576e056e3a9218"]);
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.mirai/