SigmaHQ/rules/windows/process_creation/win_bootconf_mod.yml

37 lines
1.1 KiB
YAML
Raw Normal View History

2019-10-28 10:59:49 +00:00
title: Modification of Boot Configuration
id: 1444443e-6757-43e4-9ea4-c8fc705f79a2
description: Identifies use of the bcdedit command to delete boot configuration data. This tactic is sometimes used as by malware or an attacker as a destructive
technique.
2019-10-28 10:59:49 +00:00
status: experimental
2019-11-10 22:53:46 +00:00
author: E.M. Anhaus (orignally from Atomic Blue Detections, Endgame), oscd.community
2019-10-28 10:59:49 +00:00
date: 2019/10/24
2019-11-10 22:53:46 +00:00
modified: 2019/11/11
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1490/T1490.yaml
- https://eqllib.readthedocs.io/en/latest/analytics/c4732632-9c1d-4980-9fa8-1d98c93f918e.html
2019-10-28 10:59:49 +00:00
tags:
- attack.impact
- attack.t1490
2020-01-19 21:34:16 +00:00
logsource:
category: process_creation
product: windows
2019-10-28 10:59:49 +00:00
detection:
selection1:
Image|endswith: \bcdedit.exe
CommandLine: set
2019-10-28 10:59:49 +00:00
selection2:
- CommandLine|contains|all:
- bootstatuspolicy
- ignoreallfailures
- CommandLine|contains|all:
- recoveryenabled
2019-11-10 22:53:46 +00:00
- 'no'
condition: selection1 and selection2
fields:
- ComputerName
- User
- CommandLine
2019-10-28 10:59:49 +00:00
falsepositives:
2019-11-10 22:53:46 +00:00
- Unlikely
2019-10-28 10:59:49 +00:00
level: high