Skip to content

Commit

Permalink
Update T1059.004.yaml (#2569)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Haag <[email protected]>
  • Loading branch information
wand3rlust and MHaggis authored Oct 13, 2023
1 parent c98b35d commit bb98289
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions atomics/T1059.004/T1059.004.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,13 @@ atomic_tests:
ls -la /tmp/art.txt
cleanup_command: |
rm /tmp/art.txt
- name: Current kernel information enumeration
description: |
An adversary may want to enumerate the kernel information to tailor their attacks for that particular kernel. The following command will enumerate the kernel information.
supported_platforms:
- linux
executor:
name: sh
elevation_required: false
command: |
uname -srm

0 comments on commit bb98289

Please sign in to comment.