Hostname
quooker.de
Last fetched
quooker.de resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
quooker.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.192.81.136 | 18.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with quooker.de in WhisperGraph.
Subdomains
13 observed subdomains of quooker.de.
Web-graph footprint
Distinct hostnames that link to or from quooker.de in the public web crawl.
633 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for quooker.de.
| Mechanism | Target |
|---|---|
| SPF_A | quooker.de |
| SPF_INCLUDE | _spf.eu.messagegears.net |
| SPF_INCLUDE | _spf.paytsoftware.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | customers.clickdimensions.com |
| SPF_INCLUDE | essprod0.templafy-ess.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.49.121.115 |
| SPF_IP | 167.89.61.143/32 |
| SPF_IP | 185.136.64.128/27 |
| SPF_IP | 185.136.65.128/27 |
| SPF_IP | 20.61.145.119/32 |
| SPF_IP | 2a05:d014:76e:c800:0:0:0:4 |
| SPF_IP | 2a05:d016:a03:3300:0:0:0:4 |
| SPF_IP | 3.124.201.156 |
| SPF_MX | quooker.de |
Related pages
Pivot deeper into the graph from quooker.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "quooker.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.