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

Hunt Hypothesis

This hunt targets adversary behavior where threat actors leverage compromised or newly registered domains associated with the Mozi malware to deliver malicious payloads via web traffic. Proactively hunting these specific URL patterns in Azure Sentinel is critical because it enables the SOC team to identify early-stage infection vectors and block lateral movement before the malware establishes persistence across the enterprise network.

IOC Summary

Threat: Mozi Total URLs: 7 Active URLs: 7

URLStatusThreatDate Added
hxxp://112.246.11.204:57516/bin.shonlinemalware_download2026-07-11
hxxp://222.138.126.62:36254/bin.shonlinemalware_download2026-07-11
hxxp://115.57.255.73:39772/ionlinemalware_download2026-07-11
hxxp://60.214.58.128:50647/ionlinemalware_download2026-07-11
hxxp://219.157.179.136:44096/ionlinemalware_download2026-07-11
hxxp://110.37.13.213:43668/bin.shonlinemalware_download2026-07-11
hxxp://219.157.179.136:44096/bin.shonlinemalware_download2026-07-11

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: Mozi
let malicious_domains = dynamic(["222.138.126.62", "110.37.13.213", "60.214.58.128", "112.246.11.204", "219.157.179.136", "115.57.255.73"]);
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(["222.138.126.62", "110.37.13.213", "60.214.58.128", "112.246.11.204", "219.157.179.136", "115.57.255.73"]);
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 4 specific false positive scenarios for the URLhaus: Mozi Malicious URLs detection rule in an enterprise environment, along with suggested filters or exclusions:

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