Hostname
fnweb.de
Last fetched
fnweb.de resolves to 1 IPv4 address operated by AS12931 in DE.
Nutrition Label
Resolution chain
fnweb.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 |
|---|---|---|---|---|
| 213.182.7.138 | 213.182.0.0/19 | AS12931 | — | DE |
WHOIS identity
No WHOIS records are currently associated with fnweb.de in WhisperGraph.
Subdomains
57 observed subdomains of fnweb.de.
Showing 25 of 57. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fnweb.de in the public web crawl.
875 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for fnweb.de.
| Mechanism | Target |
|---|---|
| SPF_A | fnweb.de |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | inxserver.com |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.yve-tool.de |
| SPF_IP | 193.101.220.0/23 |
| SPF_IP | 195.74.44.0/22 |
| SPF_IP | 213.182.7.132 |
| SPF_IP | 213.182.7.135 |
| SPF_IP | 213.182.7.140 |
| SPF_IP | 88.99.64.201/32 |
| SPF_MX | fnweb.de |
Related pages
Pivot deeper into the graph from fnweb.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fnweb.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.