Hostname
askinto.eu
Last fetched
askinto.eu resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists registrar:domainers registrar ag as the registrar.
Nutrition Label
Resolution chain
askinto.eu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.201.163.31 | 195.201.0.0/16 | AS24940 | — | DE |
| 202.61.224.115 | 202.61.224.0/22 | AS197540 | — | DE |
WHOIS identity
- Registrar
- registrar:domainers registrar ag
- Organization
- —
- Contact emails
- —
Subdomains
31 observed subdomains of askinto.eu.
Showing 25 of 31. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from askinto.eu in the public web crawl.
8 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for askinto.eu.
| Mechanism | Target |
|---|---|
| SPF_A | askinto.eu |
| SPF_MX | askinto.eu |
Related pages
Pivot deeper into the graph from askinto.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "askinto.eu"})-[: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.