← 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-21T11:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the presence of known Mozi botnet indicators, which are frequently used to establish persistent footholds and facilitate lateral movement or command-and-control communications within compromised environments. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify and isolate infected assets early, mitigating the risk of automated exploitation and data exfiltration before the botnet can scale its impact.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://178[.]160[.]10[.]203:35090/Mozi.mpayload_delivery2026-09-2175%
urlhxxp://72[.]255[.]19[.]51:42035/Mozi.apayload_delivery2026-09-2175%
urlhxxp://111[.]92[.]157[.]231:51296/Mozi.mpayload_delivery2026-09-2175%
urlhxxp://36[.]255[.]33[.]132:48916/Mozi.mpayload_delivery2026-09-2175%
urlhxxp://103[.]104[.]215[.]10:57760/Mozi.mpayload_delivery2026-09-2175%
urlhxxp://153[.]117[.]1[.]177:54794/Mozi.mpayload_delivery2026-09-2175%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://178.160.10.203:35090/Mozi.m", "http://72.255.19.51:42035/Mozi.a", "http://111.92.157.231:51296/Mozi.m", "http://36.255.33.132:48916/Mozi.m", "http://103.104.215.10:57760/Mozi.m", "http://153.117.1.177:54794/Mozi.m"]);
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/