Hostname
scscanada.ca
Last fetched
scscanada.ca resolves to 3 IPv4 addresses operated by AS209242 in US. WHOIS lists registrar:internic.ca inc. as the registrar.
Nutrition Label
Resolution chain
scscanada.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.60.103.108 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.8 | 199.60.103.0/24 | AS209242 | — | US |
| 207.134.110.236 | 207.134.0.0/16 | AS852 | — | CA |
WHOIS identity
- Registrar
- registrar:internic.ca inc.
- Organization
- scs canada
- Contact emails
- —
Subdomains
5 observed subdomains of scscanada.ca.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from scscanada.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for scscanada.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 9286307.spf08.hubspotemail.net |
| SPF_INCLUDE | spf-ca.emailsignatures365.com |
| SPF_INCLUDE | spf.ess.ca.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 206.162.131.106 |
| SPF_IP | 206.75.17.18 |
| SPF_IP | 52.237.39.194 |
| SPF_IP | 52.242.17.3 |
| SPF_MX | scscanada.ca |
Related pages
Pivot deeper into the graph from scscanada.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scscanada.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.