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

Hunt Hypothesis

This hunt targets adversary behavior consistent with the Mozi threat actor by actively searching for nine specific indicators of compromise across network and endpoint logs within Azure Sentinel. Proactively hunting for these IOCs is critical to detect early-stage reconnaissance or lateral movement activities before they escalate into a full-blown incident, ensuring rapid containment in the cloud environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://188[.]169[.]20[.]12:35057/Mozi.apayload_delivery2026-06-2875%
urlhxxp://172[.]168[.]137[.]58:37141/Mozi.mpayload_delivery2026-06-2875%
urlhxxp://5[.]166[.]134[.]69:43702/Mozi.mpayload_delivery2026-06-2875%
urlhxxp://223[.]123[.]43[.]71:35524/Mozi.mpayload_delivery2026-06-2875%
urlhxxp://119[.]157[.]76[.]175:39761/Mozi.mpayload_delivery2026-06-2875%
urlhxxp://101[.]53[.]225[.]41:45308/Mozi.mpayload_delivery2026-06-2875%
urlhxxp://112[.]246[.]97[.]119:37502/Mozi.mpayload_delivery2026-06-2875%
urlhxxp://153[.]117[.]15[.]75:41179/Mozi.apayload_delivery2026-06-2875%
urlhxxp://175[.]107[.]228[.]60:46088/Mozi.mpayload_delivery2026-06-2775%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://188.169.20.12:35057/Mozi.a", "http://172.168.137.58:37141/Mozi.m", "http://5.166.134.69:43702/Mozi.m", "http://223.123.43.71:35524/Mozi.m", "http://119.157.76.175:39761/Mozi.m", "http://101.53.225.41:45308/Mozi.m", "http://112.246.97.119:37502/Mozi.m", "http://153.117.15.75:41179/Mozi.a", "http://175.107.228.60:46088/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 in an enterprise environment, along with recommended filters or exclusions:

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