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

Hunt Hypothesis

This hunt targets adversaries leveraging the Mozi backdoor to establish persistent access and exfiltrate sensitive data through malicious URLs identified by URLhaus. Proactively searching for these indicators in Azure Sentinel is critical to detect early-stage espionage campaigns before they compromise internal assets or expand their foothold within the network.

IOC Summary

Threat: Mozi Total URLs: 6 Active URLs: 6

URLStatusThreatDate Added
hxxp://123.12.234.194:36402/ionlinemalware_download2026-07-18
hxxp://123.12.234.194:36402/bin.shonlinemalware_download2026-07-18
hxxp://182.113.45.51:57826/ionlinemalware_download2026-07-18
hxxp://61.52.172.124:56962/bin.shonlinemalware_download2026-07-18
hxxp://110.37.127.45:52145/ionlinemalware_download2026-07-18
hxxp://112.237.10.53:36676/ionlinemalware_download2026-07-18

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: Mozi
let malicious_domains = dynamic(["112.237.10.53", "123.12.234.194", "110.37.127.45", "61.52.172.124", "182.113.45.51"]);
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(["112.237.10.53", "123.12.234.194", "110.37.127.45", "61.52.172.124", "182.113.45.51"]);
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, tailored for an enterprise environment:

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