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

Hunt Hypothesis

This hypothesis targets the presence of Mozi botnet indicators, which are frequently used to establish persistent backdoors and facilitate command-and-control communications within compromised Azure environments. Proactively hunting for these specific IOCs allows the SOC team to identify stealthy, low-and-slow intrusions before they escalate into lateral movement or data exfiltration events.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://111[.]184[.]208[.]168:54288/Mozi.mpayload_delivery2026-09-1875%
urlhxxp://105[.]184[.]7[.]6:49853/Mozi.mpayload_delivery2026-09-1875%
urlhxxp://42[.]7[.]119[.]110:43491/Mozi.mpayload_delivery2026-09-1875%
urlhxxp://190[.]196[.]253[.]126:11853/Mozi.mpayload_delivery2026-09-1875%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://111.184.208.168:54288/Mozi.m", "http://105.184.7.6:49853/Mozi.m", "http://42.7.119.110:43491/Mozi.m", "http://190.196.253.126:11853/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/