Skip to content

Commit

Permalink
Fix typo on T1098.md (#2993)
Browse files Browse the repository at this point in the history
  • Loading branch information
za authored Dec 11, 2024
1 parent 98513cc commit 6cb8a46
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions atomics/Indexes/iaas_aws-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21136,7 +21136,7 @@ privilege-escalation:
- name: AWS - Create a group and add a user to that group
auto_generated_guid: 8822c3b0-d9f9-4daf-a043-49f110a31122
description: 'Adversaries create AWS group, add users to specific to that group
to elevate their privilieges to gain more accesss
to elevate their privileges to gain more accesss

'
supported_platforms:
Expand Down Expand Up @@ -33394,7 +33394,7 @@ persistence:
- name: AWS - Create a group and add a user to that group
auto_generated_guid: 8822c3b0-d9f9-4daf-a043-49f110a31122
description: 'Adversaries create AWS group, add users to specific to that group
to elevate their privilieges to gain more accesss
to elevate their privileges to gain more accesss

'
supported_platforms:
Expand Down
4 changes: 2 additions & 2 deletions atomics/Indexes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44200,7 +44200,7 @@ privilege-escalation:
- name: AWS - Create a group and add a user to that group
auto_generated_guid: 8822c3b0-d9f9-4daf-a043-49f110a31122
description: 'Adversaries create AWS group, add users to specific to that group
to elevate their privilieges to gain more accesss
to elevate their privileges to gain more accesss

'
supported_platforms:
Expand Down Expand Up @@ -68301,7 +68301,7 @@ persistence:
- name: AWS - Create a group and add a user to that group
auto_generated_guid: 8822c3b0-d9f9-4daf-a043-49f110a31122
description: 'Adversaries create AWS group, add users to specific to that group
to elevate their privilieges to gain more accesss
to elevate their privileges to gain more accesss

'
supported_platforms:
Expand Down
2 changes: 1 addition & 1 deletion atomics/T1098/T1098.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ if((Get-CimInstance -ClassName Win32_OperatingSystem).ProductType -eq 1) {
<br/>

## Atomic Test #3 - AWS - Create a group and add a user to that group
Adversaries create AWS group, add users to specific to that group to elevate their privilieges to gain more accesss
Adversaries create AWS group, add users to specific to that group to elevate their privileges to gain more accesss

**Supported Platforms:** Iaas:aws

Expand Down
4 changes: 2 additions & 2 deletions atomics/T1098/T1098.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ atomic_tests:
- name: AWS - Create a group and add a user to that group
auto_generated_guid: 8822c3b0-d9f9-4daf-a043-49f110a31122
description: |
Adversaries create AWS group, add users to specific to that group to elevate their privilieges to gain more accesss
Adversaries create AWS group, add users to specific to that group to elevate their privileges to gain more accesss
supported_platforms:
- iaas:aws
input_arguments:
Expand Down Expand Up @@ -1011,4 +1011,4 @@ atomic_tests:
get_prereq_command: |
cd "$PathToAtomicsFolder/T1098/src/T1098-17/"
terraform init
terraform apply -auto-approve
terraform apply -auto-approve

0 comments on commit 6cb8a46

Please sign in to comment.