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

Hunt Hypothesis

The ThreatFox: Mirai IOCs rule detects potential Mirai botnet activity by identifying known malicious indicators associated with compromised IoT devices. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate ongoing botnet infections before they cause widespread network disruption.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domain00000l.nvms9000.subotnet_cc2026-06-08100%
domainhorizon.nvms9000updates.subotnet_cc2026-06-08100%
domain000.nvms9000.subotnet_cc2026-06-08100%
domain0000.nvms9000.subotnet_cc2026-06-08100%
domain000.hikvision-cctv.subotnet_cc2026-06-08100%
domain0000.hikvision-cctv.subotnet_cc2026-06-08100%
domain00000.hikvision-cctv.subotnet_cc2026-06-08100%
domain0000g7bd7.hikvision-cctv.subotnet_cc2026-06-08100%
domainbotdealers.stbotnet_cc2026-06-08100%
domainkys.botdealers.stbotnet_cc2026-06-08100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Mirai
let malicious_domains = dynamic(["00000l.nvms9000.su", "horizon.nvms9000updates.su", "000.nvms9000.su", "0000.nvms9000.su", "000.hikvision-cctv.su", "0000.hikvision-cctv.su", "00000.hikvision-cctv.su", "0000g7bd7.hikvision-cctv.su", "botdealers.st", "kys.botdealers.st"]);
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

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