Skip to content

Hostname

pg10.art

Last fetched

pg10.art resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · pg10.artRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/pg10.art

Resolution chain

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

IPPrefixASNOperatorCountry
108.139.29.108108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
108.139.29.27108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
108.139.29.68108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
108.139.29.84108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
108.159.102.123108.159.100.0/22AS16509AMAZON-02 - Amazon.com, Inc.EG
108.159.102.29108.159.100.0/22AS16509AMAZON-02 - Amazon.com, Inc.EG
108.159.102.30108.159.100.0/22AS16509AMAZON-02 - Amazon.com, Inc.EG
108.159.102.97108.159.100.0/22AS16509AMAZON-02 - Amazon.com, Inc.EG

WHOIS identity

No WHOIS records are currently associated with pg10.art in WhisperGraph.

Subdomains

5 observed subdomains of pg10.art.

Threat posture

History

Related pages

Pivot deeper into the graph from pg10.art.

Cypher and MCP

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

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