Hostname
northswing.ca
Last fetched
northswing.ca resolves to 2 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US. WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
northswing.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 |
|---|---|---|---|---|
| 34.174.193.240 | 34.174.128.0/17 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 35.208.188.187 | 35.208.0.0/15 | AS43515 | YOUTUBE YOUTUBE | US |
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- —
- Contact emails
- —
Subdomains
8 observed subdomains of northswing.ca.
Web-graph footprint
Distinct hostnames that link to or from northswing.ca in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for northswing.ca.
| Mechanism | Target |
|---|---|
| SPF_A | northswing.ca |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | northswing.ca.spf.auto.dnssmarthost.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | zeptomail.net |
| SPF_IP | 142.93.144.173 |
| SPF_IP | 159.203.54.30 |
| SPF_IP | 34.174.70.46 |
| SPF_MX | northswing.ca |
Related pages
Pivot deeper into the graph from northswing.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "northswing.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.