-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #619 from kubescape/new-ac
re-add attack track external-workload-with-cluster-takeover-roles
- Loading branch information
Showing
5 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
attack-tracks/external-workload-with-cluster-takeover-roles.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"apiVersion": "regolibrary.kubescape/v1alpha1", | ||
"kind": "AttackTrack", | ||
"metadata": { | ||
"name": "external-workload-with-cluster-takeover-roles" | ||
}, | ||
"spec": { | ||
"version": "1.0", | ||
"data": { | ||
"name": "Initial Access", | ||
"description": "An attacker can access the Kubernetes environment.", | ||
"subSteps": [ | ||
{ | ||
"name": "Cluster Access", | ||
"description": "An attacker has access to sensitive information and can leverage them by creating pods in the cluster." | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters