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

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Mozi threat actor by monitoring four specific indicators of compromise within Azure Sentinel logs. Proactive hunting is essential because Mozi’s sophisticated operations often involve stealthy initial access and lateral movement that may evade standard automated alerts until significant impact occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://223[.]123[.]73[.]182:54176/Mozi.mpayload_delivery2026-08-1175%
urlhxxp://223[.]123[.]43[.]132:40473/Mozi.mpayload_delivery2026-08-1175%
urlhxxp://111[.]92[.]157[.]204:47463/Mozi.mpayload_delivery2026-08-1175%
urlhxxp://175[.]107[.]36[.]232:51731/Mozi.mpayload_delivery2026-08-1175%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://223.123.73.182:54176/Mozi.m", "http://223.123.43.132:40473/Mozi.m", "http://111.92.157.204:47463/Mozi.m", "http://175.107.36.232:51731/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, along with targeted filters and exclusions tailored for an enterprise environment:

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