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

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging the Mozi backdoor to establish persistent remote command execution and data exfiltration capabilities following initial compromise via phishing or exploit kits. Proactive hunting in Azure Sentinel is critical because Mozi’s ability to blend with legitimate traffic often evades signature-based detection, requiring behavioral analysis to identify subtle indicators of unauthorized outbound communications and potential data leakage.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://39[.]34[.]189[.]248:42346/Mozi.mpayload_delivery2026-08-2975%
urlhxxp://39[.]89[.]242[.]234:38903/Mozi.mpayload_delivery2026-08-2975%
urlhxxp://113[.]90[.]49[.]232:46655/Mozi.mpayload_delivery2026-08-2975%
urlhxxp://14[.]1[.]104[.]86:52889/Mozi.mpayload_delivery2026-08-2975%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://39.34.189.248:42346/Mozi.m", "http://39.89.242.234:38903/Mozi.m", "http://113.90.49.232:46655/Mozi.m", "http://14.1.104.86:52889/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 and corresponding exclusion strategies for the ThreatFox: Mozi IOCs detection rule:

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