mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-11 15:25:10 +00:00
12 lines
484 B
Plaintext
12 lines
484 B
Plaintext
CHECK_ID_check115="1.15"
|
|
CHECK_TITLE_check115="Ensure security questions are registered in the AWS account (Not Scored)"
|
|
CHECK_SCORED_check115="SCORED"
|
|
CHECK_ALTERNATE_check115="check115"
|
|
|
|
check115(){
|
|
# "Ensure security questions are registered in the AWS account (Not Scored)"
|
|
textNotice "No command available for check 1.15 "
|
|
textNotice "Login to the AWS Console as root & click on the Account "
|
|
textNotice "Name -> My Account -> Configure Security Challenge Questions "
|
|
}
|