← 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-09-19T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of known Mirai botnet indicators of compromise, which often signify compromised IoT devices or servers being leveraged for distributed denial-of-service attacks. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify and isolate infected assets before they are fully integrated into the botnet, thereby reducing the risk of sudden network saturation and lateral movement.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://34[.]92[.]225[.]25:8084/?h=34[.]92[.]225[.]25&p=8084&t=ws&a=l32&stage=truepayload_delivery2026-09-1995%
urlhxxp://420mafia.eu/ar-15/ar15.arcpayload_delivery2026-09-1995%
urlhxxp://420mafia.eu/ar-15/ar15.m68kpayload_delivery2026-09-1995%
urlhxxp://193[.]160[.]32[.]138:8085/?h=193[.]160[.]32[.]138&p=8085&t=ws&a=l32&stage=truepayload_delivery2026-09-1990%
urlhxxp://420mafia.eu/ar-15/ar15.x86_64payload_delivery2026-09-1995%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mirai
let malicious_urls = dynamic(["http://34.92.225.25:8084/?h=34.92.225.25&p=8084&t=ws&a=l32&stage=true", "http://420mafia.eu/ar-15/ar15.arc", "http://420mafia.eu/ar-15/ar15.m68k", "http://193.160.32.138:8085/?h=193.160.32.138&p=8085&t=ws&a=l32&stage=true", "http://420mafia.eu/ar-15/ar15.x86_64"]);
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

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