Skip to content

Hostname

ang-testing.verifiedfirst.com

Last fetched

ang-testing.verifiedfirst.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BG.

Nutrition Label

WHISPER CANON · ang-testing.verifiedfirst.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ang-testing.verifiedfirst.com

Resolution chain

ang-testing.verifiedfirst.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.165.72.12818.165.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.BG
18.165.72.1618.165.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.BG
18.165.72.5218.165.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.BG
18.165.72.7018.165.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.BG
18.238.49.12418.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.2818.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.618.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.6518.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with ang-testing.verifiedfirst.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ang-testing.verifiedfirst.com.

Cypher and MCP

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

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