Skip to content

Commit

Permalink
Added WindowsBootConfigurationDataRegistryFiles definition (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Feb 23, 2022
1 parent 6e6f643 commit 347449c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions data/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,29 @@ sources:
supported_os: [Windows]
urls: ['http://dfrws.org/2015/proceedings/presentations/DFRWS2015-pres3.pdf']
---
name: WindowsBootConfigurationDataRegistryFiles
doc: Boot Configuration Data (BCD) Windows Registry files.
sources:
- type: FILE
attributes:
paths:
- '\Boot\BCD'
- '\Boot\BCD.LOG'
- '\Boot\BCD.LOG1'
- '\Boot\BCD.LOG2'
- '\EFI\Microsoft\Boot\BCD'
- '\EFI\Microsoft\Boot\BCD.LOG'
- '\EFI\Microsoft\Boot\BCD.LOG1'
- '\EFI\Microsoft\Boot\BCD.LOG2'
- '\EFI\Microsoft\Recovery\BCD'
- '\EFI\Microsoft\Recovery\BCD.LOG'
- '\EFI\Microsoft\Recovery\BCD.LOG1'
- '\EFI\Microsoft\Recovery\BCD.LOG2'
separator: '\'
labels: [System]
supported_os: [Windows]
urls: ['https://artifacts-kb.readthedocs.io/en/latest/sources/windows/RegistryFiles.html']
---
name: WindowsBootVerificationProgram
doc: Path to custom startup verification program.
sources:
Expand Down

0 comments on commit 347449c

Please sign in to comment.