← 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-04-25T09:00:00Z · Confidence: medium

Hunt Hypothesis

The detection identifies potential C2 communication from Mozi malware, which is used to exfiltrate data and deploy additional payloads. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate advanced persistent threats before significant data loss occurs.

IOC Summary

Threat: Mozi Total URLs: 17 Active URLs: 17

URLStatusThreatDate Added
hxxp://123.134.57.165:36781/ionlinemalware_download2026-04-25
hxxp://123.134.57.165:36781/bin.shonlinemalware_download2026-04-25
hxxp://182.127.128.162:46639/ionlinemalware_download2026-04-25
hxxp://160.30.103.84:49403/ionlinemalware_download2026-04-25
hxxp://160.30.103.84:49403/bin.shonlinemalware_download2026-04-25
hxxp://42.224.172.154:47368/bin.shonlinemalware_download2026-04-25
hxxp://42.224.172.154:47368/ionlinemalware_download2026-04-25
hxxp://115.51.20.70:59383/ionlinemalware_download2026-04-25
hxxp://115.51.20.70:59383/bin.shonlinemalware_download2026-04-25
hxxp://125.45.48.249:35117/ionlinemalware_download2026-04-25
hxxp://110.36.15.18:49147/ionlinemalware_download2026-04-25
hxxp://110.36.15.18:49147/bin.shonlinemalware_download2026-04-25
hxxp://182.127.115.109:59924/ionlinemalware_download2026-04-25
hxxp://125.45.65.121:37827/ionlinemalware_download2026-04-25
hxxp://125.45.65.121:37827/bin.shonlinemalware_download2026-04-25
hxxp://182.127.115.109:59924/bin.shonlinemalware_download2026-04-25
hxxp://42.225.242.7:53385/ionlinemalware_download2026-04-25

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: Mozi
let malicious_domains = dynamic(["42.225.242.7", "123.134.57.165", "125.45.48.249", "110.36.15.18", "125.45.65.121", "182.127.115.109", "160.30.103.84", "182.127.128.162", "115.51.20.70", "42.224.172.154"]);
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.225.242.7", "123.134.57.165", "125.45.48.249", "110.36.15.18", "125.45.65.121", "182.127.115.109", "160.30.103.84", "182.127.128.162", "115.51.20.70", "42.224.172.154"]);
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

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