Hostname
bridgetplant.com
Last fetched
bridgetplant.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
bridgetplant.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.67.161.28 | 18.67.160.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.161.39 | 18.67.160.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.161.47 | 18.67.160.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.161.59 | 18.67.160.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.174.238.106 | 3.174.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CO |
| 3.174.238.2 | 3.174.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CO |
| 3.174.238.42 | 3.174.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CO |
| 3.174.238.73 | 3.174.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CO |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of bridgetplant.com owner
- Contact emails
Subdomains
1 observed subdomain of bridgetplant.com.
| Subdomain |
|---|
| www.bridgetplant.com |
Threat posture
History
Related pages
Pivot deeper into the graph from bridgetplant.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bridgetplant.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.