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

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Mozi malware campaign by monitoring five specific Indicators of Compromise (IOCs) within Azure Sentinel logs. Proactive hunting for these signals is essential to rapidly detect early-stage infections and mitigate potential lateral movement or data exfiltration before they escalate into a broader incident.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://27[.]202[.]57[.]233:59905/Mozi.mpayload_delivery2026-07-2875%
urlhxxp://14[.]1[.]106[.]91:54093/Mozi.mpayload_delivery2026-07-2875%
urlhxxp://182[.]112[.]30[.]222:60319/Mozi.mpayload_delivery2026-07-2875%
urlhxxp://139[.]135[.]44[.]17:33905/Mozi.mpayload_delivery2026-07-2875%
urlhxxp://14[.]1[.]106[.]10:37095/Mozi.mpayload_delivery2026-07-2875%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://27.202.57.233:59905/Mozi.m", "http://14.1.106.91:54093/Mozi.m", "http://182.112.30.222:60319/Mozi.m", "http://139.135.44.17:33905/Mozi.m", "http://14.1.106.10:37095/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 3-5 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule, tailored for an enterprise environment:

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