Hostname
cemac.be
Last fetched
cemac.be resolves to 2 IPv4 addresses operated by COMBELL-AS in BE. WHOIS lists registrar:easywebshop limited as the registrar.
Nutrition Label
Resolution chain
cemac.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 |
|---|---|---|---|---|
| 88.151.247.118 | 88.151.240.0/21 | AS34762 | COMBELL-AS | BE |
| 88.151.247.42 | 88.151.240.0/21 | AS34762 | COMBELL-AS | BE |
WHOIS identity
- Registrar
- registrar:easywebshop limited
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of cemac.be.
| Subdomain |
|---|
| www.cemac.be |
Web-graph footprint
Distinct hostnames that link to or from cemac.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 cemac.be.
| Mechanism | Target |
|---|---|
| SPF_A | cemac.be |
| SPF_IP | 185.185.80.100 |
| SPF_IP | 65.108.238.121 |
| SPF_MX | cemac.be |
Related pages
Pivot deeper into the graph from cemac.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cemac.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.