Hostname
cciantwerp.com
Last fetched
cciantwerp.com resolves to 2 IPv4 addresses operated by AS44806 in BE. WHOIS lists iana:1464 as the registrar.
Nutrition Label
Resolution chain
cciantwerp.com 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 |
|---|---|---|---|---|
| 93.94.105.66 | 93.94.104.0/22 | AS44806 | — | BE |
| 93.94.105.67 | 93.94.104.0/22 | AS44806 | — | BE |
WHOIS identity
- Registrar
- iana:1464
- Organization
- voka - kamer van koophandel antwerpen-waasland
- Contact emails
- —
Subdomains
1 observed subdomain of cciantwerp.com.
| Subdomain |
|---|
| www.cciantwerp.com |
Web-graph footprint
Distinct hostnames that link to or from cciantwerp.com in the public web crawl.
6 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for cciantwerp.com.
| Mechanism | Target |
|---|---|
| SPF_A | cciantwerp.com |
| SPF_INCLUDE | spf.kinamo.be |
| SPF_MX | cciantwerp.com |
Related pages
Pivot deeper into the graph from cciantwerp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cciantwerp.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.