Skip to content

Hostname

pong.locality.com

Last fetched

pong.locality.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.

Nutrition Label

WHISPER CANON · pong.locality.comRouting diversity5.7/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/pong.locality.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.213.28.20213.212.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
18.141.164.15618.140.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
18.232.116.7518.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.81.148.1103.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.207.204.16834.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.227.69.20834.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.228.226.20834.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
47.130.150.18047.128.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.SG
52.203.10.17552.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.220.29.5552.220.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
52.221.183.9052.220.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
52.71.250.5052.70.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.161.61.8554.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.86.81.22254.86.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.92.181.12154.92.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with pong.locality.com in WhisperGraph.

Subdomains

2 observed subdomains of pong.locality.com.

Threat posture

History

Related pages

Pivot deeper into the graph from pong.locality.com.

Cypher and MCP

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

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