Hostname
group2.ca
Last fetched
group2.ca resolves to 1 IPv4 address operated by ADS - ADS in CA. WHOIS lists registrar:wild west domains canada, inc. as the registrar.
Nutrition Label
Resolution chain
group2.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.81.168.2 | 192.81.168.0/23 | AS53479 | ADS - ADS | CA |
WHOIS identity
- Registrar
- registrar:wild west domains canada, inc.
- Organization
- group2 architecture engineering
- Contact emails
Subdomains
6 observed subdomains of group2.ca.
Web-graph footprint
Distinct hostnames that link to or from group2.ca in the public web crawl.
26 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for group2.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf_uswest2.prod.hydra.sophos.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.89.11.197/32 |
| SPF_IP | 184.69.233.174/32 |
| SPF_IP | 184.70.115.85/32 |
| SPF_IP | 184.70.115.86/32 |
| SPF_IP | 184.71.201.134/32 |
| SPF_IP | 184.71.201.146/32 |
| SPF_IP | 184.71.255.78/32 |
| SPF_IP | 184.71.93.226/32 |
| SPF_IP | 204.191.248.56/29 |
| SPF_IP | 209.89.60.200/29 |
| SPF_IP | 216.123.246.96/29 |
| SPF_IP | 2603:10b6:405:67:0:0:0:21 |
| SPF_IP | 64.141.32.192/29 |
| SPF_MX | group2.ca |
Related pages
Pivot deeper into the graph from group2.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "group2.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.