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

Hunt Hypothesis

This detection rule identifies Mozi backdoor activity by monitoring for indicators of remote command execution and data exfiltration driven by phishing or compromised web delivery vectors. Proactive hunting in Azure Sentinel is critical to uncover persistent access and lateral movement behaviors that may evade standard perimeter defenses through encrypted C2 communications.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://59[.]97[.]250[.]11:43040/Mozi.mpayload_delivery2026-08-2875%
urlhxxp://91[.]234[.]62[.]215:57642/Mozi.mpayload_delivery2026-08-2875%
urlhxxp://202[.]163[.]68[.]10:47266/Mozi.mpayload_delivery2026-08-2875%
urlhxxp://153[.]117[.]40[.]227:53474/Mozi.mpayload_delivery2026-08-2875%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://59.97.250.11:43040/Mozi.m", "http://91.234.62.215:57642/Mozi.m", "http://202.163.68.10:47266/Mozi.m", "http://153.117.40.227:53474/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 for the ThreatFox: Mozi IOCs detection rule, tailored for a legitimate enterprise environment:

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