← 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-08-22T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary activity associated with Mirai botnet infections by monitoring network traffic against a curated list of ten known malicious URLs. Proactive hunting is essential in Azure Sentinel to rapidly isolate compromised IoT or edge devices before they are leveraged for large-scale DDoS attacks or lateral movement within the enterprise network.

IOC Summary

Threat: mirai Total URLs: 10 Active URLs: 10

URLStatusThreatDate Added
hxxp://121.239.148.213:46343/ionlinemalware_download2026-08-22
hxxp://222.137.147.215:41949/ionlinemalware_download2026-08-22
hxxp://60.162.38.51:34372/bin.shonlinemalware_download2026-08-22
hxxp://223.151.74.246:42753/ionlinemalware_download2026-08-22
hxxp://223.151.74.246:42753/bin.shonlinemalware_download2026-08-22
hxxp://222.142.73.193:41053/bin.shonlinemalware_download2026-08-22
hxxp://222.142.73.193:41053/ionlinemalware_download2026-08-22
hxxp://196.190.105.170:51134/bin.shonlinemalware_download2026-08-22
hxxp://193.163.187.73:41788/ionlinemalware_download2026-08-22
hxxp://193.163.187.73:41788/bin.shonlinemalware_download2026-08-22

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: mirai
let malicious_domains = dynamic(["222.142.73.193", "60.162.38.51", "193.163.187.73", "121.239.148.213", "222.137.147.215", "223.151.74.246", "196.190.105.170"]);
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(["222.142.73.193", "60.162.38.51", "193.163.187.73", "121.239.148.213", "222.137.147.215", "223.151.74.246", "196.190.105.170"]);
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 5 specific false positive scenarios for the URLhaus: Mirai Malicious URLs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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