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

Hunt Hypothesis

This hunt targets the Mozi botnet, a prevalent IoT malware strain that often propagates through unpatched devices to establish command-and-control channels and launch distributed denial-of-service attacks. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised endpoints or network traffic patterns early, mitigating the risk of lateral movement and service disruption before the botnet can fully propagate within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://223[.]123[.]73[.]173:35250/Mozi.apayload_delivery2026-09-2575%
urlhxxp://59[.]103[.]106[.]211:60515/Mozi.mpayload_delivery2026-09-2575%
urlhxxp://124[.]29[.]194[.]194:43904/Mozi[.]7payload_delivery2026-09-2575%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Mozi
let malicious_urls = dynamic(["http://223.123.73.173:35250/Mozi.a", "http://59.103.106.211:60515/Mozi.m", "http://124.29.194.194:43904/Mozi.7"]);
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

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