2019-10-28 10:59:49 +00:00
title : Modification of Boot Configuration
2019-12-19 22:56:36 +00:00
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
2021-02-24 14:43:13 +00:00
author : E.M. Anhaus (originally 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 :
2019-12-19 22:56:36 +00:00
- 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 :
2019-12-19 22:56:36 +00:00
Image|endswith : \bcdedit.exe
2020-05-13 09:31:17 +00:00
CommandLine|contains : set
2019-10-28 10:59:49 +00:00
selection2 :
2019-12-19 22:56:36 +00:00
- CommandLine|contains|all :
- bootstatuspolicy
- ignoreallfailures
- CommandLine|contains|all :
- recoveryenabled
2019-11-10 22:53:46 +00:00
- 'no'
condition : selection1 and selection2
2020-01-10 23:11:27 +00:00
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