Hostname
liste.csspi.ca
Last fetched
liste.csspi.ca resolves to 1 IPv4 address operated by CSSPI-52 - Centre de services scolaire de la Pointe-de-lIle in CA.
Nutrition Label
Resolution chain
liste.csspi.ca 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 |
|---|---|---|---|---|
| 205.151.163.106 | 205.151.163.0/24 | AS399394 | CSSPI-52 - Centre de services scolaire de la Pointe-de-lIle | CA |
WHOIS identity
No WHOIS records are currently associated with liste.csspi.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- liste.csspi.ca
SPF policy
6 SPF mechanisms authorising senders for liste.csspi.ca.
| Mechanism | Target |
|---|---|
| SPF_A | csspi.gouv.qc.ca |
| SPF_A | liste.csspi.ca |
| SPF_A | mail.csspi.ca |
| SPF_A | mailint.csspi.ca |
| SPF_MX | liste.csspi.ca |
| SPF_MX | precicom.com |
Related pages
Pivot deeper into the graph from liste.csspi.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "liste.csspi.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.