Hostname
voss.net
Last fetched
voss.net resolves to 1 IPv4 address operated by AS48314 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
voss.net 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 |
|---|---|---|---|---|
| 185.250.251.210 | 185.250.251.0/24 | AS48314 | — | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- gottfried weibler
- Contact emails
Subdomains
90 observed subdomains of voss.net.
Showing 25 of 90. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from voss.net in the public web crawl.
50 sites link to this hostname.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
30 SPF mechanisms authorising senders for voss.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgate.cswgmbh.de |
| SPF_INCLUDE | spf.protection.outlook.de |
| SPF_IP | 13.111.0.0/16 |
| SPF_IP | 13.94.95.171 |
| SPF_IP | 136.147.135.0/24 |
| SPF_IP | 136.147.176.0/24 |
| SPF_IP | 136.147.182.0/24 |
| SPF_IP | 137.116.240.241 |
| SPF_IP | 185.212.32.144/32 |
| SPF_IP | 194.115.120.0/27 |
| SPF_IP | 195.10.208.0/24 |
| SPF_IP | 198.245.81.0/24 |
| SPF_IP | 199.122.123.0/24 |
| SPF_IP | 20.79.220.33/32 |
| SPF_IP | 20.79.222.204/32 |
| SPF_IP | 2001:67c:2050::/48 |
| SPF_IP | 213.203.238.0/25 |
| SPF_IP | 52.16.190.81/32 |
| SPF_IP | 52.17.45.98/32 |
| SPF_IP | 52.30.130.201/32 |
| SPF_IP | 54.229.2.165/32 |
| SPF_IP | 80.237.187.32/28 |
| SPF_IP | 80.241.56.0/21 |
| SPF_IP | 83.169.51.224/27 |
| SPF_IP | 85.25.89.0/24 |
| SPF_IP | 87.230.74.128/28 |
| SPF_IP | 91.198.250.0/24 |
| SPF_IP | 91.250.74.128/27 |
| SPF_IP | 91.250.95.64/26 |
| SPF_IP | 92.51.187.64/27 |
Related pages
Pivot deeper into the graph from voss.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "voss.net"})-[: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.