#!/bin/sh
count=`netstat -an -f inet | egrep SYN_RCVD |wc -l `
if [ $count -gt 50 ] ; then
echo "This server may be under a SYN attack. Please check current connections!"
fi
'Tip' 카테고리의 다른 글
Linux cpu, mem 등 확인하기 (0) | 2017.01.06 |
---|---|
mutt 메일 보내기 (0) | 2017.01.06 |
nslookup (0) | 2017.01.06 |
증분백업/복구 (0) | 2016.12.31 |
RPM 패키지 관리 (0) | 2016.12.31 |