Files
blue-team-tools/rules/windows/process_creation/win_bootconf_mod.yml
T

37 lines
1.1 KiB
YAML
Raw Normal View History

2019-10-28 11:59:49 +01:00
title: Modification of Boot Configuration
2019-12-19 23:56:36 +01: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 11:59:49 +01:00
status: experimental
2019-11-11 01:53:46 +03:00
author: E.M. Anhaus (orignally from Atomic Blue Detections, Endgame), oscd.community
2019-10-28 11:59:49 +01:00
date: 2019/10/24
2019-11-11 01:53:46 +03:00
modified: 2019/11/11
references:
2019-12-19 23:56:36 +01: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 11:59:49 +01:00
tags:
- attack.impact
- attack.t1490
2020-01-19 22:34:16 +01:00
logsource:
category: process_creation
product: windows
2019-10-28 11:59:49 +01:00
detection:
selection1:
2019-12-19 23:56:36 +01:00
Image|endswith: \bcdedit.exe
2020-05-13 11:31:17 +02:00
CommandLine|contains: set
2019-10-28 11:59:49 +01:00
selection2:
2019-12-19 23:56:36 +01:00
- CommandLine|contains|all:
- bootstatuspolicy
- ignoreallfailures
- CommandLine|contains|all:
- recoveryenabled
2019-11-11 01:53:46 +03:00
- 'no'
condition: selection1 and selection2
2020-01-11 00:11:27 +01:00
fields:
- ComputerName
- User
- CommandLine
2019-10-28 11:59:49 +01:00
falsepositives:
2019-11-11 01:53:46 +03:00
- Unlikely
2019-10-28 11:59:49 +01:00
level: high