Skip to content

Hostname

test.hokify.de

Last fetched

test.hokify.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · test.hokify.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/test.hokify.de

Resolution chain

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

IPPrefixASNOperatorCountry
13.224.125.12013.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.2713.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.2813.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.8713.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.237.3699.84.237.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.237.3999.84.237.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.237.4699.84.237.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.237.6999.84.237.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with test.hokify.de in WhisperGraph.

Subdomains

1 observed subdomain of test.hokify.de.

Threat posture

History

Related pages

Pivot deeper into the graph from test.hokify.de.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "test.hokify.de"})-[: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.