mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
* feat(checks): add extra718 * feat(checks): add extra763 * feat(checks): add extra748, extra749, extra72 * feat(checks): add extra750 * feat(checks): add check45 * feat(checks): add check46, check45, check42, check41 * feat(metadata_sample): add sample of check metadata * feat(pci-group): add pci group. * feat(cloud9): environment setup. * fix(protocol): add protocol conditions Co-authored-by: sergargar <sergio@verica.io>
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"aws": {
|
|
"gdpr": {
|
|
"checks": [
|
|
"s3_bucket_server_access_logging_enabled",
|
|
"s3_bucket_object_versioning",
|
|
"iam_avoid_root_usage",
|
|
"iam_user_mfa_enabled_console_access",
|
|
"iam_disable_90_days_credentials",
|
|
"iam_rotate_access_key_90_days",
|
|
"iam_root_mfa_enabled",
|
|
"iam_root_hardware_mfa_enabled",
|
|
"iam_no_root_access_key",
|
|
"iam_administrator_access_with_mfa",
|
|
"ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_3389",
|
|
"ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_22",
|
|
"ec2_ebs_snapshots_encrypted",
|
|
"ec2_ebs_public_snapshot"
|
|
],
|
|
"description": "GDPR Readiness"
|
|
},
|
|
"pci": {
|
|
"checks": [
|
|
"iam_avoid_root_usage",
|
|
"iam_user_mfa_enabled_console_access",
|
|
"iam_disable_90_days_credentials",
|
|
"iam_rotate_access_key_90_days",
|
|
"iam_root_mfa_enabled",
|
|
"iam_root_hardware_mfa_enabled",
|
|
"iam_no_root_access_key",
|
|
"ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_22",
|
|
"ec2_securitygroup_allow_ingress_from_internet_to_any_port",
|
|
"ec2_ebs_snapshots_encrypted",
|
|
"ec2_ebs_public_snapshot",
|
|
"s3_bucket_server_access_logging_enabled"
|
|
],
|
|
"description": "PCI-DSS v3.2.1 Readiness"
|
|
}
|
|
}
|
|
}
|