mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
27 lines
714 B
YAML
Executable File
27 lines
714 B
YAML
Executable File
title: Turla Service Install
|
|
id: 1df8b3da-b0ac-4d8a-b7c7-6cb7c24160e4
|
|
description: This method detects a service install of malicious services mentioned in Carbon Paper - Turla report by ESET
|
|
references:
|
|
- https://www.welivesecurity.com/2017/03/30/carbon-paper-peering-turlas-second-stage-backdoor/
|
|
tags:
|
|
- attack.persistence
|
|
- attack.g0010
|
|
- attack.t1050 # an old one
|
|
- attack.t1543.003
|
|
date: 2017/03/31
|
|
author: Florian Roth
|
|
logsource:
|
|
product: windows
|
|
service: system
|
|
detection:
|
|
selection:
|
|
EventID: 7045
|
|
ServiceName:
|
|
- 'srservice'
|
|
- 'ipvpn'
|
|
- 'hkmsvc'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|