Hostname
www.varisol.de
Last fetched
www.varisol.de resolves to 1 IPv4 address operated by PLUSSERVER-ASN1 - PlusServer GmbH in DE.
Nutrition Label
Resolution chain
www.varisol.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 |
|---|---|---|---|---|
| 62.138.208.62 | 62.138.208.0/23 | AS61157 | PLUSSERVER-ASN1 - PlusServer GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with www.varisol.de in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for www.varisol.de.
| Mechanism | Target |
|---|---|
| SPF_A | srv10.ic-innovative.de |
| SPF_A | srv11.ic-innovative.de |
| SPF_INCLUDE | spf.dc-cluster.de |
| SPF_INCLUDE | spf.de.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 116.202.32.117/32 |
| SPF_IP | 167.233.2.66/32 |
| SPF_IP | 192.109.231.170 |
| SPF_IP | 2a01:4f8:231:298d:0:0:0:2 |
| SPF_IP | 2a01:4f8:241:3ee6:0:0:0:2 |
| SPF_IP | 2a01:4f8:fff0:78:0:0:0:2 |
| SPF_IP | 82.198.68.10 |
Related pages
Pivot deeper into the graph from www.varisol.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.varisol.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.