Skip to content

Commit

Permalink
Merge pull request #93 from JupiterOne/IMDSv2MetaData
Browse files Browse the repository at this point in the history
KNO-371 - Update aws-config.json
  • Loading branch information
SeaBlooms authored Jan 30, 2024
2 parents af5cc95 + 7c771ff commit 2d3d590
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rule-packs/aws-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1110,5 +1110,17 @@
}
],
"alertLevel": "MEDIUM"
},
{
"name": "ec2-imdsv2-optional",
"description": "Checks if an Amazon EC2 Instance have been configured to not require Instance Metadata Service Version 2 (IMDSv2)",
"queries": [
{
"name": "query0",
"query": "find aws_instance with httpTokens = 'optional' and httpEndpointEnabled=true",
"version": "v1"
}
],
"alertLevel": "MEDIUM"
}
]

0 comments on commit 2d3d590

Please sign in to comment.