Hostname
consak.ca
Last fetched
consak.ca resolves to 2 IPv4 addresses operated by AS136174 in PK. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
consak.ca 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 |
|---|---|---|---|---|
| 203.215.165.74 | 203.215.165.0/24 | AS136174 | — | PK |
| 91.204.209.35 | 91.204.208.0/22 | AS52148 | — | GB |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- —
- Contact emails
- —
Subdomains
9 observed subdomains of consak.ca.
Web-graph footprint
Distinct hostnames that link to or from consak.ca in the public web crawl.
29 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- consak.ca
- mail.aipinnacle.pk
- mx.consak.ca
SPF policy
5 SPF mechanisms authorising senders for consak.ca.
| Mechanism | Target |
|---|---|
| SPF_A | consak.ca |
| SPF_A | mail.aipinnacle.pk |
| SPF_INCLUDE | spf.hostns.io |
| SPF_IP | 91.204.209.35 |
| SPF_MX | consak.ca |
Related pages
Pivot deeper into the graph from consak.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "consak.ca"})-[: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.