Skip to content

Hostname

pamsgp.com

Last fetched

pamsgp.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:3858 as the registrar.

Nutrition Label

WHISPER CANON · pamsgp.comRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/pamsgp.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.226.94.10213.226.94.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.94.3113.226.94.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.94.5913.226.94.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.94.9813.226.94.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.66.112.1518.66.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.112.2318.66.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.112.4418.66.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.112.8218.66.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
52.84.102.12352.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB
52.84.102.12552.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB
52.84.102.2252.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB
52.84.102.9452.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

Registrar
iana:3858
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from pamsgp.com.

Cypher and MCP

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

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