Hostname
befrank.nl
Last fetched
befrank.nl resolves to 2 IPv4 addresses operated by AS48635 in NL. WHOIS lists registrar:novagraaf nederland b.v. as the registrar.
Nutrition Label
Resolution chain
befrank.nl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 62.221.215.44 | 62.221.192.0/19 | AS48635 | — | NL |
| 185.173.22.217 | 185.173.22.0/24 | AS12859 | — | NL |
WHOIS identity
- Registrar
- registrar:novagraaf nederland b.v.
- Organization
- —
- Contact emails
- —
Subdomains
73 observed subdomains of befrank.nl.
Web-graph footprint
Distinct hostnames that link to or from befrank.nl in the public web crawl.
76 sites link to this hostname.
170 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for befrank.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.afas.online |
| SPF_INCLUDE | spf.flowmailer.net |
| SPF_INCLUDE | spf.insim.biz |
| SPF_IP | 141.193.32.0/23 |
| SPF_IP | 159.135.132.128/25 |
| SPF_IP | 159.135.140.80/29 |
| SPF_IP | 161.38.206.0/24 |
| SPF_IP | 161.38.207.0/24 |
| SPF_IP | 185.189.236.0/22 |
| SPF_IP | 185.211.120.0/22 |
| SPF_IP | 185.250.236.0/22 |
| SPF_IP | 216.71.96.0/22 |
| SPF_IP | 87.253.232.0/21 |
Related pages
Pivot deeper into the graph from befrank.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "befrank.nl"})-[: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.