Hostname
docfn.com
Last fetched
docfn.com resolves to 1 IPv4 address operated by AS34011 in DE. WHOIS lists iana:1420 as the registrar.
Nutrition Label
Resolution chain
docfn.com 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 |
|---|---|---|---|---|
| 178.77.85.207 | 178.77.84.0/22 | AS34011 | — | DE |
WHOIS identity
- Registrar
- iana:1420
- Organization
- stephanie naglschmid
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from docfn.com in the public web crawl.
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for docfn.com.
| Mechanism | Target |
|---|---|
| SPF_A | docfn.com |
| SPF_A | vwp7516.webpack.hosteurope.de |
| SPF_A | wp10669617.server-he.de |
| SPF_IP | 178.77.85.207 |
| SPF_IP | 2a01:488:42:1000:b24d:55cf:1a:b4fa |
| SPF_MX | docfn.com |
Related pages
Pivot deeper into the graph from docfn.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "docfn.com"})-[: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.