mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-18 10:01:56 +00:00
c9284f8003
Co-authored-by: Rubén De la Torre Vico <ruben@prowler.com> Co-authored-by: Daniel Barranquero <danielbo2001@gmail.com> Co-authored-by: Andoni A. <14891798+andoniaf@users.noreply.github.com>
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"Categories": [
|
|
"encryption",
|
|
"logging"
|
|
],
|
|
"CheckID": "iam_user_accesskey_unused",
|
|
"CheckTitle": "Access Keys unused should be disabled",
|
|
"CheckType": [
|
|
"Software and Configuration Checks"
|
|
],
|
|
"Compliance": [
|
|
{
|
|
"Control": [
|
|
"4.4"
|
|
],
|
|
"Framework": "CIS-AWS",
|
|
"Group": [
|
|
"level1",
|
|
"level2"
|
|
],
|
|
"Version": "1.4"
|
|
}
|
|
],
|
|
"DependsOn": [
|
|
"othercheck1",
|
|
"othercheck2"
|
|
],
|
|
"Description": "Access Keys unused should be disabled",
|
|
"Notes": "additional information",
|
|
"Provider": "aws",
|
|
"RelatedTo": [
|
|
"othercheck3",
|
|
"othercheck4"
|
|
],
|
|
"RelatedUrl": "",
|
|
"Remediation": {
|
|
"Code": {
|
|
"CLI": "cli command or URL to the cli command location.",
|
|
"NativeIaC": "code or URL to the code location.",
|
|
"Other": "cli command or URL to the cli command location.",
|
|
"Terraform": "code or URL to the code location."
|
|
},
|
|
"Recommendation": {
|
|
"Text": "Run sudo yum update and cross your fingers and toes.",
|
|
"Url": "https://hub.prowler.com/check/iam_user_accesskey_unused"
|
|
}
|
|
},
|
|
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
|
|
"ResourceType": "AwsIamAccessAnalyzer",
|
|
"Risk": "Risk associated.",
|
|
"ServiceName": "iam",
|
|
"Severity": "low",
|
|
"SubServiceName": "accessanalyzer",
|
|
"Tags": {
|
|
"Tag1Key": "value",
|
|
"Tag2Key": "value"
|
|
}
|
|
}
|