Skip to content

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

WHISPER CANON · tech-hive.devRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/tech-hive.dev

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.

IPPrefixASNOperatorCountry
13.33.153.1913.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.2213.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.3313.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.5113.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
18.160.200.1518.160.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.200.5918.160.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.200.6518.160.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.200.7318.160.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.237.3818.164.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.237.4818.164.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.237.6418.164.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.237.9818.164.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

1 observed subdomain of 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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.