Hostname
v5-assets.tree.ewdev.ca
Last fetched
v5-assets.tree.ewdev.ca resolves to 2 IPv4 addresses operated by AS16276 in CA.
Nutrition Label
Resolution chain
v5-assets.tree.ewdev.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 |
|---|---|---|---|---|
| 198.27.90.1 | 198.27.64.0/18 | AS16276 | — | CA |
| 198.50.128.170 | 198.50.128.0/17 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with v5-assets.tree.ewdev.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- v5-assets.tree.ewdev.ca
SPF policy
2 SPF mechanisms authorising senders for v5-assets.tree.ewdev.ca.
| Mechanism | Target |
|---|---|
| SPF_A | v5-assets.tree.ewdev.ca |
| SPF_IP | 198.27.90.1 |
Related pages
Pivot deeper into the graph from v5-assets.tree.ewdev.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "v5-assets.tree.ewdev.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.