Hostname
pm.gc.ca
Last fetched
pm.gc.ca resolves to 4 IPv4 addresses operated by CDAGOVN - Shared Services Canada in CA.
Nutrition Label
Resolution chain
pm.gc.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 167.43.15.69 | 167.43.0.0/20 | AS2665 | CDAGOVN - Shared Services Canada | CA |
| 167.44.7.42 | 167.44.0.0/21 | AS2665 | CDAGOVN - Shared Services Canada | CA |
| 205.193.117.224 | 205.193.117.0/24 | AS2665 | CDAGOVN - Shared Services Canada | CA |
| 205.193.215.224 | 205.193.215.0/24 | AS2665 | CDAGOVN - Shared Services Canada | CA |
WHOIS identity
No WHOIS records are currently associated with pm.gc.ca in WhisperGraph.
Subdomains
4 observed subdomains of pm.gc.ca.
Web-graph footprint
Distinct hostnames that link to or from pm.gc.ca in the public web crawl.
6,921 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for pm.gc.ca.
| Mechanism | Target |
|---|---|
| SPF_A | b-mailout3.pco.gc.ca |
| SPF_A | b-mailout4.pco.gc.ca |
| SPF_A | mailout1.pco.gc.ca |
| SPF_A | mailout2.pco.gc.ca |
| SPF_A | pco101.pco.gc.ca |
| SPF_A | pco102.pco.gc.ca |
| SPF_A | pco103.pco.gc.ca |
| SPF_INCLUDE | emrs._spf.ssc-spc.gc.ca |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 198.103.112.150/31 |
| SPF_IP | 205.192.34.113 |
| SPF_IP | 205.192.34.56 |
| SPF_IP | 205.192.34.58 |
| SPF_IP | 209.82.9.21 |
| SPF_IP | 209.82.9.23 |
| SPF_MX | pm.gc.ca |
Related pages
Pivot deeper into the graph from pm.gc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pm.gc.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.