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

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Mozi threat actor by matching network and host telemetry against nine specific Indicators of Compromise (IOCs). A proactive hunt is essential in Azure Sentinel because Mozi’s sophisticated supply chain and cloud-focused attack patterns require early identification of these IOCs to prevent lateral movement and data exfiltration before full-scale compromise occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://139[.]135[.]42[.]179:41902/Mozi.mpayload_delivery2026-08-0575%
urlhxxp://61[.]174[.]163[.]220:39657/Mozi.mpayload_delivery2026-08-0575%
urlhxxp://103[.]148[.]128[.]154:35695/Mozi.mpayload_delivery2026-08-0575%
urlhxxp://103[.]186[.]77[.]64:51823/Mozi.mpayload_delivery2026-08-0575%
urlhxxp://125[.]41[.]245[.]63:39395/Mozi.mpayload_delivery2026-08-0575%
urlhxxp://175[.]107[.]233[.]106:48152/Mozi.apayload_delivery2026-08-0575%
urlhxxp://182[.]113[.]35[.]171:56533/Mozi.mpayload_delivery2026-08-0575%
urlhxxp://223[.]123[.]72[.]129:48681/Mozi.mpayload_delivery2026-08-0575%
urlhxxp://113[.]236[.]100[.]208:54189/Mozi.mpayload_delivery2026-08-0575%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://139.135.42.179:41902/Mozi.m", "http://61.174.163.220:39657/Mozi.m", "http://103.148.128.154:35695/Mozi.m", "http://103.186.77.64:51823/Mozi.m", "http://125.41.245.63:39395/Mozi.m", "http://175.107.233.106:48152/Mozi.a", "http://182.113.35.171:56533/Mozi.m", "http://223.123.72.129:48681/Mozi.m", "http://113.236.100.208:54189/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 4 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule, including targeted filters and exclusions suitable for an enterprise environment:

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