Files
hayabusa/rules/sigma/builtin/system/win_moriya_rootkit.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

31 lines
720 B
YAML

title: Moriya Rootkit
ruletype: Sigma
author: Bhabesh Raj
date: 2021/05/06
description: Detects the use of Moriya rootkit as described in the securelist's Operation
TunnelSnake report
detection:
SELECTION_1:
Provider_Name: Service Control Manager
SELECTION_2:
EventID: 7045
SELECTION_3:
ServiceName: ZzNetSvc
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- None
id: 25b9c01c-350d-4b95-bed1-836d04a4f324
level: critical
logsource:
product: windows
service: system
modified: 2021/11/30
references:
- https://securelist.com/operation-tunnelsnake-and-moriya-rootkit/101831
status: experimental
tags:
- attack.persistence
- attack.privilege_escalation
- attack.t1543.003