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

Hunt Hypothesis

This hunt detects adversary activity involving the Mozi malware family by identifying traffic to known malicious URLs that facilitate initial infection and command-and-control communication. SOC teams should proactively hunt for these indicators in Azure Sentinel to rapidly isolate compromised endpoints before the malware establishes persistence or exfiltrates sensitive data.

IOC Summary

Threat: Mozi Total URLs: 9 Active URLs: 8

URLStatusThreatDate Added
hxxp://222.142.220.59:50033/bin.shonlinemalware_download2026-07-28
hxxp://222.137.85.152:55205/ionlinemalware_download2026-07-28
hxxp://182.121.197.90:57398/iofflinemalware_download2026-07-28
hxxp://182.121.197.90:57398/bin.shonlinemalware_download2026-07-28
hxxp://222.137.85.152:55205/bin.shonlinemalware_download2026-07-28
hxxp://123.11.15.96:57440/bin.shonlinemalware_download2026-07-28
hxxp://178.66.229.151:47258/ionlinemalware_download2026-07-28
hxxp://39.87.15.172:39137/ionlinemalware_download2026-07-28
hxxp://178.66.229.151:47258/bin.shonlinemalware_download2026-07-28

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: Mozi
let malicious_domains = dynamic(["39.87.15.172", "222.142.220.59", "182.121.197.90", "178.66.229.151", "222.137.85.152", "123.11.15.96"]);
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(["39.87.15.172", "222.142.220.59", "182.121.197.90", "178.66.229.151", "222.137.85.152", "123.11.15.96"]);
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 for the URLhaus: Mozi Malicious URLs detection rule, along with targeted filters and exclusions:

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