28 lines
620 B
YAML
28 lines
620 B
YAML
---
|
|
|
|
{{ if .Vars.ubtu24cis_level_1 }}
|
|
{{ if .Vars.ubtu24cis_rule_4_3_3_3 }}
|
|
command:
|
|
ipt6_conns_config:
|
|
title: 4.3.3.3 | Ensure ip6tables outbound and established connections are configured | Manual
|
|
exec: echo "Manual - Please confirm ip6tables outbound and connections are configured and matched site policy"
|
|
exit-status: 0
|
|
stdout:
|
|
- '!/^Manual/'
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 4.3.3.3
|
|
CISv8:
|
|
- 4.4
|
|
- 4.5
|
|
CISv8_IG1: true
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5:
|
|
- CA-9
|
|
- SC-7
|
|
{{ end }}
|
|
{{ end }}
|