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

26 lines
706 B
YAML
Raw Normal View History

2019-02-26 00:24:46 +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
2019-02-26 00:24:46 +01:00
author: '@neu5ron'
date: 2019/02/07
tags:
- attack.defense_evasion
- attack.t1070
- attack.persistence
- attack.t1067
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:
2019-06-01 09:50:50 -04:00
NewProcessName: '*\bcdedit.exe'
2019-03-02 00:14:20 +01:00
ProcessCommandLine:
- '*delete*'
- '*deletevalue*'
- '*import*'
condition: selection
2019-02-26 00:24:46 +01:00
level: medium