Hostname
testwpt-admin.wpt-test.com
Last fetched
testwpt-admin.wpt-test.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
testwpt-admin.wpt-test.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.139.210.40 | 108.139.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.210.6 | 108.139.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.210.9 | 108.139.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.210.97 | 108.139.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.165.242.13 | 18.165.242.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.242.3 | 18.165.242.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.242.78 | 18.165.242.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.242.80 | 18.165.242.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with testwpt-admin.wpt-test.com in WhisperGraph.
Subdomains
1 observed subdomain of testwpt-admin.wpt-test.com.
| Subdomain |
|---|
| reporter.testwpt-admin.wpt-test.com |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for testwpt-admin.wpt-test.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from testwpt-admin.wpt-test.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "testwpt-admin.wpt-test.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.