Skip to content

Hostname

pr-57-auth.dev.daphne.engineering

Last fetched

pr-57-auth.dev.daphne.engineering resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.

Nutrition Label

WHISPER CANON · pr-57-auth.dev.daphne.engineeringRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/pr-57-auth.dev.daphne.engineering

Resolution chain

pr-57-auth.dev.daphne.engineering resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.244.65.20318.244.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.65.418.244.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.65.6318.244.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.65.818.244.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.165.135.1293.165.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.135.1513.165.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.135.2183.165.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.135.653.165.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

No WHOIS records are currently associated with pr-57-auth.dev.daphne.engineering in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from pr-57-auth.dev.daphne.engineering.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "pr-57-auth.dev.daphne.engineering"})-[: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.