← Back to SOC feed Coverage →

URLhaus: mirai Malicious URLs

ioc-hunt HIGH URLhaus
CommonSecurityLogDnsEvents
iocurlhaus
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 URLhaus →
Retrieved: 2026-07-25T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection rule identifies network traffic connecting to known Mirai botnet command-and-control URLs, signaling potential IoT device compromise or lateral movement by adversaries leveraging this malware family. Proactive hunting for these indicators within Azure Sentinel is critical to rapidly isolate infected endpoints and prevent the propagation of large-scale distributed denial-of-service (DDoS) attacks before they impact broader infrastructure.

IOC Summary

Threat: mirai Total URLs: 9 Active URLs: 8

URLStatusThreatDate Added
hxxp://105.184.183.213:58987/ionlinemalware_download2026-07-25
hxxp://77.247.88.82:40510/bin.shonlinemalware_download2026-07-25
hxxp://31.56.209.70/nz.shonlinemalware_download2026-07-25
hxxp://129.121.110.105/UlXonlinemalware_download2026-07-25
hxxp://129.121.110.105/ANmRonlinemalware_download2026-07-25
hxxp://129.121.110.105/PMwonlinemalware_download2026-07-25
hxxp://129.121.110.105/WAuonlinemalware_download2026-07-25
hxxp://129.121.110.105/0aYdonlinemalware_download2026-07-25
hxxp://46.159.123.188:46944/bin.shofflinemalware_download2026-07-25

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: mirai
let malicious_domains = dynamic(["129.121.110.105", "77.247.88.82", "105.184.183.213", "31.56.209.70"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses
| order by TimeGenerated desc

KQL: Url Proxy Hunt

// Hunt for web traffic to URLhaus malicious domains
let malicious_domains = dynamic(["129.121.110.105", "77.247.88.82", "105.184.183.213", "31.56.209.70"]);
CommonSecurityLog
| where RequestURL has_any (malicious_domains) or DestinationHostName has_any (malicious_domains)
| project TimeGenerated, SourceIP, RequestURL, DestinationHostName, DeviceAction
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
CommonSecurityLogEnsure this data connector is enabled
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios and corresponding filters for the URLhaus: mirai Malicious URLs detection rule in an enterprise environment:

Original source: https://urlhaus.abuse.ch/