← 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-30T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Mozi threat actor by monitoring specific Indicators of Compromise (IOCs) within Azure Sentinel logs. Proactive hunting for these signals is critical due to their high severity, enabling the SOC team to rapidly detect and respond to potential early-stage intrusions before they escalate into broader compromises.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://125[.]45[.]57[.]193:59157/Mozi.mpayload_delivery2026-07-3075%
urlhxxp://72[.]255[.]33[.]15:59765/Mozi.mpayload_delivery2026-07-3075%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://125.45.57.193:59157/Mozi.m", "http://72.255.33.15:59765/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 specific false positive scenarios for the ThreatFox: Mozi IOCs detection rule, including targeted filters and exclusions to reduce noise in an enterprise environment:

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