0

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
Jaels
  • 67
  • 1
  • 11

1 Answers1

7

This is not a port scan, it's perfectly valid connections from your nginx to apache backend.

Andrew Schulman
  • 8,811
  • 21
  • 32
  • 47
Maxim Dounin
  • 3,596
  • 19
  • 23