Hostname
deep-bridge.com
Last fetched
deep-bridge.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
deep-bridge.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.195.109 | 18.67.194.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.195.115 | 18.67.194.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.195.2 | 18.67.194.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.195.67 | 18.67.194.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.167.227.117 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.27 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.43 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.167.227.80 | 3.167.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of deep-bridge.com.
| Subdomain |
|---|
| mail.deep-bridge.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for deep-bridge.com.
| Mechanism | Target |
|---|---|
| SPF_A | deep-bridge.com |
| SPF_INCLUDE | deep-bridge.com.spf.auto.dnssmarthost.net |
| SPF_IP | 59.148.175.26 |
| SPF_MX | deep-bridge.com |
Related pages
Pivot deeper into the graph from deep-bridge.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "deep-bridge.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.