Privacy

This site has no cookies, no analytics, no ads and no server-side code. Checking an address against AWS's IP ranges happens entirely in your browser. A few features need outside services, and this page lists exactly what each of them can see.

Last updated 2026-09-25.

The short version

The part after the #

A lookup link looks like https://iptoawsservice.aroncreates.com/#3.18.1.10. The part after the # is called the fragment. Browsers keep it to themselves: it is not included when the page is requested from the server, so the host never sees what you looked up. The site also sets a "no referrer" policy, so sites you visit from here aren't told which page you came from.

The fragment is still part of the address, though:

The small search boxes on the guide and reference pages send you straight to the home page with your query after the #, too. One exception: if JavaScript is turned off, or hasn't loaded yet when you press Enter (on a slow connection, in the first moments after a page opens), a search box submits a normal form as /?q=…, so that one request carries your query to the host in the page address. The home page moves it after the # as soon as its script runs.

Who sees what

Every request this site's pages make below goes directly from your browser to the service named, without cookies and without a Referer header. Following a link to GitHub is an ordinary visit, under GitHub's own policy. Like any website, each service sees your IP address and basic browser details (the user agent). For requests to other sites, browsers also send an Origin header naming this site.

WhoWhenWhat they receiveWhat they don't receive
AWS
ip-ranges.amazonaws.com
When the page downloads AWS's IP list, or checks whether a newer version exists A request for its public data file, from your IP address What you look up
Cloudflare, as host
iptoawsservice.aroncreates.com
Every page and file you load from this site The page address without the fragment (including ?q=… if you used a search box before JavaScript was running), from your IP address The fragment, and your results
Cloudflare DNS
cloudflare-dns.com
When you look up a hostname, or click "Look up reverse DNS". Names that public DNS can't answer for, such as localhost, .onion, .local, .internal and EC2 private names, are explained on the page and never sent; single-word and other private-network names are sent only if you ask for it The hostname you look up. For reverse DNS, the IP address you asked about, written as a DNS name (for example 10.1.18.3.in-addr.arpa for 3.18.1.10) Anything else about your lookup
Google Public DNS
dns.google
Only when Cloudflare's resolver fails or doesn't answer in time The same as Cloudflare DNS, for that query Anything else about your lookup
RIPE NCC
stat.ripe.net
Only when you click "Check who announces this IP", or automatically if you ticked "Check this and future addresses automatically" (see stored settings) The IP address being checked, and a tag naming this site, which RIPEstat asks its users to send Anything else about your lookup
GitHub Only if you follow a link to the source code or issue tracker A normal visit to github.com Anything about your lookups

More detail:

What is stored on your device

How to clear it

Clear the site data for iptoawsservice.aroncreates.com. That removes the ripeOptIn setting and the saved copy of AWS's data; the next visit simply downloads AWS's list again.

A private or incognito window keeps none of this after you close it. Lookup links stay in your browser history until you clear it.

Changes and questions

If what this site does with data changes, this page and its date will change with it. The site's code is public on GitHub, so you can check every request it makes. For questions, open an issue; issues are public, so don't include anything you want to keep private.

More: how it works · about this site