|
Search:
Advanced search
|
Browse by category:
|
Glossary |
netstat linux commands |
||||
To get a list of ip addresses connecting to your server and the number of connections per IP
use: netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n This is useful in sorting out brute force attacks from one IP. |
||||
Powered by
KnowledgebasePublisher (Knowledgebase software)

