← Back to SOC feed Coverage →

ThreatFox: Mirai IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
elf-miraiiocthreatfox
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-08-07T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies network traffic matching known Indicators of Compromise (IOCs) from the ThreatFox platform that are specifically linked to Mirai botnet activity. Proactively hunting for these signals in Azure Sentinel is critical because Mirai’s ability to rapidly compromise IoT devices can lead to large-scale DDoS attacks and lateral movement within the enterprise network before traditional alerts trigger.

IOC Summary

Malware Family: Mirai Total IOCs: 3 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainm4ch.rubotnet_cc2026-08-07100%
domainbd.p0p3w4sh3r3.boatsbotnet_cc2026-08-07100%
domaintest.txtensatorxgyt.xyzbotnet_cc2026-08-07100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Mirai
let malicious_domains = dynamic(["m4ch.ru", "bd.p0p3w4sh3r3.boats", "test.txtensatorxgyt.xyz"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are the documented false positive scenarios and corresponding filters for the ThreatFox: Mirai IOCs detection rule:

Original source: https://threatfox.abuse.ch/browse/malware/elf.mirai/