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

Hunt Hypothesis

Mozi is a prevalent Linux botnet often used for cryptomining and DDoS attacks, making the presence of its specific indicators of compromise a strong signal of a compromised host or container. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify and isolate infected workloads before the botnet can establish persistence, consume excessive resources, or participate in coordinated network attacks.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://203[.]99[.]56[.]137:36975/Mozi.mpayload_delivery2026-09-1975%
urlhxxp://223[.]123[.]125[.]178:38438/Mozi.mpayload_delivery2026-09-1975%
urlhxxp://202[.]47[.]44[.]156:53119/Mozi.mpayload_delivery2026-09-1975%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://203.99.56.137:36975/Mozi.m", "http://223.123.125.178:38438/Mozi.m", "http://202.47.44.156:53119/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/