Hostname
parkcheap.de
Last fetched
parkcheap.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
parkcheap.de 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 |
|---|---|---|---|---|
| 18.172.112.54 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.112.63 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.112.86 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.112.99 | 18.172.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.166.96.42 | 3.166.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.96.79 | 3.166.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.96.84 | 3.166.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.96.9 | 3.166.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with parkcheap.de in WhisperGraph.
Subdomains
16 observed subdomains of parkcheap.de.
Web-graph footprint
Distinct hostnames that link to or from parkcheap.de in the public web crawl.
7 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for parkcheap.de.
| Mechanism | Target |
|---|---|
| SPF_A | parkcheap.de |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_MX | parkcheap.de |
Related pages
Pivot deeper into the graph from parkcheap.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "parkcheap.de"})-[: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.