Yesterday night around 2:00, I occasionally try out a snippet:
netstat -ntu | tail -n +3|awk '{ print $5}' | cut -d : -f 1 | sort | uniq -c| sort -n -r | head -n 5
Then it turns out one IP is having almost 120+ entries (I am not sure whether this word is appropriate)! The server where I ran the script above doesn't have much interesting stuff, just server with blogs which are almost never visited by people besides my friends. I think the phenomenon is really suspicious.
How can I find out what the user from the suspicious ip is doing? I don't any person who can have such a high interest in those blogs deep in the night. By the way, I checked the IP and found the ip is in my country, so it's not time-zone problem.