Hostname
test.play4purpose.com
Last fetched
test.play4purpose.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.
Nutrition Label
Resolution chain
test.play4purpose.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 |
|---|---|---|---|---|
| 13.33.183.103 | 13.33.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.33.183.14 | 13.33.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.33.183.33 | 13.33.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.33.183.65 | 13.33.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.33.67.104 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.19 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.29 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.59 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with test.play4purpose.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for test.play4purpose.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf-00262501.pphosted.com |
| SPF_INCLUDE | spf-00827801.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.223.8 |
Related pages
Pivot deeper into the graph from test.play4purpose.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.play4purpose.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.