← Back to SOC feed Coverage →

ThreatFox: Mirai IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
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-07-23T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies network traffic matching known Indicators of Compromise (IOCs) from the Mirai botnet, which adversaries exploit to establish command-and-control channels and launch large-scale DDoS attacks. Proactively hunting for these signatures in Azure Sentinel is critical to rapidly isolate infected IoT devices before they compromise internal network integrity or initiate widespread infrastructure disruption.

IOC Summary

Malware Family: Mirai Total IOCs: 2 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://8[.]213[.]214[.]55/nerv.mipspayload_delivery2026-07-2375%
urlhxxp://110[.]37[.]76[.]236:59516/Mozi.mpayload_delivery2026-07-2375%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mirai
let malicious_urls = dynamic(["http://8.213.214.55/nerv.mips", "http://110.37.76.236:59516/Mozi.m"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios and corresponding filters/exclusions for the ThreatFox: Mirai IOCs detection rule in an enterprise environment:

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