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

Hunt Hypothesis

This hunt hypothesis targets Mirai malware infections that leverage malicious URLs to compromise IoT devices with weak security configurations, transforming them into botnet nodes capable of executing large-scale DDoS attacks. A SOC team should proactively hunt for these indicators in Azure Sentinel to identify early-stage compromises before they escalate into widespread network disruptions and service outages.

IOC Summary

Threat: mirai Total URLs: 9 Active URLs: 9

URLStatusThreatDate Added
hxxp://113.221.72.124:57788/ionlinemalware_download2026-08-01
hxxp://105.186.235.17:39883/ionlinemalware_download2026-08-01
hxxp://123.14.231.53:49615/ionlinemalware_download2026-08-01
hxxp://185.248.14.255:39057/ionlinemalware_download2026-08-01
hxxp://220.208.179.252:36276/ionlinemalware_download2026-08-01
hxxp://105.184.102.34:57707/ionlinemalware_download2026-08-01
hxxp://115.51.95.135:41991/ionlinemalware_download2026-08-01
hxxp://121.231.142.133:54062/ionlinemalware_download2026-08-01
hxxp://223.151.76.113:36188/ionlinemalware_download2026-08-01

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: mirai
let malicious_domains = dynamic(["121.231.142.133", "105.184.102.34", "220.208.179.252", "115.51.95.135", "113.221.72.124", "185.248.14.255", "105.186.235.17", "223.151.76.113", "123.14.231.53"]);
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(["121.231.142.133", "105.184.102.34", "220.208.179.252", "115.51.95.135", "113.221.72.124", "185.248.14.255", "105.186.235.17", "223.151.76.113", "123.14.231.53"]);
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, tailored for an enterprise environment with suggested filters and exclusions:

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