Hostname
cb.gov.ct.tr
Last fetched
cb.gov.ct.tr resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in NL.
Nutrition Label
Resolution chain
cb.gov.ct.tr 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 |
|---|---|---|---|---|
| 178.62.243.167 | 178.62.192.0/18 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | NL |
| 95.0.174.75 | 95.0.174.0/24 | AS9121 | — | TR |
WHOIS identity
No WHOIS records are currently associated with cb.gov.ct.tr in WhisperGraph.
Subdomains
3 observed subdomains of cb.gov.ct.tr.
Web-graph footprint
Distinct hostnames that link to or from cb.gov.ct.tr in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cb.gov.ct.tr.
| Mechanism | Target |
|---|---|
| SPF_MX | cb.gov.ct.tr |
Related pages
Pivot deeper into the graph from cb.gov.ct.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cb.gov.ct.tr"})-[: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.