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

Hunt Hypothesis

This detection rule identifies adversary activity by correlating known Mozi malware indicators of compromise (IOCs) within network and endpoint logs to uncover potential infections or lateral movement. A proactive hunt is essential in Azure Sentinel to rapidly isolate compromised assets before the threat actor can establish persistence or exfiltrate sensitive data, given the high severity associated with Mozi’s advanced capabilities.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://27[.]215[.]139[.]11:38006/Mozi.mpayload_delivery2026-07-2475%
urlhxxp://153[.]117[.]1[.]177:55591/Mozi.mpayload_delivery2026-07-2475%
urlhxxp://103[.]176[.]16[.]65:50528/Mozi.apayload_delivery2026-07-2475%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://27.215.139.11:38006/Mozi.m", "http://153.117.1.177:55591/Mozi.m", "http://103.176.16.65:50528/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

False Positive Scenarios for “ThreatFox: Mozi IOCs” Rule

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