Hostname
auskunft.de
Last fetched
auskunft.de resolves to 1 IPv4 address operated by KRICK-TECHNOLOGIC-AS Mainparkring 4 in DE.
Nutrition Label
Resolution chain
auskunft.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 |
|---|---|---|---|---|
| 82.212.222.135 | 82.212.192.0/19 | AS29624 | KRICK-TECHNOLOGIC-AS Mainparkring 4 | DE |
WHOIS identity
No WHOIS records are currently associated with auskunft.de in WhisperGraph.
Subdomains
11 observed subdomains of auskunft.de.
Web-graph footprint
Distinct hostnames that link to or from auskunft.de in the public web crawl.
137 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for auskunft.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 25210794.spf03.hubspotemail.net |
| SPF_INCLUDE | _spf.firebasemail.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.238.225.43/32 |
| SPF_IP | 2a01:4f8:d0a:2675::2/32 |
| SPF_IP | 78.46.1.18/32 |
| SPF_IP | 95.216.224.204 |
| SPF_IP | 95.216.224.232 |
| SPF_MX | auskunft.de |
Related pages
Pivot deeper into the graph from auskunft.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auskunft.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.