Hostname
evf.de
Last fetched
evf.de resolves to 1 IPv4 address operated by AS20677 in DE.
Nutrition Label
Resolution chain
evf.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 |
|---|---|---|---|---|
| 185.38.52.44 | 185.38.52.0/22 | AS20677 | — | DE |
WHOIS identity
No WHOIS records are currently associated with evf.de in WhisperGraph.
Subdomains
18 observed subdomains of evf.de.
Web-graph footprint
Distinct hostnames that link to or from evf.de in the public web crawl.
82 sites link to this hostname.
69 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for evf.de.
| Mechanism | Target |
|---|---|
| SPF_A | cloud.evf.de |
| SPF_A | evf.de |
| SPF_A | fibris.webdev.gp |
| SPF_A | karriere.evf.de |
| SPF_A | rz-mailgw01.wilkencloud.de |
| SPF_A | rz-mailgw02.wilkencloud.de |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.38.52.22 |
| SPF_IP | 185.38.52.44 |
| SPF_IP | 212.87.130.113 |
| SPF_IP | 212.87.147.230 |
| SPF_MX | evf.de |
Related pages
Pivot deeper into the graph from evf.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "evf.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.