Hostname
hsv.de
Last fetched
hsv.de resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
hsv.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 |
|---|---|---|---|---|
| 52.57.211.42 | 52.64.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with hsv.de in WhisperGraph.
Subdomains
86 observed subdomains of hsv.de.
Showing 25 of 86. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hsv.de in the public web crawl.
1,370 sites link to this hostname.
414 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for hsv.de.
| Mechanism | Target |
|---|---|
| SPF_A | hsv.de |
| SPF_A | mx4.eventim.de |
| SPF_INCLUDE | spf.004group.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 62.206.11.80/28 |
| SPF_IP | 62.206.11.94 |
| SPF_IP | 80.120.171.62 |
| SPF_IP | 82.98.84.137/32 |
| SPF_IP | 82.98.84.138/32 |
| SPF_IP | 85.215.3.13/32 |
| SPF_IP | 85.215.3.14/32 |
| SPF_IP | 91.199.175.53 |
| SPF_IP | 91.202.49.235 |
| SPF_IP | 91.202.50.25 |
| SPF_IP | 92.79.82.190 |
| SPF_MX | hsv.de |
| SPF_MX | indivsurvey.de |
Related pages
Pivot deeper into the graph from hsv.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hsv.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.