SV-100365r1_rule
V-89715
SRG-OS-000142-GPOS-00071
VRAU-SL-000785
CAT II
10
Configure the SLES for vRealize to use TCP syncookies when experiencing a TCP SYN flood.
# sed -i 's/^.*\bnet.ipv4.tcp_syncookies\b.*$/net.ipv4.tcp_syncookies=1/' /etc/sysctl.conf
Reload sysctl to verify the new change:
# sysctl -p
Check that the SLES for vRealize configured to use TCP syncookies when experiencing a TCP SYN flood.
# cat /proc/sys/net/ipv4/tcp_syncookies
If the result is not "1", this is a finding.
V-89715
False
VRAU-SL-000785
Check that the SLES for vRealize configured to use TCP syncookies when experiencing a TCP SYN flood.
# cat /proc/sys/net/ipv4/tcp_syncookies
If the result is not "1", this is a finding.
M
3459