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

30 lines
852 B
YAML
Raw Normal View History

2020-01-30 17:26:09 +01:00
title: Possible Ransomware or Unauthorized MBR Modifications
2019-11-12 23:12:27 +01:00
id: c9fbe8e9-119d-40a6-9b59-dd58a5d84429
2019-02-26 00:24:46 +01:00
status: experimental
description: Detects, possibly, malicious unauthorized usage of bcdedit.exe
references:
2019-03-02 00:14:20 +01:00
- https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set
2021-06-15 17:07:02 +05:00
- https://twitter.com/malwrhunterteam/status/1372536434125512712/photo/2
2019-02-26 00:24:46 +01:00
author: '@neu5ron'
date: 2019/02/07
2021-06-15 17:07:02 +05:00
modified: 2021/06/18
tags:
- attack.defense_evasion
- attack.t1070
- attack.persistence
2020-06-16 14:46:08 -06:00
- attack.t1542.003
2019-02-26 00:24:46 +01:00
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
2019-02-26 00:24:46 +01:00
detection:
2019-03-02 00:14:20 +01:00
selection:
2020-10-15 18:28:42 -03:00
Image|endswith: '\bcdedit.exe'
CommandLine|contains:
- 'delete'
- 'deletevalue'
- 'import'
2021-06-15 17:07:02 +05:00
- 'safeboot'
- 'network'
2019-03-02 00:14:20 +01:00
condition: selection
2019-02-26 00:24:46 +01:00
level: medium