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

Hunt Hypothesis

This detection identifies Mirai botnet activity where adversaries exploit IoT devices with default credentials to establish command-and-control channels via malicious URLs. Proactive hunting in Azure Sentinel is critical because Mirai’s rapid propagation through unsecured network perimeters can quickly escalate into large-scale DDoS attacks or lateral movement threats that require immediate containment.

IOC Summary

Threat: mirai Total URLs: 12 Active URLs: 12

URLStatusThreatDate Added
hxxp://196.189.3.1:47844/ionlinemalware_download2026-08-23
hxxp://182.241.136.218:42856/bin.shonlinemalware_download2026-08-23
hxxp://196.189.3.1:47844/bin.shonlinemalware_download2026-08-23
hxxp://182.241.136.218:42856/ionlinemalware_download2026-08-23
hxxp://124.234.246.166:55376/ionlinemalware_download2026-08-23
hxxp://114.227.224.253:36869/bin.shonlinemalware_download2026-08-23
hxxp://61.243.238.134:46379/bin.shonlinemalware_download2026-08-23
hxxp://123.97.30.141:52890/bin.shonlinemalware_download2026-08-23
hxxp://114.227.224.253:36869/ionlinemalware_download2026-08-23
hxxp://114.226.31.25:56290/ionlinemalware_download2026-08-23
hxxp://123.97.30.141:52890/ionlinemalware_download2026-08-23
hxxp://182.244.41.109:53440/ionlinemalware_download2026-08-23

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: mirai
let malicious_domains = dynamic(["182.241.136.218", "124.234.246.166", "114.226.31.25", "114.227.224.253", "61.243.238.134", "182.244.41.109", "196.189.3.1", "123.97.30.141"]);
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(["182.241.136.218", "124.234.246.166", "114.226.31.25", "114.227.224.253", "61.243.238.134", "182.244.41.109", "196.189.3.1", "123.97.30.141"]);
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 a legitimate enterprise environment involving IoT and network scanning activities:

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