Port scanning from localhost
Posted
by
Jaels
on Server Fault
See other posts from Server Fault
or by Jaels
Published on 2012-11-10T10:21:19Z
Indexed on
2012/11/10
11:06 UTC
Read the original article
Hit count: 252
I see lot of tcp connections on different ports on my server with 'TIME_WAIT' status. Just simple port scan, but i cant see ip address of this bastard because connections is going from my nginx. Can you please give me a tip how can i see IP address of this bastard?
Here is example:
[root@vh9 ~]# netstat
tcp 0 0 srv:http srv:53280 TIME_WAIT
tcp 0 0 srv:http srv:53536 TIME_WAIT
tcp 0 0 srv:http srv:52768 TIME_WAIT
tcp 0 0 srv:http srv:53024 TIME_WAIT
© Server Fault or respective owner