CDN – find the source IP [closed]

I want to communicate directly with website using CDN (Akamai, CloudFlare, etc.)

Anyone knows if is it possible to find the IP address of websites using Akamai? or CloudFlare?

I have tried to ping to example.com without ‘www’ prefix and I get IP address that not belongs to Akamai. But I donwt sure what is this IP.
I tried to open HTTP communication with this IP, but I get various results for thee various websites: some of them redirect me to the Akamai server, others give me ‘404 Not Found’ error, etc.

what is this IP?

Answer

That is usually one of the points of deploying CDN. Hiding the actual data source, so it is not as easy to be (D)DoSed.

Attribution
Source : Link , Question Author : yoav , Answer Author : Fox

Leave a Comment