Hostname
520.be
Last fetched
520.be resolves to 1 IPv4 address operated by WEBNX - WebNX, Inc. in US. WHOIS lists registrar:dynadot llc as the registrar.
Nutrition Label
Resolution chain
520.be 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 |
|---|---|---|---|---|
| 165.140.241.145 | 165.140.241.0/24 | AS18450 | WEBNX - WebNX, Inc. | US |
WHOIS identity
- Registrar
- registrar:dynadot llc
- Organization
- —
- Contact emails
- —
Subdomains
16 observed subdomains of 520.be.
Web-graph footprint
Distinct hostnames that link to or from 520.be in the public web crawl.
20 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for 520.be.
| Mechanism | Target |
|---|---|
| SPF_A | 520.be |
| SPF_INCLUDE | mxroute.com |
| SPF_IP | 165.140.241.145 |
| SPF_IP | 2607:f2d8:4012:36:0:0:0:2 |
| SPF_IP | 2a01:4f8:242:17cf:0:0:0:2 |
| SPF_IP | 45.43.208.21 |
| SPF_MX | 520.be |
Related pages
Pivot deeper into the graph from 520.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "520.be"})-[: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.