Hostname
jake-barber.com
Last fetched
jake-barber.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
jake-barber.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.172.78.100 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.37 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.86 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.78.99 | 18.172.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.160.90.82 | 3.160.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.160.90.9 | 3.160.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.160.90.90 | 3.160.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.160.90.99 | 3.160.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of jake-barber.com owner
- Contact emails
- 32220d24-c713-41c0-abe7-33198b72bc51@identity-protect.org
- 82e0b088-c3cf-42f2-968b-c552903b4828@identity-protect.org
- c530dc72-6e42-4594-9ceb-82181f9f8ec0@identity-protect.org
- dac6581f-d743-4c97-ac16-719a593ba2c1@identity-protect.org
- ebd1507b-45b0-4b81-95af-483df36844e7@identity-protect.org
- f3abe3e4-b545-4f4e-812e-d9eb5f6b92fe@identity-protect.org
Threat posture
History
Related pages
Pivot deeper into the graph from jake-barber.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jake-barber.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.