Skip to content

Hostname

wpl.ubc.ca

Last fetched

wpl.ubc.ca resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

WHISPER CANON · wpl.ubc.caRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/wpl.ubc.ca

Resolution chain

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

IPPrefixASNOperatorCountry
15.222.229.9415.222.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA
16.54.34.18116.54.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA
3.98.178.1643.98.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA
3.98.80.413.98.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

No WHOIS records are currently associated with wpl.ubc.ca in WhisperGraph.

Subdomains

1 observed subdomain of wpl.ubc.ca.

Web-graph footprint

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

131 sites link to this hostname.

39 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from wpl.ubc.ca.

Cypher and MCP

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

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