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

Hunt Hypothesis

This detection identifies adversary activity involving the Mozi malware family by monitoring network traffic against a curated list of 35 known malicious URLs to uncover potential command-and-control communications or initial infection vectors. Proactively hunting for these indicators in Azure Sentinel is critical because Mozi’s high severity and evolving threat landscape require immediate identification of compromised endpoints before lateral movement or data exfiltration occurs within the environment.

IOC Summary

Threat: Mozi Total URLs: 35 Active URLs: 35

URLStatusThreatDate Added
hxxp://61.53.107.97:43395/bin.shonlinemalware_download2026-08-19
hxxp://182.126.242.40:51278/ionlinemalware_download2026-08-19
hxxp://222.137.105.253:46499/bin.shonlinemalware_download2026-08-19
hxxp://222.137.105.253:46499/ionlinemalware_download2026-08-19
hxxp://202.163.107.242:56229/ionlinemalware_download2026-08-19
hxxp://115.50.68.3:50876/bin.shonlinemalware_download2026-08-19
hxxp://39.79.195.66:54804/ionlinemalware_download2026-08-19
hxxp://115.60.200.162:56430/bin.shonlinemalware_download2026-08-19
hxxp://182.113.33.72:34879/bin.shonlinemalware_download2026-08-19
hxxp://112.238.108.90:47368/ionlinemalware_download2026-08-19
hxxp://42.232.181.83:55625/bin.shonlinemalware_download2026-08-19
hxxp://222.141.120.242:36425/bin.shonlinemalware_download2026-08-19
hxxp://222.142.252.154:39030/ionlinemalware_download2026-08-19
hxxp://222.137.153.54:53457/ionlinemalware_download2026-08-19
hxxp://42.237.83.89:55341/ionlinemalware_download2026-08-19
hxxp://115.54.162.45:41328/ionlinemalware_download2026-08-19
hxxp://42.237.83.89:55341/bin.shonlinemalware_download2026-08-19
hxxp://222.142.252.154:39030/bin.shonlinemalware_download2026-08-19
hxxp://27.7.157.56:57185/ionlinemalware_download2026-08-19
hxxp://39.40.180.63:47173/ionlinemalware_download2026-08-19
hxxp://222.141.120.242:36425/ionlinemalware_download2026-08-19
hxxp://182.121.246.143:47843/ionlinemalware_download2026-08-19
hxxp://115.50.68.3:50876/ionlinemalware_download2026-08-19
hxxp://115.49.73.173:58794/ionlinemalware_download2026-08-19
hxxp://125.41.109.138:53378/ionlinemalware_download2026-08-19

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: Mozi
let malicious_domains = dynamic(["182.121.246.143", "112.238.108.90", "115.60.200.162", "222.139.229.134", "125.41.109.138", "222.137.153.54", "61.53.107.97", "115.50.68.3", "115.54.162.45", "202.163.107.242", "222.141.120.242", "182.113.33.72", "27.7.157.56", "222.142.252.154", "123.9.81.188", "42.232.181.83", "39.40.180.63", "42.237.83.89", "39.79.195.66", "182.126.242.40", "115.49.73.173", "222.137.105.253"]);
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.121.246.143", "112.238.108.90", "115.60.200.162", "222.139.229.134", "125.41.109.138", "222.137.153.54", "61.53.107.97", "115.50.68.3", "115.54.162.45", "202.163.107.242", "222.141.120.242", "182.113.33.72", "27.7.157.56", "222.142.252.154", "123.9.81.188", "42.232.181.83", "39.40.180.63", "42.237.83.89", "39.79.195.66", "182.126.242.40", "115.49.73.173", "222.137.105.253"]);
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: Mozi Malicious URLs detection rule in an enterprise environment:

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