Hostname
belux.com
Last fetched
belux.com resolves to 1 IPv4 address operated by XTBPL-AS XTB S.A. in CH. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
belux.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 |
|---|---|---|---|---|
| 149.126.4.19 | 149.126.0.0/21 | AS47302 | XTBPL-AS XTB S.A. | CH |
WHOIS identity
- Registrar
- iana:151
- Organization
- belux
- Contact emails
Subdomains
2 observed subdomains of belux.com.
| Subdomain |
|---|
| mail.belux.com |
| www.belux.com |
Web-graph footprint
Distinct hostnames that link to or from belux.com in the public web crawl.
220 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for belux.com.
| Mechanism | Target |
|---|---|
| SPF_A | belux.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.flexmail.eu |
| SPF_INCLUDE | spf.icontroller.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.25.225.113 |
| SPF_IP | 149.126.4.19 |
| SPF_IP | 188.93.153.173 |
| SPF_IP | 194.78.74.153 |
| SPF_IP | 50.242.16.113 |
| SPF_IP | 78.46.88.40 |
| SPF_IP | 80.153.104.161 |
| SPF_IP | 94.107.195.194/29 |
| SPF_IP | 94.107.197.106/29 |
| SPF_IP | 94.107.244.243 |
| SPF_MX | belux.com |
Related pages
Pivot deeper into the graph from belux.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "belux.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.