Hostname
queisser.de
Last fetched
queisser.de resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
queisser.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.12.124 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.13.124 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.73.15 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with queisser.de in WhisperGraph.
Subdomains
23 observed subdomains of queisser.de.
Showing 20 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from queisser.de in the public web crawl.
186 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for queisser.de.
| Mechanism | Target |
|---|---|
| SPF_A | queisser.de |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf_eucentral1.prod.hydra.sophos.com |
| SPF_INCLUDE | spf-eu.emailsignatures365.com |
| SPF_INCLUDE | spf.de.umantis.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 145.224.209.254 |
| SPF_IP | 2a01:4f8:c17:80e8:0:0:0:1 |
| SPF_IP | 31.209.185.175 |
| SPF_IP | 78.47.22.95 |
| SPF_MX | queisser.de |
Related pages
Pivot deeper into the graph from queisser.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "queisser.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.