Hostname
www.codes.nrc.ca
Last fetched
www.codes.nrc.ca resolves to 1 IPv4 address operated by CDAGOVN - Shared Services Canada in CA.
Nutrition Label
Resolution chain
www.codes.nrc.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 |
|---|---|---|---|---|
| 167.37.63.16 | 167.37.63.0/24 | AS2665 | CDAGOVN - Shared Services Canada | CA |
WHOIS identity
No WHOIS records are currently associated with www.codes.nrc.ca in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for www.codes.nrc.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | emrs._spf.ssc-spc.gc.ca |
| SPF_INCLUDE | slms._spf.ssc-spc.gc.ca |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 132.246.15.120 |
| SPF_IP | 132.246.15.121 |
| SPF_IP | 167.37.57.36 |
| SPF_IP | 167.37.57.37 |
| SPF_IP | 167.37.58.20 |
| SPF_IP | 167.37.58.21 |
| SPF_IP | 20.116.113.63 |
| SPF_IP | 40.86.217.159 |
Related pages
Pivot deeper into the graph from www.codes.nrc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.codes.nrc.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.