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

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Mozi threat actor by monitoring specific Indicators of Compromise (IOCs) known to facilitate their initial access and lateral movement. SOC teams should proactively hunt for these signals in Azure Sentinel to rapidly identify early-stage intrusions, as Mozi’s sophisticated operations often target critical infrastructure where timely containment is essential to prevent data exfiltration or service disruption.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://103[.]244[.]172[.]87:45274/Mozi.apayload_delivery2026-07-2675%
urlhxxp://130[.]12[.]209[.]147:55604/Mozi.mpayload_delivery2026-07-2675%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://103.244.172.87:45274/Mozi.a", "http://130.12.209.147:55604/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

False Positive Scenarios for “ThreatFox: Mozi IOCs” Rule

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