mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
# ec2_elastic_ip_shodan
|
|
shodan_api_key: null
|
|
|
|
# VPC Checks
|
|
# Single account environment: No action required. The AWS account number will be automatically added by the checks.
|
|
# Multi account environment: Any additional trusted account number should be added as a space separated list, e.g.
|
|
# trusted_account_ids : ["123456789012", "098765432109", "678901234567"]
|
|
trusted_account_ids: []
|
|
|
|
# cloudwatch_log_group_retention_policy_specific_days_enabled --> by default is 365 days
|
|
log_group_retention_days: 365
|
|
|
|
# ec2_securitygroup_with_many_ingress_egress_rules --> by default is 50 rules
|
|
max_security_group_rules: 50
|
|
|
|
# ec2_instance_older_than_specific_days --> by default is 6 months (180 days)
|
|
max_ec2_instance_age_in_days: 180
|
|
|
|
# AppStream Session Configuration
|
|
max_idle_disconnect_timeout_in_seconds: 600 # 10 Minutes
|
|
max_disconnect_timeout_in_seconds: 300 # 5 Minutes
|
|
max_session_duration_seconds: 36000 # 10 Hours
|
|
|
|
# Lambda Configuration
|
|
obsolete_lambda_runtimes:
|
|
[
|
|
"python3.6",
|
|
"python2.7",
|
|
"nodejs4.3",
|
|
"nodejs4.3-edge",
|
|
"nodejs6.10",
|
|
"nodejs",
|
|
"nodejs8.10",
|
|
"nodejs10.x",
|
|
"dotnetcore1.0",
|
|
"dotnetcore2.0",
|
|
"dotnetcore2.1",
|
|
"ruby2.5",
|
|
]
|