Skip to content

Hostname

sbtorch.ca

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
104.18.211.89104.18.208.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
34.95.13.1734.95.0.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCCA

WHOIS identity

Registrar
iana:456
Organization
webnames private
Contact emails

Subdomains

3 observed subdomains of sbtorch.ca.

Web-graph footprint

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

7 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for sbtorch.ca.

MechanismTarget
SPF_INCLUDEoutbound.mailhop.org
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from sbtorch.ca.

Cypher and MCP

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

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