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

Hunt Hypothesis

This detection rule identifies adversary activity by monitoring network traffic and endpoint logs against six specific Indicators of Compromise (IOCs) linked to the Mozi threat actor. Proactively hunting for these signals in Azure Sentinel is critical because Mozi’s sophisticated supply chain and cloud-focused attack patterns require early identification to prevent lateral movement and data exfiltration before they escalate into a full-scale incident.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://221[.]13[.]234[.]94:35751/Mozi.mpayload_delivery2026-08-2675%
urlhxxp://146[.]158[.]4[.]238:41633/Mozi.mpayload_delivery2026-08-2675%
urlhxxp://27[.]44[.]145[.]195:60512/Mozi.mpayload_delivery2026-08-2675%
urlhxxp://72[.]255[.]15[.]211:53933/Mozi.mpayload_delivery2026-08-2675%
urlhxxp://153[.]117[.]32[.]70:43183/Mozi.apayload_delivery2026-08-2675%
urlhxxp://202[.]70[.]139[.]79:49671/Mozi.mpayload_delivery2026-08-2675%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://221.13.234.94:35751/Mozi.m", "http://146.158.4.238:41633/Mozi.m", "http://27.44.145.195:60512/Mozi.m", "http://72.255.15.211:53933/Mozi.m", "http://153.117.32.70:43183/Mozi.a", "http://202.70.139.79:49671/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

Here are 5 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule, along with targeted filters and exclusions suitable for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/elf.mozi/