Skip to content

Hostname

apply.tlef.ubc.ca

Last fetched

apply.tlef.ubc.ca resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

WHISPER CANON · apply.tlef.ubc.caRouting diversity1.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/apply.tlef.ubc.ca

Resolution chain

apply.tlef.ubc.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
15.222.117.24715.222.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

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

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for apply.tlef.ubc.ca.

MechanismTarget
SPF_Aapply.tlef.ubc.ca
SPF_INCLUDE%{i}._ip.%{h}._ehlo.%{d}._spf.vali.email
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEaspmx.googlemail.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf.mailjet.com
SPF_IP208.78.97.174
SPF_IP67.207.144.191
SPF_IP72.55.140.81/32
SPF_IP74.125.82.178
SPF_MXapply.tlef.ubc.ca

Related pages

Pivot deeper into the graph from apply.tlef.ubc.ca.

Cypher and MCP

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

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