mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
24 lines
677 B
YAML
24 lines
677 B
YAML
title: Turla PNG Dropper Service
|
|
id: 1228f8e2-7e79-4dea-b0ad-c91f1d5016c1
|
|
description: This method detects malicious services mentioned in Turla PNG dropper report by NCC Group in November 2018
|
|
references:
|
|
- https://www.nccgroup.trust/uk/about-us/newsroom-and-events/blogs/2018/november/turla-png-dropper-is-back/
|
|
author: Florian Roth
|
|
date: 2018/11/23
|
|
tags:
|
|
- attack.persistence
|
|
- attack.g0010
|
|
- attack.t1050 # an old one
|
|
- attack.t1543.003
|
|
logsource:
|
|
product: windows
|
|
service: system
|
|
detection:
|
|
selection:
|
|
EventID: 7045
|
|
ServiceName: 'WerFaultSvc'
|
|
condition: selection
|
|
falsepositives:
|
|
- unlikely
|
|
level: critical
|