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.
Malware Family: Mozi Total IOCs: 5 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://103[.]225[.]191[.]17:49732/Mozi.m | payload_delivery | 2026-08-08 | 75% |
| url | hxxp://59[.]103[.]217[.]15:54294/Mozi.m | payload_delivery | 2026-08-08 | 75% |
| url | hxxp://223[.]123[.]72[.]204:42931/Mozi[.]7 | payload_delivery | 2026-08-08 | 75% |
| url | hxxp://153[.]117[.]6[.]63:41336/Mozi.m | payload_delivery | 2026-08-08 | 75% |
| url | hxxp://221[.]15[.]226[.]18:57698/Mozi.a | payload_delivery | 2026-08-08 | 75% |
// 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
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
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:
Scenario: Automated Vulnerability Scanning by Qualys or Tenable
10.20.50.x for Qualys) where the process name matches qualyspc.exe or tenable-agent. Additionally, filter out events where the user context is a dedicated service account like svc-qualys-scanner.Scenario: Scheduled Endpoint Protection Updates via CrowdStrike Falcon
FalconSensor.exe or falcon.sys. Filter specifically for the “Scheduled Task” trigger type named CrowdStrike_Update_Job.Scenario: Internal Security Information Exchange (SIE) via Splunk Enterprise