Skip to content

Hostname

popdata.bc.ca

Last fetched

popdata.bc.ca resolves to 2 IPv4 addresses operated by UBC - University of British Columbia in CA.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
137.82.131.62137.82.0.0/16AS393249UBC - University of British ColumbiaCA
208.91.112.55208.91.112.0/24AS40934FORTINET - Fortinet Inc.US
208.91.112.55208.91.112.0/24AS40934FORTINET - Fortinet Inc.CA

WHOIS identity

No WHOIS records are currently associated with popdata.bc.ca in WhisperGraph.

Subdomains

14 observed subdomains of popdata.bc.ca.

Web-graph footprint

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

92 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for popdata.bc.ca.

MechanismTarget
SPF_IP137.82.131.50
SPF_IP137.82.131.80
SPF_IP137.82.131.9

Related pages

Pivot deeper into the graph from popdata.bc.ca.

Cypher and MCP

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

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