Skip to content

Hostname

hayito.com

Last fetched

hayito.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:1441 as the registrar.

Nutrition Label

WHISPER CANON · hayito.comRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/hayito.com

Resolution chain

hayito.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.139.210.115108.139.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
108.139.210.23108.139.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
108.139.210.4108.139.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
108.139.210.63108.139.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.164.96.3018.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.7618.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.8518.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.8918.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
54.230.62.1154.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
54.230.62.11054.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
54.230.62.654.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
54.230.62.854.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
iana:1441
Organization
dropcatch.com auctions
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from hayito.com.

Cypher and MCP

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

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

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