Hostname
beatfm.nl
Last fetched
beatfm.nl resolves to 9 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:mijn.host as the registrar.
Nutrition Label
Resolution chain
beatfm.nl resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.8.55 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.9.55 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.70.160 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.70.161 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.70.164 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.70.166 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.70.168 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.70.169 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 87.233.203.196 | 87.233.192.0/18 | AS15703 | — | NL |
WHOIS identity
- Registrar
- registrar:mijn.host
- Organization
- —
- Contact emails
- —
Subdomains
10 observed subdomains of beatfm.nl.
Web-graph footprint
Distinct hostnames that link to or from beatfm.nl in the public web crawl.
70 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for beatfm.nl.
| Mechanism | Target |
|---|---|
| SPF_A | beatfm.nl |
| SPF_INCLUDE | spf.mxyeet.net |
| SPF_IP | 162.244.93.6 |
| SPF_MX | beatfm.nl |
Related pages
Pivot deeper into the graph from beatfm.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beatfm.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.