Skip to content

Hostname

ascara.de

Last fetched

ascara.de resolves to 1 IPv4 address operated by HETZNER-AS in DE.

Nutrition Label

WHISPER CANON · ascara.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ascara.de

Resolution chain

ascara.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
85.10.240.1085.10.192.0/18AS24940HETZNER-ASDE

WHOIS identity

No WHOIS records are currently associated with ascara.de in WhisperGraph.

Subdomains

4 observed subdomains of ascara.de.

Web-graph footprint

Distinct hostnames that link to or from ascara.de in the public web crawl.

6 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

15 SPF mechanisms authorising senders for ascara.de.

MechanismTarget
SPF_Aascara.de
SPF_INCLUDE_spf.google.com
SPF_IP209.85.214.170/16
SPF_IP24.134.77.113
SPF_IP85.10.240.10
SPF_IP85.10.240.11
SPF_IP85.10.240.12
SPF_IP85.10.240.13
SPF_IP85.10.240.2
SPF_IP85.10.240.3
SPF_IP85.10.240.4
SPF_IP85.10.240.5
SPF_IP85.10.240.6
SPF_IP85.10.240.7
SPF_MXascara.de

Related pages

Pivot deeper into the graph from ascara.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ascara.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.