DEV Community

Cover image for Find if any page is hosted in the cloud.
tumao
tumao

Posted on

1

Find if any page is hosted in the cloud.

Nov 25 AWS outage

Shortly after the AWS outage, I was looking around if I can easily see what pages are running on what cloud providers.

I could not find any suitable tool. The closest was simple iplookup/whois.

I though there must be a better way.

It looks like every decent cloud provider (Looking at you, Microsoft) provides public lists of IP ranges. But there was no tool to check it against given website.

ISITIN.cloud

So I decided to create easy way to lookup this information.
isitin.cloud

In the first version, I scanned the whole website, grabbed all the links resolved the DNS, compared it to the list.

It took some time, and it was probably not worth it, I did not really care that much about the subsequent requests. But if you wanted it, the functionality is there waiting to be turned on again.
out (1)

In current version, I only check the requested domain.

I hope you will find it useful.

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

๐Ÿ‘‹ Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay