Hostname
dfv.ch
Last fetched
dfv.ch resolves to 1 IPv4 address operated by AS12306 in DE.
Nutrition Label
Resolution chain
dfv.ch 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 |
|---|---|---|---|---|
| 82.98.110.192 | 82.98.64.0/18 | AS12306 | — | DE |
WHOIS identity
- Registrar
- —
- Organization
- deut. familienvers. vermittl.
- Contact emails
- —
Subdomains
2 observed subdomains of dfv.ch.
| Subdomain |
|---|
| mail.dfv.ch |
| www.dfv.ch |
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for dfv.ch.
| Mechanism | Target |
|---|---|
| SPF_A | dfv.ch |
| SPF_A | prod-dfvag-01.cust-mailrelay.plusline.net |
| SPF_A | prod-web.dfv-ag.plusline.de |
| SPF_INCLUDE | mailing.eqs.com |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 195.182.60.0/24 |
| SPF_IP | 212.19.45.181 |
| SPF_IP | 212.19.46.25 |
| SPF_IP | 217.111.79.128/25 |
| SPF_IP | 217.111.79.217 |
| SPF_IP | 82.98.67.89 |
| SPF_MX | dfv.ch |
Related pages
Pivot deeper into the graph from dfv.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dfv.ch"})-[: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.