mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
populated checks
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
GROUP_ID[1]="group1"
|
||||
GROUP_NUMBER[1]="1.0"
|
||||
GROUP_TITLE[1]="Identity and Access Management ****************************************"
|
||||
GROUP_RUN_BY_DEFAULT[1]="Y" # run it when execute_all is called
|
||||
GROUP_CHECKS[1]="check11,check12"
|
||||
5
groups/group1_iam
Normal file
5
groups/group1_iam
Normal file
@@ -0,0 +1,5 @@
|
||||
GROUP_ID[1]="group1"
|
||||
GROUP_NUMBER[1]="1.0"
|
||||
GROUP_TITLE[1]="Identity and Access Management ****************************************"
|
||||
GROUP_RUN_BY_DEFAULT[1]="Y" # run it when execute_all is called
|
||||
GROUP_CHECKS[1]="check11,check12,check13,check14,check15,check16,check17,check18,check19,check110,check111,check112,check113,check114,check115,check116,check117,check118,check119,check120,check121,check122,check123,check124"
|
||||
5
groups/group2_logging
Normal file
5
groups/group2_logging
Normal file
@@ -0,0 +1,5 @@
|
||||
GROUP_ID[2]="group2"
|
||||
GROUP_NUMBER[2]="2.0"
|
||||
GROUP_TITLE[2]="Logging ***************************************************************"
|
||||
GROUP_RUN_BY_DEFAULT[2]="Y" # run it when execute_all is called
|
||||
GROUP_CHECKS[2]="check21,check22,check23,check24,check25,check26,check27,check28"
|
||||
5
groups/group3_monitoring
Normal file
5
groups/group3_monitoring
Normal file
@@ -0,0 +1,5 @@
|
||||
GROUP_ID[3]="group3"
|
||||
GROUP_NUMBER[3]="3.0"
|
||||
GROUP_TITLE[3]="Monitoring ************************************************************"
|
||||
GROUP_RUN_BY_DEFAULT[3]="Y" # run it when execute_all is called
|
||||
GROUP_CHECKS[3]="check31,check32,check33,check34,check35,check36,check37,check38,check39,check310,check311,check312,check313,check314,check315"
|
||||
5
groups/group4_networking
Normal file
5
groups/group4_networking
Normal file
@@ -0,0 +1,5 @@
|
||||
GROUP_ID[4]="group4"
|
||||
GROUP_NUMBER[4]="4.0"
|
||||
GROUP_TITLE[4]="Networking ************************************************************"
|
||||
GROUP_RUN_BY_DEFAULT[4]="Y" # run it when execute_all is called
|
||||
GROUP_CHECKS[4]="check41,check42,check43,check44,check45"
|
||||
5
groups/group5_cislevel1
Normal file
5
groups/group5_cislevel1
Normal file
@@ -0,0 +1,5 @@
|
||||
GROUP_ID[5]="level1"
|
||||
GROUP_NUMBER[5]="5.0"
|
||||
GROUP_TITLE[5]="CIS Level 1 **********************************************************"
|
||||
GROUP_RUN_BY_DEFAULT[5]="N" # run it when execute_all is called
|
||||
GROUP_CHECKS[5]="check11,check12,check13,check14,check15,check16,check17,check18,check19,check110,check111,check112,check113,check115,check116,check117,check118,check119,check120,check122,check123,check124,check21,check23,check24,check25,check26,check31,check32,check33,check34,check35,check38,check312,check313,check314,check315,check41,check42"
|
||||
5
groups/group6_cislevel2
Normal file
5
groups/group6_cislevel2
Normal file
@@ -0,0 +1,5 @@
|
||||
GROUP_ID[6]="level2"
|
||||
GROUP_NUMBER[6]="6.0"
|
||||
GROUP_TITLE[6]="CIS Level 2 **********************************************************"
|
||||
GROUP_RUN_BY_DEFAULT[6]="N" # run it when execute_all is called
|
||||
GROUP_CHECKS[6]="check11,check12,check13,check14,check15,check16,check17,check18,check19,check110,check111,check112,check113,check114,check115,check116,check117,check118,check119,check120,check121,check122,check123,check124,check21,check22,check23,check24,check25,check26,check27,check28,check31,check32,check33,check34,check35,check36,check37,check38,check39,check310,check311,check312,check313,check314,check315,check41,check42,check43,check44,check45"
|
||||
5
groups/group7_extras
Normal file
5
groups/group7_extras
Normal file
@@ -0,0 +1,5 @@
|
||||
GROUP_ID[7]="extras"
|
||||
GROUP_NUMBER[7]="7.0"
|
||||
GROUP_TITLE[7]="Extras ****************************************************************"
|
||||
GROUP_RUN_BY_DEFAULT[7]="Y" # run it when execute_all is called
|
||||
GROUP_CHECKS[7]="extra71,extra72,extra73,extra74,extra75,extra76,extra77,extra78,extra79,extra710,extra711,extra712,extra713,extra714,extra715,extra716,extra717,extra718,extra719,extra720,extra721,extra722,extra723"
|
||||
5
groups/group8_forensics
Normal file
5
groups/group8_forensics
Normal file
@@ -0,0 +1,5 @@
|
||||
GROUP_ID[8]="forensics-ready"
|
||||
GROUP_NUMBER[8]="8.0"
|
||||
GROUP_TITLE[8]="Forensics Readiness ***************************************************"
|
||||
GROUP_RUN_BY_DEFAULT[8]="N" # run it when execute_all is called
|
||||
GROUP_CHECKS[8]="check21,check22,check23,check24,check25,check26,check27,check43,extra712,extra713,extra714,extra715,extra717,extra718,extra719,extra720,extra721,extra722"
|
||||
5
groups/groupN_sample
Normal file
5
groups/groupN_sample
Normal file
@@ -0,0 +1,5 @@
|
||||
GROUP_ID[9]="my-custom-group"
|
||||
GROUP_NUMBER[9]="9.0"
|
||||
GROUP_TITLE[9]="My Custom Group **********************************************"
|
||||
GROUP_RUN_BY_DEFAULT[9]="N" # run it when execute_all is called
|
||||
GROUP_CHECKS[9]="checkNN,checkMM"
|
||||
Reference in New Issue
Block a user