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:
|
2019-03-01 23:14:20 +00:00
|
|
|
- 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
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1070
|
|
|
|
- attack.persistence
|
|
|
|
- attack.t1067
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1551
|
|
|
|
- attack.t1542.003
|
2019-02-25 23:24:46 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-02-25 23:24:46 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
2020-05-15 16:35:32 +00:00
|
|
|
Image: '*\bcdedit.exe'
|
|
|
|
CommandLine:
|
2019-03-01 23:14:20 +00:00
|
|
|
- '*delete*'
|
|
|
|
- '*deletevalue*'
|
|
|
|
- '*import*'
|
|
|
|
condition: selection
|
2019-02-25 23:24:46 +00:00
|
|
|
level: medium
|