Hostname
ascasa.de
Last fetched
ascasa.de resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ascasa.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.20.22.33 | 104.20.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.165.86 | 172.66.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 84.247.175.203 | 84.247.160.0/19 | AS51167 | CONTABO - Contabo GmbH | GB |
WHOIS identity
No WHOIS records are currently associated with ascasa.de in WhisperGraph.
Subdomains
19 observed subdomains of ascasa.de.
Web-graph footprint
Distinct hostnames that link to or from ascasa.de in the public web crawl.
15 sites link to this hostname.
41 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for ascasa.de.
| Mechanism | Target |
|---|---|
| SPF_A | ascasa.de |
| SPF_IP | 159.69.121.207 |
| SPF_IP | 185.5.13.120 |
| SPF_IP | 84.247.175.203 |
| SPF_MX | ascasa.de |
Related pages
Pivot deeper into the graph from ascasa.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ascasa.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.