Skip to content

Commit

Permalink
Update T1012.yaml (#2959)
Browse files Browse the repository at this point in the history
* Update T1012.yaml

New atomic added.

* Update T1012.yaml

Command structre fixed

* Update T1012.yaml

Accidentally put a space at the beginning of the file.

---------

Co-authored-by: Bhavin Patel <[email protected]>
  • Loading branch information
krdmnbrk and patel-bhavin authored Oct 25, 2024
1 parent 93a6223 commit d93cb37
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions atomics/T1012/T1012.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,12 @@ atomic_tests:
reg.exe query hklm\software\microsoft\windows\softwareinventorylogging /v collectionstate /reg:64
name: command_prompt
elevation_required: true
- name: Inspect SystemStartOptions Value in Registry
description: The objective of this test is to query the SystemStartOptions key under HKLM\SYSTEM\CurrentControlSet\Control in the Windows registry. This action could be used to uncover specific details about how the system is configured to start, potentially aiding in understanding boot parameters or identifying security-related settings.
key is.
supported_platforms:
- windows
executor:
name: command_prompt
command: |
reg.exe query HKLM\SYSTEM\CurrentControlSet\Control /v SystemStartOptions

0 comments on commit d93cb37

Please sign in to comment.