Skip to content

Commit

Permalink
Update mitre-attck-aws-privilege-escalation-attack-paths.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiodehartj1 authored Jan 10, 2025
1 parent d3c9a5c commit 3584f24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"alertLevel": "HIGH"
},
{
"name": "aws-high-privilege-lambda-function-get-function",
"name": "aws-high-privilege-lambda-function-get-function-configuration",
"description": "This query looks for users that have the 'lambda:GetFunctionConfiguration' action assigned. A malicious actor with this permission can view environmental variables inluding improperly stored secrets in a lambda function and it is recommended to review all results.",
"queries": [
{
Expand All @@ -348,7 +348,7 @@
"alertLevel": "HIGH"
},
{
"name": "aws-high-privilege-lambda-function-list-function",
"name": "aws-high-privilege-lambda-function-list-functions",
"description": "This query looks for users that have the 'lambda:ListFunctions' action assigned. A malicious actor with this permission can view environmental variables inluding improperly stored secrets in a lambda function and it is recommended to review all results.",
"queries": [
{
Expand Down

0 comments on commit 3584f24

Please sign in to comment.