SigmaHQ/rules/windows/builtin/win_apt_stonedrill.yml
2020-10-15 15:14:27 -03:00

25 lines
728 B
YAML
Executable File

title: StoneDrill Service Install
id: 9e987c6c-4c1e-40d8-bd85-dd26fba8fdd6
description: This method detects a service install of the malicious Microsoft Network Realtime Inspection Service service described in StoneDrill report by Kaspersky
author: Florian Roth
date: 2017/03/07
references:
- https://securelist.com/blog/research/77725/from-shamoon-to-stonedrill/
tags:
- attack.persistence
- attack.g0064
- attack.t1050 # an old one
- attack.t1543.003
logsource:
product: windows
service: system
detection:
selection:
EventID: 7045
ServiceName: NtsSrv
ServiceFileName|endswith: ' LocalService'
condition: selection
falsepositives:
- Unlikely
level: high