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

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Mozi threat by matching four specific Indicators of Compromise (IOCs) within Azure Sentinel logs. Proactively hunting for these signals is critical because Mozi represents a sophisticated threat actor capable of stealthy lateral movement, requiring early intervention to prevent potential data exfiltration or system compromise before full-scale engagement occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://153[.]117[.]32[.]130:49657/Mozi.apayload_delivery2026-08-3175%
urlhxxp://175[.]107[.]3[.]244:55339/Mozi[.]7payload_delivery2026-08-3175%
urlhxxp://124[.]94[.]244[.]212:33038/Mozi.apayload_delivery2026-08-3175%
urlhxxp://203[.]101[.]186[.]212:33774/Mozi.apayload_delivery2026-08-3175%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://153.117.32.130:49657/Mozi.a", "http://175.107.3.244:55339/Mozi.7", "http://124.94.244.212:33038/Mozi.a", "http://203.101.186.212:33774/Mozi.a"]);
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 3-5 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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