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

Hunt Hypothesis

This hunt hypothesis targets the Mozi malware family’s behavior of establishing command-and-control channels and exfiltrating sensitive data following initial compromise through phishing-delivered malicious URLs. A SOC team should proactively hunt for these indicators in Azure Sentinel to detect early-stage lateral movement driven by stolen credentials, thereby preventing widespread network infiltration before significant data loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://61[.]53[.]8[.]56:50916/Mozi.mpayload_delivery2026-08-0675%
urlhxxp://139[.]135[.]46[.]28:55160/Mozi.mpayload_delivery2026-08-0675%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://61.53.8.56:50916/Mozi.m", "http://139.135.46.28:55160/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, including suggested filters and exclusions tailored for an enterprise environment:

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