Hostname
postpurchase.dev.klearly.eu
Last fetched
postpurchase.dev.klearly.eu resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NO.
Nutrition Label
Resolution chain
postpurchase.dev.klearly.eu resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.84.50.45 | 52.84.50.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NO |
| 52.84.50.78 | 52.84.50.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NO |
| 52.84.50.8 | 52.84.50.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NO |
| 52.84.50.80 | 52.84.50.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NO |
| 65.9.175.105 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.116 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.38 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.80 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.160.11 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.127 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.44 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.56 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with postpurchase.dev.klearly.eu in WhisperGraph.
Subdomains
1 observed subdomain of postpurchase.dev.klearly.eu.
| Subdomain |
|---|
| api.postpurchase.dev.klearly.eu |
Threat posture
History
Related pages
Pivot deeper into the graph from postpurchase.dev.klearly.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "postpurchase.dev.klearly.eu"})-[: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.