Skip to content

Commit

Permalink
CIS AWS Bm3 IAM & accts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrau1 committed Feb 10, 2024
1 parent 5c90e36 commit ae700db
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 46 deletions.
20 changes: 14 additions & 6 deletions eeauditor/auditors/aws/AWS_Accounts_Auditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ def aws_accounts_billing_dedicated_contact_check(cache: dict, session, awsAccoun
"ISO 27001:2013 A.16.1.3",
"ISO 27001:2013 A.16.1.4",
"CIS Amazon Web Services Foundations Benchmark V1.5 1.1",
"CIS Amazon Web Services Foundations Benchmark V2.0 1.1"
"CIS Amazon Web Services Foundations Benchmark V2.0 1.1",
"CIS Amazon Web Services Foundations Benchmark V3.0 1.1"
]
},
"Workflow": {"Status": "NEW"},
Expand Down Expand Up @@ -203,7 +204,8 @@ def aws_accounts_billing_dedicated_contact_check(cache: dict, session, awsAccoun
"ISO 27001:2013 A.16.1.3",
"ISO 27001:2013 A.16.1.4",
"CIS Amazon Web Services Foundations Benchmark V1.5 1.1",
"CIS Amazon Web Services Foundations Benchmark V2.0 1.1"
"CIS Amazon Web Services Foundations Benchmark V2.0 1.1",
"CIS Amazon Web Services Foundations Benchmark V3.0 1.1"
]
},
"Workflow": {"Status": "RESOLVED"},
Expand Down Expand Up @@ -282,7 +284,8 @@ def aws_accounts_operations_dedicated_contact_check(cache: dict, session, awsAcc
"ISO 27001:2013 A.16.1.3",
"ISO 27001:2013 A.16.1.4",
"CIS Amazon Web Services Foundations Benchmark V1.5 1.1",
"CIS Amazon Web Services Foundations Benchmark V2.0 1.1"
"CIS Amazon Web Services Foundations Benchmark V2.0 1.1",
"CIS Amazon Web Services Foundations Benchmark V3.0 1.1"
]
},
"Workflow": {"Status": "NEW"},
Expand Down Expand Up @@ -348,7 +351,8 @@ def aws_accounts_operations_dedicated_contact_check(cache: dict, session, awsAcc
"ISO 27001:2013 A.16.1.3",
"ISO 27001:2013 A.16.1.4",
"CIS Amazon Web Services Foundations Benchmark V1.5 1.1",
"CIS Amazon Web Services Foundations Benchmark V2.0 1.1"
"CIS Amazon Web Services Foundations Benchmark V2.0 1.1",
"CIS Amazon Web Services Foundations Benchmark V3.0 1.1"
]
},
"Workflow": {"Status": "RESOLVED"},
Expand Down Expand Up @@ -429,7 +433,9 @@ def aws_accounts_security_dedicated_contact_check(cache: dict, session, awsAccou
"CIS Amazon Web Services Foundations Benchmark V1.5 1.1",
"CIS Amazon Web Services Foundations Benchmark V1.5 1.2",
"CIS Amazon Web Services Foundations Benchmark V2.0 1.1",
"CIS Amazon Web Services Foundations Benchmark V2.0 1.2"
"CIS Amazon Web Services Foundations Benchmark V3.0 1.1",
"CIS Amazon Web Services Foundations Benchmark V2.0 1.2",
"CIS Amazon Web Services Foundations Benchmark V3.0 1.2"
]
},
"Workflow": {"Status": "NEW"},
Expand Down Expand Up @@ -497,7 +503,9 @@ def aws_accounts_security_dedicated_contact_check(cache: dict, session, awsAccou
"CIS Amazon Web Services Foundations Benchmark V1.5 1.1",
"CIS Amazon Web Services Foundations Benchmark V1.5 1.2",
"CIS Amazon Web Services Foundations Benchmark V2.0 1.1",
"CIS Amazon Web Services Foundations Benchmark V2.0 1.2"
"CIS Amazon Web Services Foundations Benchmark V3.0 1.1",
"CIS Amazon Web Services Foundations Benchmark V2.0 1.2",
"CIS Amazon Web Services Foundations Benchmark V3.0 1.2"
]
},
"Workflow": {"Status": "RESOLVED"},
Expand Down
Loading

0 comments on commit ae700db

Please sign in to comment.