Skip to content

Hostname

mail.stmc.bc.ca

Last fetched

mail.stmc.bc.ca resolves to 2 IPv4 addresses operated by SHAW - Shaw Communications in CA.

Nutrition Label

WHISPER CANON · mail.stmc.bc.caRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/mail.stmc.bc.ca

Resolution chain

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

IPPrefixASNOperatorCountry
184.70.134.221184.70.128.0/19AS6327SHAW - Shaw CommunicationsCA
209.54.112.7209.54.112.0/24AS400724EZPNET - EZProvider Networks, Inc.CA

WHOIS identity

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

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for mail.stmc.bc.ca.

MechanismTarget
SPF_Aapply.stmc.bc.ca
SPF_Aexchange.stmc.bc.ca
SPF_Amail.stmc.bc.ca
SPF_Aps.stmc.bc.ca
SPF_INCLUDE_spf.ezp.net
SPF_INCLUDEcustomerspf.schoolmessenger.com
SPF_INCLUDEswiftreach.com
SPF_IP184.70.134.221
SPF_IP209.54.112.7
SPF_IP209.54.123.116/24
SPF_MXmail.stmc.bc.ca

Related pages

Pivot deeper into the graph from mail.stmc.bc.ca.

Cypher and MCP

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

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