Skip to content

Hostname

hornet.dev

Last fetched

hornet.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · hornet.devRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/hornet.dev

Resolution chain

hornet.dev resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.33.67.10913.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.5413.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.6913.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.9313.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.162.58.233.162.56.0/22AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.58.253.162.56.0/22AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.58.273.162.56.0/22AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.58.743.162.56.0/22AS16509AMAZON-02 - Amazon.com, Inc.VN

WHOIS identity

Registrar
iana:146
Organization
domaincostclub_com
Contact emails

Subdomains

22 observed subdomains of hornet.dev.

Web-graph footprint

Distinct hostnames that link to or from hornet.dev in the public web crawl.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for hornet.dev.

MechanismTarget
SPF_INCLUDE146844398.spf01.hubspotemail.net
SPF_INCLUDE_spf.google.com

Related pages

Pivot deeper into the graph from hornet.dev.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "hornet.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.