SV-100367r1_rule
V-89717
SRG-OS-000142-GPOS-00071
VRAU-SL-000790
CAT II
10
Configure the TCP backlog queue size with the following command:
# sed -i 's/^.*\bnet.ipv4.tcp_max_syn_backlog\b.*$/net.ipv4.tcp_max_syn_backlog=1280/' /etc/sysctl.conf
Reload sysctl to verify the new change:
# sysctl -p
Check that the SLES for vRealize has an appropriate TCP backlog queue size to mitigate against TCP SYN flood DOS attacks with the following command:
# cat /proc/sys/net/ipv4/tcp_max_syn_backlog
If the TCP backlog queue size is not set to at least the recommended default setting of "1280", this is a finding.
V-89717
False
VRAU-SL-000790
Check that the SLES for vRealize has an appropriate TCP backlog queue size to mitigate against TCP SYN flood DOS attacks with the following command:
# cat /proc/sys/net/ipv4/tcp_max_syn_backlog
If the TCP backlog queue size is not set to at least the recommended default setting of "1280", this is a finding.
M
3459