Windows Service Creation Indicators for Moriya Rootkit (ZzNetSvc via Service Control Manager)

Alerts on creation of the "ZzNetSvc" service by Service Control Manager (Event ID 7045) on Windows.

FreeReviewedSigma · Critical · v2
Product
windows
Service
system
Author
Bhabesh Raj (SigmaHQ), DRL 1.1
Published
2021-05-06
Updated
2026-07-31
title: Windows Service Creation Indicators for Moriya Rootkit (ZzNetSvc via Service Control Manager)
id: 5e33a81f-bd0c-4305-a7ab-40f39c2688dd
status: test
description: This rule flags a Windows Service Control Manager event where service creation matches the specific service name ZzNetSvc (EventID 7045). Attackers using Moriya-related persistence mechanisms may install or register services to maintain control on a system. The detection relies on Windows System telemetry for service creation events reported by the Service Control Manager, capturing the service name and event details.
references:
  - https://securelist.com/operation-tunnelsnake-and-moriya-rootkit/101831
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/system/service_control_manager/win_system_moriya_rootkit.yml
author: Bhabesh Raj, Huntrule Team
date: 2021-05-06
modified: 2022-11-29
tags:
  - attack.persistence
  - attack.privilege-escalation
  - attack.t1543.003
logsource:
  product: windows
  service: system
detection:
  selection:
    Provider_Name: Service Control Manager
    EventID: 7045
    ServiceName: ZzNetSvc
  condition: selection
falsepositives:
  - Unknown
level: critical
license: DRL-1.1
related:
  - id: 25b9c01c-350d-4b95-bed1-836d04a4f324
    type: derived