Hostname
groupdl.ca
Last fetched
groupdl.ca resolves to 4 IPv4 addresses operated by DIGICERT - Tiggee LLC in US.
Nutrition Label
Resolution chain
groupdl.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 96.45.82.184 | 96.45.82.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.82.4 | 96.45.82.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.83.22 | 96.45.83.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.83.252 | 96.45.83.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
WHOIS identity
No WHOIS records are currently associated with groupdl.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for groupdl.ca.
| Mechanism | Target |
|---|---|
| SPF_A | groupdl.ca |
| SPF_A | spamtitan.infodl.qc.ca |
| SPF_A | spamtitan2.infodl.qc.ca |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.43.136.147 |
| SPF_IP | 104.43.138.245 |
| SPF_IP | 104.43.140.245 |
| SPF_IP | 104.43.142.10 |
| SPF_IP | 147.253.130.142 |
| SPF_IP | 158.85.89.116/32 |
| SPF_IP | 185.201.16.131 |
| SPF_IP | 185.201.17.132 |
| SPF_IP | 185.201.18.21 |
| SPF_IP | 185.201.19.22 |
| SPF_IP | 24.226.128.217 |
| SPF_IP | 38.122.102.194 |
| SPF_IP | 54.209.61.112/32 |
| SPF_IP | 54.209.61.119/32 |
| SPF_IP | 54.209.61.135/32 |
| SPF_IP | 69.70.166.178 |
| SPF_IP | 69.70.226.98 |
| SPF_IP | 69.70.238.118 |
| SPF_MX | groupdl.ca |
Related pages
Pivot deeper into the graph from groupdl.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "groupdl.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.