Hostname
bfv.de
Last fetched
bfv.de resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
bfv.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.153.199.49 | 18.153.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.71.131.187 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 46.163.95.211 | 46.163.88.0/21 | AS61157 | PLUSSERVER-ASN1 | DE |
| 54.93.39.3 | 54.93.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with bfv.de in WhisperGraph.
Subdomains
130 observed subdomains of bfv.de.
Showing 25 of 130. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bfv.de in the public web crawl.
2,003 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for bfv.de.
| Mechanism | Target |
|---|---|
| SPF_A | emita.mittwald.de |
| SPF_A | mail.bfv.de |
| SPF_A | mailout1.dfbnet.org |
| SPF_A | relay.bfv.de |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.251.129.140 |
| SPF_IP | 212.29.17.0/24 |
| SPF_IP | 212.29.3.21 |
| SPF_IP | 40.107.105.119 |
| SPF_IP | 62.138.85.30 |
| SPF_MX | bfv.de |
Related pages
Pivot deeper into the graph from bfv.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bfv.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.