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

Hunt Hypothesis

This hunt targets the presence of Mozi botnet indicators, a prevalent Linux-based malware family that often establishes persistent backdoors to facilitate command-and-control communications and lateral movement. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised workloads before the botnet can fully propagate, exfiltrate data, or participate in distributed denial-of-service attacks.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://102[.]33[.]78[.]165:43065/Mozi.mpayload_delivery2026-09-2275%
urlhxxp://124[.]29[.]226[.]80:56932/Mozi.mpayload_delivery2026-09-2275%
urlhxxp://203[.]101[.]186[.]93:59346/Mozi[.]7payload_delivery2026-09-2275%
urlhxxp://72[.]255[.]15[.]203:45769/Mozi.mpayload_delivery2026-09-2275%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://102.33.78.165:43065/Mozi.m", "http://124.29.226.80:56932/Mozi.m", "http://203.101.186.93:59346/Mozi.7", "http://72.255.15.203:45769/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/