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

Hunt Hypothesis

This rule detects adversary behavior where threat actors leverage Mozi-tagged malicious URLs to deliver payloads that compromise user endpoints through web browsing activities. A SOC team should proactively hunt for these indicators in Azure Sentinel to identify early-stage infections and prevent lateral movement before the malware establishes persistence within the network.

IOC Summary

Threat: Mozi Total URLs: 10 Active URLs: 9

URLStatusThreatDate Added
hxxp://42.226.71.247:52557/ionlinemalware_download2026-07-30
hxxp://110.36.29.195:56053/ionlinemalware_download2026-07-30
hxxp://61.53.153.17:45226/ionlinemalware_download2026-07-30
hxxp://61.53.153.17:45226/bin.shonlinemalware_download2026-07-30
hxxp://27.220.11.19:34692/ionlinemalware_download2026-07-30
hxxp://42.226.68.162:50573/ionlinemalware_download2026-07-30
hxxp://42.226.68.162:50573/bin.shonlinemalware_download2026-07-30
hxxp://123.5.8.154:53588/iofflinemalware_download2026-07-30
hxxp://115.48.151.195:47978/ionlinemalware_download2026-07-30
hxxp://115.48.151.195:47978/bin.shonlinemalware_download2026-07-30

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: Mozi
let malicious_domains = dynamic(["42.226.68.162", "110.36.29.195", "61.53.153.17", "27.220.11.19", "115.48.151.195", "42.226.71.247"]);
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(["42.226.68.162", "110.36.29.195", "61.53.153.17", "27.220.11.19", "115.48.151.195", "42.226.71.247"]);
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: Mozi Malicious URLs detection rule, including targeted filters and exclusions suitable for an enterprise environment:

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