Hostname
cnog.be
Last fetched
cnog.be resolves to 1 IPv4 address operated by AS8368 in BE. WHOIS lists registrar:nomeo as the registrar.
Nutrition Label
Resolution chain
cnog.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 |
|---|---|---|---|---|
| 62.213.219.49 | 62.213.192.0/19 | AS8368 | — | BE |
WHOIS identity
- Registrar
- registrar:nomeo
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of cnog.be.
| Subdomain |
|---|
| www.cnog.be |
Web-graph footprint
Distinct hostnames that link to or from cnog.be in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for cnog.be.
| Mechanism | Target |
|---|---|
| SPF_A | cnog.be |
| SPF_INCLUDE | bgc.spf.secure-mail.be |
| SPF_INCLUDE | ispmail.spf.secure-mail.be |
| SPF_IP | 178.208.46.70 |
| SPF_IP | 178.208.60.154 |
| SPF_IP | 178.208.60.155 |
| SPF_IP | 178.208.60.156 |
| SPF_IP | 178.208.60.157 |
| SPF_IP | 178.208.60.158 |
| SPF_IP | 185.104.28.80 |
| SPF_IP | 195.238.20.243/32 |
| SPF_IP | 195.238.22.248 |
| SPF_MX | cnog.be |
| SPF_MX | mailbnc109.isp.belgacom.be |
Related pages
Pivot deeper into the graph from cnog.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cnog.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.