Additions:
tcp_syncookie
This setting protects you from the TCP SYN flood.
The configuration file is living here:
/proc/sys/net/ipv4/tcp_syncookies
To have this surviving a reboot, update /etc/sysctl.conf:
net.ipv4.tcp_syncookies=1
Additions:
This is a neat piece of software that update iptables when people are trying to do brute force attacks
Additions:
TCP wrappers
- to check if a service comes under TCP wrapper checks:
root@www2:~# ldd /usr/sbin/sshd |grep wrap
libwrap.so.0 => /lib/libwrap.so.0 (0x00002aaaaabc2000)
root@www2:~# ldd /usr/sbin/apache2 |grep wrap
Additions:
nmap
Ping scan: nmap -sP 10.20.30.0/24
Additions:
ITTips
AES-256 is stronger than RSA-512.
AES-256 ~ RSA-15,380