Skip to content

Commit

Permalink
Update T1027.001.yaml
Browse files Browse the repository at this point in the history
Updated the test descriptions for atomic test #1 and redcanaryco#2.
  • Loading branch information
D4rkCiph3r authored Mar 18, 2023
1 parent 4ca92ab commit 4b2ddac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atomics/T1027.001/T1027.001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ atomic_tests:
- name: Pad Binary to Change Hash - Linux/macOS dd
auto_generated_guid: ffe2346c-abd5-4b45-a713-bf5f1ebd573a
description: |
Uses dd to add a zero to the binary to change the hash.
Uses dd to add a zero byte, high-quality random data, and low-quality random data to the binary to change the hash.
Upon successful execution, dd will modify `/tmp/evil-binary`, therefore the expected hash will change.
supported_platforms:
Expand Down Expand Up @@ -34,7 +34,7 @@ atomic_tests:

- name: Pad Binary to Change Hash using truncate command - Linux/macOS
description: |
Uses truncate to add number of bytes to the binary to change the hash.
Uses truncate to add a byte to the binary to change the hash.
Upon successful execution, truncate will modify `/tmp/evil-binary`, therefore the expected hash will change.
supported_platforms:
Expand Down

0 comments on commit 4b2ddac

Please sign in to comment.