Hostname
canvaseg.com
Last fetched
canvaseg.com resolves to 2 IPv4 addresses operated by AS24940 in FI. WHOIS lists iana:3862 as the registrar.
Nutrition Label
Resolution chain
canvaseg.com 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 |
|---|---|---|---|---|
| 65.21.229.144 | 65.21.0.0/16 | AS24940 | — | FI |
| 88.99.149.125 | 88.99.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:3862
- Organization
- domain administrator
- Contact emails
Subdomains
7 observed subdomains of canvaseg.com.
Web-graph footprint
Distinct hostnames that link to or from canvaseg.com in the public web crawl.
9 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- canvaseg.com
SPF policy
10 SPF mechanisms authorising senders for canvaseg.com.
| Mechanism | Target |
|---|---|
| SPF_A | canvaseg.com |
| SPF_IP | 135.181.165.131 |
| SPF_IP | 135.181.165.158 |
| SPF_IP | 138.201.223.92 |
| SPF_IP | 46.4.119.149 |
| SPF_IP | 49.12.175.34 |
| SPF_IP | 65.21.229.144 |
| SPF_IP | 65.21.229.185 |
| SPF_IP | 88.99.149.125 |
| SPF_MX | canvaseg.com |
Related pages
Pivot deeper into the graph from canvaseg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "canvaseg.com"})-[: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.