Hostname
beecom.be
Last fetched
beecom.be resolves to 2 IPv4 addresses operated by AS34762 in BE. WHOIS lists registrar:combell nv as the registrar.
Nutrition Label
Resolution chain
beecom.be 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 |
|---|---|---|---|---|
| 188.208.36.7 | 188.208.36.0/23 | AS34762 | — | BE |
| 5.134.6.49 | 5.134.0.0/21 | AS34762 | — | BE |
WHOIS identity
- Registrar
- registrar:combell nv
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of beecom.be.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from beecom.be in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for beecom.be.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.ionbiz.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 81.82.214.79 |
| SPF_IP | 91.183.111.92 |
Related pages
Pivot deeper into the graph from beecom.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beecom.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.