Commit Graph

26 Commits

Author SHA1 Message Date
Atomic Red Team doc generator 9f6a1eab36 Generated docs from job=generate-docs branch=master [ci skip] 2026-02-18 16:55:45 +00:00
Atomic Red Team doc generator 376bf2a64d Generated docs from job=generate-docs branch=master [ci skip] 2026-02-18 16:46:29 +00:00
Atomic Red Team doc generator 5ede8f21e4 Generated docs from job=generate-docs branch=master [ci skip] 2025-02-13 22:03:40 +00:00
Phil Hagen fd399bb6ed fix nesting and remove empty entries (#2825)
* fix nesting and remove empty entries

* missed an indent correction

---------

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
2024-07-03 16:31:05 -06:00
Atomic Red Team doc generator 65869495d8 Generated docs from job=generate-docs branch=master [ci skip] 2024-03-13 18:04:34 +00:00
Atomic Red Team GUID generator b4289ea077 Generate GUIDs from job=generate-docs branch=master [skip ci] 2024-03-13 18:04:20 +00:00
sai prashanth pulisetti ad4029be68 Update T1580.yaml 2024-01-22 20:13:55 +05:30
sai prashanth pulisetti 4841583e48 Update T1580.yaml
removed description
2024-01-22 20:08:58 +05:30
sai prashanth pulisetti 474cbdff8a Update T1580.yaml 2024-01-21 09:52:49 +05:30
sai prashanth pulisetti d50ce7648b Update T1580.yaml
removed notes and clean up command
2024-01-21 09:50:36 +05:30
sai prashanth pulisetti d626e7ed29 Update T1580.yaml 2024-01-19 00:27:12 +05:30
sai prashanth pulisetti 5348c67b51 Update T1580.yaml
removed un supported formats
2024-01-19 00:12:24 +05:30
sai prashanth pulisetti 13da08ba97 Update T1580.yaml
updated with 
dependencies:
  - description: AWS CLI installed and configured with the necessary access rights.
    prereq_command: type aws || aws --version
    get_prereq_command: |
      if [ "$(uname)" = "Darwin" ] || [ "$(expr substr $(uname) 1 5)" = "Linux" ]; then
        curl "https://aws.amazon.com/cli/" -o "Install-AWSCLI.sh" && sh Install-AWSCLI.sh
      elif [ "$(expr substr $(uname) 1 5)" = "MINGW" ]; then
        Invoke-WebRequest -Uri "https://aws.amazon.com/cli/" -OutFile "Install-AWSCLI.ps1"; .\Install-AWSCLI.ps1
      fi
2024-01-18 14:37:01 +05:30
sai prashanth pulisetti 73b75c2db7 Update T1580.yaml 2024-01-18 14:32:39 +05:30
sai prashanth pulisetti 6796db1ee1 Update T1580.yaml 2024-01-18 14:31:00 +05:30
sai prashanth pulisetti 1ba98b5f23 Update T1580.yaml
updated :

supported_platforms:
  - windows
  - macos
  - linux
  - iaas:aws
2024-01-18 14:29:17 +05:30
sai prashanth pulisetti 8ec468e6e2 Update T1580.yaml
updated supported_platforms:
iass:aws
2024-01-18 14:27:31 +05:30
sai prashanth pulisetti b80b06ad72 Update T1580.yaml AWS - EC2 Security Group Enumeration
Simulate an attacker's action to enumerate EC2 Security Groups in a compromised AWS environment.
2024-01-18 14:21:45 +05:30
Atomic Red Team doc generator d1f9857ffb Generated docs from job=generate-docs branch=master [ci skip] 2023-07-12 02:56:51 +00:00
Justin Schoenfeld bd7e216840 Add AWS platform to appropriate tests (#2480)
* Adjust platforms from tests

* Update T1619.yaml

* lowercase for validation fails

* Update T1619.yaml

* T1580 platform update

* revert md files

* uppercase

---------

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
2023-07-11 20:55:50 -06:00
Atomic Red Team doc generator ba2dd8d1cd Generated docs from job=generate-docs branch=master [ci skip] 2023-02-28 21:24:39 +00:00
Atomic Red Team GUID generator c966568506 Generate GUIDs from job=generate-docs branch=master [skip ci] 2023-02-28 21:24:22 +00:00
0xv1n 1a12e7dc3e Update T1580.yaml 2023-02-27 14:25:02 -05:00
0xv1n 266a3f4321 typo 2023-02-27 13:32:47 -05:00
0xv1n 39be578f27 updating T1580 2023-02-27 12:51:02 -05:00
0xv1n 9c20512b68 Begin T1580 Coverage - AWS
This commit adds coverage for AWS Cloud Discovery commands run from EC2. Stratus is utilized to spin up and tear down needed testing infrastructure, similar to other cloud coverage in the ART repo previously.
2023-02-04 13:59:57 -05:00