← 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-07-31T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity by correlating eight specific Indicators of Compromise (IOCs) linked to the Mozi threat actor within Azure Sentinel logs. Proactively hunting for these IOCs is critical because Mozi’s sophisticated attack patterns often evade standard signature-based defenses, requiring active investigation to uncover early-stage compromises before they escalate into significant data breaches.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://124[.]29[.]214[.]162:51383/Mozi.mpayload_delivery2026-07-3175%
urlhxxp://179[.]49[.]213[.]85:54579/Mozi.mpayload_delivery2026-07-3175%
urlhxxp://72[.]255[.]32[.]51:57334/Mozi.mpayload_delivery2026-07-3175%
urlhxxp://39[.]81[.]179[.]181:41855/Mozi.mpayload_delivery2026-07-3175%
urlhxxp://123[.]14[.]253[.]47:58492/Mozi.mpayload_delivery2026-07-3175%
urlhxxp://144[.]48[.]135[.]109:49866/Mozi.mpayload_delivery2026-07-3175%
urlhxxp://103[.]26[.]82[.]237:43196/Mozi.mpayload_delivery2026-07-3175%
urlhxxp://163[.]223[.]136[.]58:54559/Mozi.mpayload_delivery2026-07-3175%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://124.29.214.162:51383/Mozi.m", "http://179.49.213.85:54579/Mozi.m", "http://72.255.32.51:57334/Mozi.m", "http://39.81.179.181:41855/Mozi.m", "http://123.14.253.47:58492/Mozi.m", "http://144.48.135.109:49866/Mozi.m", "http://103.26.82.237:43196/Mozi.m", "http://163.223.136.58:54559/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 actionable filters and exclusions tailored for an enterprise environment:

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