-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: November 2009
NB SYN SUR UN PORT PARTICULIER
Exemple sur le port 80: tcpdump -ne dst port 80 and ‘tcp[13] & 2 == 2′ Pratique pour detecter un SYN FLOOD
STATS NOMBRE DE CONNEXION LINUX
Exemple sur le port 80 netstat -tan | grep ‘:80 ‘ | awk ‘{print $6}’ | sort | uniq -c
ALERTE MAIL DANS /etc/hosts.deny
ALL: ALL :SPAWN echo “Service %d IP %a Utilisateur %c” | /bin/mail -s “Alerte tcpd” user@domain.fr : DENY