LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-22-2022, 11:56 PM   #1
4pr3nd1z
LQ Newbie
 
Registered: Jan 2022
Distribution: Debian
Posts: 23

Rep: Reputation: 0
Question what is deploy.akamaitechnologies.com?


Hello friends,

Could someone give me more information about it?

curiously and randomly I run this command on my lab computers.

Code:
netstat -putona
and I am surprised with the following connections..
here we see that my PCs connect to a [remote ip] port 80/443

Code:
tcp        0      0 [My IP Lan]:45446     [Remote IP]:80         TIME_WAIT   -                    timewait (10,76/0/0)
tcp        0      0 [My IP Lan]:41342     [Remote IP]:80         TIME_WAIT   -                    timewait (11,10/0/0)
tcp        0      0 [My IP Lan]:45444     [Remote IP]:80         TIME_WAIT   -                    timewait (10,22/0/0)

tcp        0      0 [My IP Lan]:33650      [Remote IP]:443        TIME_WAIT   -                    timewait (22,92/0/0)

tcp        0      0 [My IP Lan]:43474      [Remote IP]:443        ESTABLISHED 2093/chrome --type=  keepalive (37,56/0/0)
I do an analysis (abuseipdb.com) of the ownership of these IPs [Remote IP] and I get as a result...

Quote:
ISP: MyISP
Hostname(s): random [remote ip].deploy.akamaitechnologies.com
I am using Linux as the operating system, and through Google I was seeing cases similar to mine, but they correspond to users who have Windows, they receive updates from Microsoft.

But in my case what could it be?

Thank you
 
Old 07-23-2022, 03:47 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
probably: https://en.wikipedia.org/wiki/Akamai_Technologies
 
Old 07-24-2022, 06:05 PM   #3
4pr3nd1z
LQ Newbie
 
Registered: Jan 2022
Distribution: Debian
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pan64 View Post
yes, i understood that akamai was a content replicator...

here my query is if anyone knew why I have these connections from my LAN to their servers (akamai).

Using subdomains with IP numbers from my ISP.

I feel like they're updating something, without my consent.
 
Old 07-25-2022, 11:02 AM   #4
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,600

Rep: Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546
Quote:
Originally Posted by 4pr3nd1z View Post
I am using Linux as the operating system
Linux is not a single OS. What specifically are you using?

Quote:
and through Google I was seeing cases similar to mine, but they correspond to users who have Windows, they receive updates from Microsoft.
A search for +"linux" deploy.akamaitechnologies.com has hits for both Arch and Mint - they both suggest it could be a browser plugin, or perhaps a desktop widget.

 
Old 07-27-2022, 05:54 PM   #5
4pr3nd1z
LQ Newbie
 
Registered: Jan 2022
Distribution: Debian
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by boughtonp View Post
Linux is not a single OS. What specifically are you using?
sorry, I did not specify my linux distribution "Debian".


Quote:
Originally Posted by boughtonp View Post
A search for +"linux" deploy.akamaitechnologies.com has hits for both Arch and Mint - they both suggest it could be a browser plugin, or perhaps a desktop widget.
yes, I have also found result with linux for Arch, Mint and others... with desktop installations.

The curious thing is that I have a PC that acts as a web server, it only has the basics installed to serve a small LAMP installation, and it demonstrated those connections at some point in the survey.
 
Old 07-28-2022, 07:11 AM   #6
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,600

Rep: Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546
Quote:
Originally Posted by 4pr3nd1z View Post
sorry, I did not specify my linux distribution "Debian".
That's only a partial answer - presumably a web server is running Debian Stable (i.e. not Debian Testing or Debian Unstable), but which version? (i.e. v10 buster or v11 bullseye) What desktop environments are you using, or did you do a custom install and explicitly not install any GUIs?

Inxi is a convenient tool for providing version info; e.g. "$ inxi -SGxx" will confirm OS info, as well as whether there's a graphics server / display manager running, even if accessing over a tty.


Anyhow, the very first option in your netstat command is -p which outputs "the PID and name of the program to which each socket belongs" - and the sample output you show includes "2093/chrome" suggesting the culprit is Google.

Does "pstree -as 2093" or "ps -F 2093" give any clues as to why? (Changing the pid in accordance to what netstat shows, since it may not always be the same process.)


Depending on the function of the web server, maybe you can configure the firewall to block all outgoing HTTP/HTTPS traffic and manually whitelist expected traffic?

 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Contact at akamai / akamaitechnologies for complaints moxieman99 General 2 09-10-2010 09:51 PM
How I deploy computing center to provide clients with powerful processing capability Jack Poer Linux - General 2 02-21-2004 11:02 PM
How to deploy 802.1x dolphinzy Linux - Wireless Networking 0 12-11-2003 03:41 AM
MP3 deploy RH9.0-->Windows network innerLinus Linux - Networking 1 10-15-2003 02:23 AM
Tools to deploy Linux Desktops sx10 Linux - Software 4 01-31-2003 02:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration