SigmaHQ/rules/windows/process_creation/win_susp_bcdedit.yml

26 lines
690 B
YAML
Raw Normal View History

2020-01-30 16:26:09 +00:00
title: Possible Ransomware or Unauthorized MBR Modifications
2019-11-12 22:12:27 +00:00
id: c9fbe8e9-119d-40a6-9b59-dd58a5d84429
2019-02-25 23:24:46 +00:00
status: experimental
description: Detects, possibly, malicious unauthorized usage of bcdedit.exe
references:
- https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set
2019-02-25 23:24:46 +00:00
author: '@neu5ron'
date: 2019/02/07
tags:
- attack.defense_evasion
- attack.t1070
- attack.persistence
- attack.t1067
2019-02-25 23:24:46 +00:00
logsource:
category: process_creation
product: windows
2019-02-25 23:24:46 +00:00
detection:
selection:
Image: '*\bcdedit.exe'
CommandLine:
- '*delete*'
- '*deletevalue*'
- '*import*'
condition: selection
2019-02-25 23:24:46 +00:00
level: medium