start
This is an old revision of the document!
Tracking IP addresses from server Firstly get a list of the top ten IP addresses that access the apache2 server
awk '{ print $1}' /var/log/apache2/ssl_access.log | sort | uniq -c | sort -nr | head -n 10
This should provide a list to identify unauthorised external IP‘s. Table One Table Two Stuff here And here
start.1622315185.txt.gz · Last modified: 2021/05/29 19:06 by ctrlq