Hostname
sean.labbe.ca
Last fetched
sean.labbe.ca resolves to 1 IPv4 address operated by IWEB-AS - Leaseweb Canada Inc. in CA.
Nutrition Label
Resolution chain
sean.labbe.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 |
|---|---|---|---|---|
| 70.38.97.31 | 70.38.0.0/17 | AS32613 | IWEB-AS - Leaseweb Canada Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with sean.labbe.ca in WhisperGraph.
Subdomains
1 observed subdomain of sean.labbe.ca.
| Subdomain |
|---|
| www.sean.labbe.ca |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for sean.labbe.ca.
| Mechanism | Target |
|---|---|
| SPF_A | sean.labbe.ca |
| SPF_IP | 70.38.97.30 |
| SPF_MX | sean.labbe.ca |
Related pages
Pivot deeper into the graph from sean.labbe.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sean.labbe.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.