Hostname
canopy-sm.com
Last fetched
canopy-sm.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
canopy-sm.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of canopy-sm.com owner
- Contact emails
- 13ac7071-160e-4cf5-8ea7-a17d8bfa8934@identity-protect.org
- 5c8df899-f60d-4665-a6c0-4d03dad54ccc@identity-protect.org
- 68dc8604-0d8d-48af-8450-a658466ac0f4@identity-protect.org
- 87bc7a5a-f87c-48dd-8328-df5cc906867f@identity-protect.org
- bd665d37-0f7d-462c-b897-2d49fbcf5cb5@identity-protect.org
- d26814d3-3e41-4d49-bdec-eb780bdc5dd0@identity-protect.org
Subdomains
24 observed subdomains of canopy-sm.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for canopy-sm.com.
| Mechanism | Target |
|---|---|
| SPF_A | canopy-sm.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_MX | canopy-sm.com |
Related pages
Pivot deeper into the graph from canopy-sm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "canopy-sm.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.