Hostname
dev.geekstarter.ca
Last fetched
dev.geekstarter.ca resolves to 3 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
dev.geekstarter.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.170.14.137 | 34.170.0.0/17 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 34.60.219.208 | 34.60.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 34.9.26.166 | 34.9.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with dev.geekstarter.ca in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for dev.geekstarter.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 158.69.236.16 |
| SPF_IP | 162.246.158.37 |
| SPF_IP | 69.10.133.112/28 |
Related pages
Pivot deeper into the graph from dev.geekstarter.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.geekstarter.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.