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

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging Mozi malware to exfiltrate sensitive data via encrypted command-and-control channels initiated by phishing campaigns or software vulnerabilities. Proactive hunting in Azure Sentinel is critical to detect anomalous outbound traffic patterns and DGA activity that may indicate early-stage lateral movement before significant data loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://42[.]232[.]238[.]126:40504/Mozi.mpayload_delivery2026-08-0475%
urlhxxp://182[.]126[.]198[.]5:57587/Mozi.apayload_delivery2026-08-0475%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://42.232.238.126:40504/Mozi.m", "http://182.126.198.5:57587/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 5 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule, including suggested filters or exclusions tailored for an enterprise environment:

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