← Back to SOC feed Coverage →

URLhaus: Mozi 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-09-14T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt identifies potential Mozi botnet infections by correlating network traffic with known malicious URLs, targeting the initial compromise or command-and-control channels used by this prevalent IoT and enterprise malware. Proactively hunting for these indicators in Azure Sentinel allows the SOC to detect lateral movement or external communication attempts before the botnet can fully establish its presence and propagate across the environment.

IOC Summary

Threat: Mozi Total URLs: 38 Active URLs: 38

URLStatusThreatDate Added
hxxp://221.15.145.135:55618/ionlinemalware_download2026-09-14
hxxp://222.140.186.92:44887/ionlinemalware_download2026-09-14
hxxp://42.228.100.168:59474/ionlinemalware_download2026-09-14
hxxp://221.1.226.101:54476/bin.shonlinemalware_download2026-09-14
hxxp://221.15.14.221:57481/bin.shonlinemalware_download2026-09-14
hxxp://221.13.249.38:40896/ionlinemalware_download2026-09-14
hxxp://42.231.45.174:46469/ionlinemalware_download2026-09-14
hxxp://42.231.45.174:46469/bin.shonlinemalware_download2026-09-14
hxxp://42.231.110.122:58966/ionlinemalware_download2026-09-14
hxxp://222.142.247.71:51781/ionlinemalware_download2026-09-14
hxxp://222.142.247.71:51781/bin.shonlinemalware_download2026-09-14
hxxp://221.15.14.221:57481/ionlinemalware_download2026-09-14
hxxp://39.187.82.248:50808/ionlinemalware_download2026-09-14
hxxp://39.90.149.36:39098/bin.shonlinemalware_download2026-09-14
hxxp://61.52.184.186:37650/bin.shonlinemalware_download2026-09-14
hxxp://39.90.149.36:39098/ionlinemalware_download2026-09-14
hxxp://39.74.99.225:43107/bin.shonlinemalware_download2026-09-14
hxxp://39.74.99.225:43107/ionlinemalware_download2026-09-14
hxxp://61.52.184.186:37650/ionlinemalware_download2026-09-14
hxxp://115.57.255.35:52731/ionlinemalware_download2026-09-14
hxxp://115.58.85.188:55703/ionlinemalware_download2026-09-14
hxxp://182.126.104.49:44847/ionlinemalware_download2026-09-14
hxxp://115.50.144.233:34188/bin.shonlinemalware_download2026-09-14
hxxp://115.50.144.233:34188/ionlinemalware_download2026-09-14
hxxp://182.117.0.68:36879/bin.shonlinemalware_download2026-09-14

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: Mozi
let malicious_domains = dynamic(["182.127.71.87", "125.41.204.131", "61.52.184.186", "222.142.247.71", "115.57.255.35", "42.231.45.174", "39.187.82.248", "121.231.77.20", "42.228.100.168", "115.58.85.188", "162.246.27.201", "222.140.186.92", "115.50.144.233", "182.117.0.68", "221.1.226.101", "221.15.14.221", "221.15.145.135", "39.90.149.36", "182.126.104.49", "42.231.110.122", "39.74.99.225", "221.13.249.38"]);
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.127.71.87", "125.41.204.131", "61.52.184.186", "222.142.247.71", "115.57.255.35", "42.231.45.174", "39.187.82.248", "121.231.77.20", "42.228.100.168", "115.58.85.188", "162.246.27.201", "222.140.186.92", "115.50.144.233", "182.117.0.68", "221.1.226.101", "221.15.14.221", "221.15.145.135", "39.90.149.36", "182.126.104.49", "42.231.110.122", "39.74.99.225", "221.13.249.38"]);
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

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