mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
27 lines
713 B
YAML
27 lines
713 B
YAML
title: Possible Ransomware or Unauthorized MBR Modifications
|
|
id: c9fbe8e9-119d-40a6-9b59-dd58a5d84429
|
|
status: experimental
|
|
description: Detects, possibly, malicious unauthorized usage of bcdedit.exe
|
|
references:
|
|
- https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set
|
|
author: '@neu5ron'
|
|
date: 2019/02/07
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1070
|
|
- attack.persistence
|
|
- attack.t1067
|
|
- attack.t1542.003
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image: '*\bcdedit.exe'
|
|
CommandLine:
|
|
- '*delete*'
|
|
- '*deletevalue*'
|
|
- '*import*'
|
|
condition: selection
|
|
level: medium
|