Skip to content

Commit

Permalink
feat: Update description of "Initial Access" in workload-unauthentica…
Browse files Browse the repository at this point in the history
…ted-service.json

Signed-off-by: kooomix <eranm@armosec.io>
  • Loading branch information
kooomix committed Aug 15, 2024
1 parent 1876df0 commit 2c91979
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions attack-tracks/workload-unauthenticated-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,11 @@
"version": "1.0",
"data": {
"name": "Initial Access",
"description": "An attacker can access the Kubernetes environment.",
"description": "The service is exposed outside the Kubernetes network.",
"subSteps": [
{
"name": "Execution (Vulnerable Image)",
"description": "An attacker can execute malicious code by exploiting vulnerable images.",
"checksVulnerabilities": true,
"subSteps": [
{
"name": "Data Collection",
"description": "An attacker can gather data."
}
]
"name": "Data Collection",
"description": "Database access is missing authentication and it can be accessed by anyone"
}
]
}
Expand Down

0 comments on commit 2c91979

Please sign in to comment.