User Tools

Site Tools


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.1622315092.txt.gz · Last modified: 2021/05/29 19:04 by ctrlq