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

Hunt Hypothesis

Mozi is a prevalent IoT botnet that leverages UDP scanning and specific command-and-control channels to propagate across vulnerable devices, making it a critical threat for environments with exposed internet-facing assets. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify compromised endpoints or network traffic patterns before the botnet can execute large-scale DDoS attacks or establish persistent footholds within the infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://203[.]128[.]24[.]233:35988/Mozi[.]7payload_delivery2026-09-2675%
urlhxxp://111[.]92[.]157[.]232:33256/Mozi.apayload_delivery2026-09-2675%
urlhxxp://223[.]123[.]124[.]122:43470/Mozi[.]7payload_delivery2026-09-2675%
urlhxxp://153[.]117[.]41[.]26:53067/Mozi.mpayload_delivery2026-09-2675%
urlhxxp://103[.]213[.]112[.]230:47451/Mozi.mpayload_delivery2026-09-2675%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://203.128.24.233:35988/Mozi.7", "http://111.92.157.232:33256/Mozi.a", "http://223.123.124.122:43470/Mozi.7", "http://153.117.41.26:53067/Mozi.m", "http://103.213.112.230:47451/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/