Hostname
chronovision.de
Last fetched
chronovision.de resolves to 2 IPv4 addresses operated by CLOUDPIT - dogado GmbH in DE.
Nutrition Label
Resolution chain
chronovision.de 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 |
|---|---|---|---|---|
| 178.250.12.170 | 178.250.12.0/24 | AS45012 | CLOUDPIT - dogado GmbH | DE |
| 37.228.157.11 | 37.228.157.0/24 | AS34432 | PHH-AS - dogado GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with chronovision.de in WhisperGraph.
Subdomains
4 observed subdomains of chronovision.de.
Web-graph footprint
Distinct hostnames that link to or from chronovision.de in the public web crawl.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for chronovision.de.
| Mechanism | Target |
|---|---|
| SPF_A | chronovision.de |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 178.250.12.170 |
| SPF_IP | 87.191.199.18 |
| SPF_IP | 87.191.232.3 |
| SPF_MX | chronovision.de |
Related pages
Pivot deeper into the graph from chronovision.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chronovision.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.