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

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Mozi threat actor by monitoring for specific Indicators of Compromise (IOCs) known to facilitate initial access and lateral movement within cloud environments. Proactively hunting for these signals in Azure Sentinel is critical because Mozi’s sophisticated targeting of enterprise networks requires early identification of its unique IOCs to prevent data exfiltration before the adversary establishes persistence.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://103[.]26[.]86[.]217:52895/Mozi.apayload_delivery2026-06-2975%
urlhxxp://103[.]213[.]112[.]214:49082/Mozi.mpayload_delivery2026-06-2975%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://103.26.86.217:52895/Mozi.a", "http://103.213.112.214:49082/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, tailored for a legitimate enterprise environment:

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