Hostname
deuil02.ca
Last fetched
deuil02.ca resolves to 2 IPv4 addresses operated by FIBRENOIRE-INTERNET - Videotron Ltee in CA.
Nutrition Label
Resolution chain
deuil02.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 |
|---|---|---|---|---|
| 45.61.1.51 | 45.61.0.0/20 | AS22652 | FIBRENOIRE-INTERNET - Videotron Ltee | CA |
| 52.3.112.235 | 52.2.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with deuil02.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- deuil02.ca
SPF policy
4 SPF mechanisms authorising senders for deuil02.ca.
| Mechanism | Target |
|---|---|
| SPF_A | deuil02.ca |
| SPF_IP | 45.61.1.51 |
| SPF_IP | 52.3.112.235 |
| SPF_MX | deuil02.ca |
Related pages
Pivot deeper into the graph from deuil02.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "deuil02.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.