Skip to content

Hostname

webdisk.stpg.ca

Last fetched

webdisk.stpg.ca resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
50.6.225.19250.6.224.0/22AS31898ORACLE-BMC-31898 - Oracle CorporationUS
51.79.72.13851.79.0.0/17AS16276OVHCA

WHOIS identity

No WHOIS records are currently associated with webdisk.stpg.ca in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for webdisk.stpg.ca.

MechanismTarget
SPF_Awebdisk.stpg.ca
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.emailsignatures365.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP139.142.28.165
SPF_IP173.212.143.217
SPF_IP208.66.1.61/32
SPF_IP66.119.189.42
SPF_IP68.179.2.26
SPF_MXwebdisk.stpg.ca

Related pages

Pivot deeper into the graph from webdisk.stpg.ca.

Cypher and MCP

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

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