Files
blue-team-tools/rules/windows/process_creation/win_malware_notpetya.yml
T

36 lines
1.1 KiB
YAML
Raw Normal View History

title: NotPetya Ransomware Activity
2019-11-12 23:12:27 +01:00
id: 79aeeb41-8156-4fac-a0cd-076495ab82a1
status: experimental
description: Detects NotPetya ransomware activity in which the extracted passwords are passed back to the main module via named pipe, the file system journal of drive
2019-03-02 00:14:20 +01:00
C is deleted and windows eventlogs are cleared using wevtutil
author: Florian Roth, Tom Ueltschi
references:
2019-03-02 00:14:20 +01:00
- https://securelist.com/schroedingers-petya/78870/
- https://www.hybrid-analysis.com/sample/64b0b58a2c030c77fdb2b537b2fcc4af432bc55ffb36599a31d418c7c69e94b1?environmentId=100
tags:
2019-03-02 00:14:20 +01:00
- attack.execution
- attack.credential_access
- attack.defense_evasion
- attack.t1085
- attack.t1070
- attack.t1003
2019-06-13 23:15:38 -05:00
- car.2016-04-002
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
pipe_com:
2019-10-07 22:09:53 +02:00
CommandLine: '*\AppData\Local\Temp\\* \\.\pipe\\*'
2019-03-02 00:14:20 +01:00
rundll32_dash1:
Image: '*\rundll32.exe'
CommandLine: '*.dat,#1'
perfc_keyword:
- '*\perfc.dat*'
condition: 1 of them
fields:
2019-03-02 00:14:20 +01:00
- CommandLine
- ParentCommandLine
falsepositives:
2019-03-02 00:14:20 +01:00
- Admin activity
level: critical