Skip to content

Hostname

pds-test.ess.apple.com

Last fetched

pds-test.ess.apple.com resolves to 3 IPv4 addresses operated by APPLE-ENGINEERING - Apple Inc. in US.

Nutrition Label

WHISPER CANON · pds-test.ess.apple.comRouting diversity3.0/10Peering density8.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/pds-test.ess.apple.com

Resolution chain

pds-test.ess.apple.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
17.138.128.417.138.128.0/20AS714APPLE-ENGINEERING - Apple Inc.US
17.138.144.417.138.144.0/20AS714APPLE-ENGINEERING - Apple Inc.US
17.138.176.417.138.176.0/20AS714APPLE-ENGINEERING - Apple Inc.US

WHOIS identity

No WHOIS records are currently associated with pds-test.ess.apple.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from pds-test.ess.apple.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "pds-test.ess.apple.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.