Hostname
5abox.com
Last fetched
5abox.com resolves to 1 IPv4 address operated by ZSSK-AS in BE. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
5abox.com 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 |
|---|---|---|---|---|
| 86.39.66.50 | 86.39.64.0/20 | AS56837 | ZSSK-AS | BE |
WHOIS identity
- Registrar
- iana:269
- Organization
- filip van craenenbroeck
- Contact emails
Subdomains
14 observed subdomains of 5abox.com.
Web-graph footprint
Distinct hostnames that link to or from 5abox.com in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for 5abox.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | hosting._spf.ethera.be |
| SPF_INCLUDE | my.billit.be |
| SPF_MX | 5abox.com |
Related pages
Pivot deeper into the graph from 5abox.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "5abox.com"})-[: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.