Hostname
cojack.be
Last fetched
cojack.be resolves to 2 IPv4 addresses operated by AS34762 in BE.
Nutrition Label
Resolution chain
cojack.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.225 | 188.208.36.0/23 | AS34762 | — | BE |
| 82.198.227.54 | 82.198.224.0/21 | AS47583 | — | DE |
WHOIS identity
No WHOIS records are currently associated with cojack.be in WhisperGraph.
Subdomains
3 observed subdomains of cojack.be.
| Subdomain |
|---|
| cjwebshop.cojack.be |
| www.cojack.be |
Showing 2 of 3. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for cojack.be.
| Mechanism | Target |
|---|---|
| SPF_A | cojack.be |
| SPF_INCLUDE | _spf.relay.mailprotect.be |
| SPF_MX | cojack.be |
Related pages
Pivot deeper into the graph from cojack.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cojack.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.