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

Hunt Hypothesis

This detection identifies adversary activity where the Mozi backdoor establishes persistence by executing remote commands and exfiltrating sensitive data through malicious URLs. A proactive hunt in Azure Sentinel is critical to immediately isolate compromised endpoints and prevent lateral movement before attackers can leverage this backdoor for long-term access or data theft.

IOC Summary

Threat: Mozi Total URLs: 10 Active URLs: 10

URLStatusThreatDate Added
hxxp://39.90.150.62:51319/ionlinemalware_download2026-08-15
hxxp://110.38.223.172:43584/ionlinemalware_download2026-08-15
hxxp://39.90.150.62:51319/bin.shonlinemalware_download2026-08-15
hxxp://182.121.231.159:45731/ionlinemalware_download2026-08-15
hxxp://182.121.231.159:45731/bin.shonlinemalware_download2026-08-15
hxxp://182.117.30.230:43216/ionlinemalware_download2026-08-15
hxxp://182.117.30.230:43216/bin.shonlinemalware_download2026-08-15
hxxp://27.215.124.43:44400/ionlinemalware_download2026-08-15
hxxp://27.215.124.43:44400/bin.shonlinemalware_download2026-08-15
hxxp://182.116.113.206:54138/bin.shonlinemalware_download2026-08-15

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: Mozi
let malicious_domains = dynamic(["27.215.124.43", "182.116.113.206", "39.90.150.62", "110.38.223.172", "182.117.30.230", "182.121.231.159"]);
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(["27.215.124.43", "182.116.113.206", "39.90.150.62", "110.38.223.172", "182.117.30.230", "182.121.231.159"]);
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 a legitimate enterprise environment:

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