Hostname
stpg.ca
Last fetched
stpg.ca resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in US. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
stpg.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 50.6.225.192 | 50.6.224.0/22 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 51.79.72.138 | 51.79.0.0/17 | AS16276 | OVH | CA |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- spatial technolgies partnership group
- Contact emails
Subdomains
10 observed subdomains of stpg.ca.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for stpg.ca.
| Mechanism | Target |
|---|---|
| SPF_A | stpg.ca |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 139.142.28.165 |
| SPF_IP | 173.212.143.217 |
| SPF_IP | 208.66.1.61/32 |
| SPF_IP | 66.119.189.42 |
| SPF_IP | 68.179.2.26 |
| SPF_MX | stpg.ca |
Related pages
Pivot deeper into the graph from stpg.ca.
- IP · 50.6.225.192
- ASN · AS31898ORACLE-BMC-31898 - Oracle Corporation
- Registrar · registrar:tucows.com co.
- Country · US
- Email · richard.andrews@spatialtechnologies.ca
- TLD · .ca
- Browse hostnames · st…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.