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

Hunt Hypothesis

This hunt targets the Mozi botnet, a prevalent Linux-based malware family that establishes persistent command-and-control channels to execute remote code and propagate across IoT and server assets. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints early, preventing the botnet from leveraging the environment for DDoS attacks or lateral movement before it matures.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://59[.]103[.]100[.]133:39551/Mozi.mpayload_delivery2026-09-0875%
urlhxxp://72[.]255[.]15[.]106:39182/Mozi.mpayload_delivery2026-09-0875%
urlhxxp://223[.]123[.]35[.]124:38615/Mozi.mpayload_delivery2026-09-0875%
urlhxxp://103[.]26[.]86[.]248:53078/Mozi.apayload_delivery2026-09-0875%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://59.103.100.133:39551/Mozi.m", "http://72.255.15.106:39182/Mozi.m", "http://223.123.35.124:38615/Mozi.m", "http://103.26.86.248:53078/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/