netstat shows many times deploy.akamaitechnologies.com connected to my server

25,891

Your server is connecting to HTTP on the deploy.akamaitechnologies.com server, not the other way around. Run netstat -a -n -o on your server and see what PID (process ID) is responsible for the connection and investigate from there.

Share:
25,891

Related videos on Youtube

Sami-L
Author by

Sami-L

Updated on September 18, 2022

Comments

  • Sami-L
    Sami-L almost 2 years

    Many times, after running netstat on my server, I find one of IP addresses belonging to deploy.akamaitechnologies.com connected to my server, do someone has an idea on what is happening on my server ?

    this is a case:

    TCP xxx.xxx.xxx.xxx:49189 a184-25-107-184:http ESTABLISHED

    To what could serve the port: 49189 when the source machine is running http ?

  • Sami-L
    Sami-L over 11 years
    I am on IIS 7, how can I see what this IP is doing, and how can I block it please?
  • alexus
    alexus over 11 years
    look in your IIS log what this IP is doing on your box so extensively to block it you can use IIS as well (or firewall)
  • Sami-L
    Sami-L over 11 years
    Is there an iis log viewer / analyzer inside Windows 2008 R2, or have I to dowload it somewhere ? I can block the used IP address through the firewall but each time they use a different one, I mean: deploy.akamaitechnologies.com
  • David Schwartz
    David Schwartz over 11 years
    Why would he look in his Apache log? It's the local port that's dynamic.
  • Sami-L
    Sami-L over 11 years
    @David, So you think that something installed on my server connects to them from time to time?
  • David Schwartz
    David Schwartz over 11 years
    Yes. If you have the ability to log the HTTP headers, that would probably narrow it down.