Skip to content

Hostname

pgpl.ca

Last fetched

pgpl.ca resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:456 as the registrar.

Nutrition Label

WHISPER CANON · pgpl.caRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/pgpl.ca

Resolution chain

pgpl.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.70.60104.21.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.220.117172.67.208.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
209.87.18.5209.87.18.0/24AS271BCNET-AS - BCNETCA

WHOIS identity

Registrar
iana:456
Organization
prince george public library
Contact emails

Subdomains

10 observed subdomains of pgpl.ca.

Web-graph footprint

Distinct hostnames that link to or from pgpl.ca in the public web crawl.

51 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for pgpl.ca.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_MXpgpl.ca

Related pages

Pivot deeper into the graph from pgpl.ca.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "pgpl.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.