Hostname
tech-hive.dev
Last fetched
tech-hive.dev resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
tech-hive.dev resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.153.19 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.22 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.33 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.51 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.160.200.15 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.59 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.65 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.200.73 | 18.160.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.237.38 | 18.164.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.237.48 | 18.164.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.237.64 | 18.164.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.237.98 | 18.164.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
1 observed subdomain of tech-hive.dev.
| Subdomain |
|---|
| www.tech-hive.dev |
Threat posture
History
Related pages
Pivot deeper into the graph from tech-hive.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tech-hive.dev"})-[: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.