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

Hunt Hypothesis

This detection rule identifies adversary activity by matching network and endpoint telemetry against five specific Indicators of Compromise (IOCs) linked to the Mozi threat actor. A proactive hunt is essential in Azure Sentinel to rapidly uncover early-stage infections or lateral movement attempts associated with Mozi, enabling swift containment before the adversary establishes a persistent foothold within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://103[.]225[.]191[.]17:49732/Mozi.mpayload_delivery2026-08-0875%
urlhxxp://59[.]103[.]217[.]15:54294/Mozi.mpayload_delivery2026-08-0875%
urlhxxp://223[.]123[.]72[.]204:42931/Mozi[.]7payload_delivery2026-08-0875%
urlhxxp://153[.]117[.]6[.]63:41336/Mozi.mpayload_delivery2026-08-0875%
urlhxxp://221[.]15[.]226[.]18:57698/Mozi.apayload_delivery2026-08-0875%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://103.225.191.17:49732/Mozi.m", "http://59.103.217.15:54294/Mozi.m", "http://223.123.72.204:42931/Mozi.7", "http://153.117.6.63:41336/Mozi.m", "http://221.15.226.18:57698/Mozi.a"]);
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, along with targeted filters and exclusions suitable for an enterprise environment:

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