Hostname
hvv.de
Last fetched
hvv.de resolves to 1 IPv4 address operated by AS34309 in DE.
Nutrition Label
Resolution chain
hvv.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 |
|---|---|---|---|---|
| 128.65.209.119 | 128.65.208.0/20 | AS34309 | — | DE |
WHOIS identity
No WHOIS records are currently associated with hvv.de in WhisperGraph.
Subdomains
66 observed subdomains of hvv.de.
Showing 25 of 66. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hvv.de in the public web crawl.
2,969 sites link to this hostname.
165 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for hvv.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.flowmailer.net |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.77.121.128/26 |
| SPF_IP | 185.5.24.0/23 |
| SPF_IP | 185.91.106.64/28 |
| SPF_IP | 212.12.39.194 |
| SPF_IP | 213.238.45.78 |
| SPF_IP | 2a01:be80:8100:4::/64 |
| SPF_MX | hvv.de |
Related pages
Pivot deeper into the graph from hvv.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hvv.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.