← Back to SOC feed Coverage →

URLhaus: Mozi Malicious URLs

ioc-hunt HIGH URLhaus
CommonSecurityLogDnsEvents
iocurlhaus
This detection content is auto-generated from open-source rule repositories and enriched with AI analysis. Always validate rules in a test environment before deploying to production Sentinel workspaces.
View original rule at URLhaus →
Retrieved: 2026-03-19T03:46:59Z · Confidence: medium

Hunt Hypothesis

Hunt package for 9 malicious URLs tagged as Mozi

IOC Summary

Threat: Mozi Total URLs: 9 Active URLs: 6

URLStatusThreatDate Added
hxxp://120.61.240.186:56988/bin.shonlinemalware_download2026-03-19
hxxp://117.206.66.23:33386/bin.shonlinemalware_download2026-03-19
hxxp://103.61.243.11:58596/ionlinemalware_download2026-03-19
hxxp://27.32.255.147:38620/ionlinemalware_download2026-03-19
hxxp://103.61.243.11:58596/bin.shonlinemalware_download2026-03-19
hxxp://27.32.255.147:38620/bin.shonlinemalware_download2026-03-19
hxxp://117.241.178.184:44199/iofflinemalware_download2026-03-19
hxxp://117.241.178.184:44199/bin.shofflinemalware_download2026-03-19
hxxp://120.56.7.130:38674/iofflinemalware_download2026-03-19

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: Mozi
let malicious_domains = dynamic(["103.61.243.11", "27.32.255.147", "117.206.66.23", "120.61.240.186"]);
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(["103.61.243.11", "27.32.255.147", "117.206.66.23", "120.61.240.186"]);
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

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