Files
blue-team-tools/rules-emerging-threats/2017/Malware/WannaCry/proc_creation_win_malware_wannacry.yml
T

45 lines
1.4 KiB
YAML
Raw Normal View History

2023-02-03 02:22:28 +01:00
title: WannaCry Ransomware Activity
2019-11-12 23:12:27 +01:00
id: 41d40bff-377a-43e2-8e1b-2e543069e079
2021-11-27 11:33:14 +01:00
status: test
2019-05-24 22:17:36 +02:00
description: Detects WannaCry ransomware activity
2021-11-27 11:33:14 +01:00
references:
2022-08-01 17:37:16 +01:00
- https://www.hybrid-analysis.com/sample/ed01ebfbc9eb5bbea545af4d01bf5f1071661840480439c6e5babe8e080e41aa?environmentId=100
- https://x.com/nas_bench/status/1868639048484425963
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems), Tom U. @c_APT_ure (collection), oscd.community, Jonhnathan Ribeiro
date: 2019-01-16
modified: 2025-10-18
2022-10-28 15:06:36 +02:00
tags:
- attack.lateral-movement
- attack.defense-impairment
2022-10-28 15:06:36 +02:00
- attack.t1210
- attack.discovery
- attack.t1083
- attack.t1222.001
- attack.impact
- attack.t1486
- attack.t1490
- detection.emerging-threats
logsource:
2022-08-01 17:37:16 +01:00
category: process_creation
product: windows
detection:
selection_img:
2022-08-01 17:37:16 +01:00
- Image|endswith:
- '\tasksche.exe'
- '\mssecsvc.exe'
- '\taskdl.exe'
- '\taskhsvc.exe'
- '\taskse.exe'
- '\111.exe'
- '\lhdfrgui.exe'
# - '\diskpart.exe' # cannot be used in a rule of level critical
- '\linuxnew.exe'
- '\wannacry.exe'
2022-08-01 17:37:16 +01:00
- Image|contains: 'WanaDecryptor'
selection_cmd:
CommandLine|contains: '@Please_Read_Me@.txt'
condition: 1 of selection_*
falsepositives:
2022-08-01 17:37:16 +01:00
- Unknown
level: critical