SV-99247r1_rule
V-88597
SRG-OS-000142-GPOS-00071
VROM-SL-000765
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 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
The recommended default setting is "1280".
If the TCP backlog queue size is not set to "1280", this is a finding.
V-88597
False
VROM-SL-000765
Check that 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
The recommended default setting is "1280".
If the TCP backlog queue size is not set to "1280", this is a finding.
M
3461