Hostname
marleyspoon.de
Last fetched
marleyspoon.de resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
marleyspoon.de 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 |
|---|---|---|---|---|
| 18.66.102.19 | 18.66.102.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.102.3 | 18.66.102.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.102.49 | 18.66.102.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.102.86 | 18.66.102.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.132.29 | 52.222.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.222.132.62 | 52.222.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.222.132.76 | 52.222.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.222.132.84 | 52.222.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.84.160.103 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.119 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.120 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.25 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with marleyspoon.de in WhisperGraph.
Subdomains
18 observed subdomains of marleyspoon.de.
Web-graph footprint
Distinct hostnames that link to or from marleyspoon.de in the public web crawl.
185 sites link to this hostname.
61 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 marleyspoon.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_IP | 35.160.147.225 |
| SPF_IP | 35.164.81.5 |
| SPF_IP | 35.166.11.1 |
| SPF_MX | marleyspoon.de |
Related pages
Pivot deeper into the graph from marleyspoon.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "marleyspoon.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.