← Back to SOC feed Coverage →

ThreatFox: Mozi IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
elf-moziiocthreatfox
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 ThreatFox →
Retrieved: 2026-09-20T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of known Mozi botnet indicators, which are frequently used to establish persistent backdoors and enable remote command-and-control over compromised systems. Proactively hunting for these IOCs in Azure Sentinel is critical because Mozi is a high-severity threat that often operates stealthily to facilitate lateral movement and data exfiltration, allowing the SOC to detect and isolate infected assets before they are leveraged for broader network compromise.

IOC Summary

Malware Family: Mozi Total IOCs: 4 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://72[.]255[.]26[.]34:51571/Mozi.apayload_delivery2026-09-2075%
urlhxxp://103[.]65[.]30[.]159:46727/Mozi.mpayload_delivery2026-09-2075%
urlhxxp://223[.]123[.]43[.]252:57243/Mozi.mpayload_delivery2026-09-2075%
urlhxxp://139[.]135[.]43[.]129:35781/Mozi.apayload_delivery2026-09-2075%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://72.255.26.34:51571/Mozi.a", "http://103.65.30.159:46727/Mozi.m", "http://223.123.43.252:57243/Mozi.m", "http://139.135.43.129:35781/Mozi.a"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://threatfox.abuse.ch/browse/malware/elf.mozi/