Hostname
example-site.ca
Last fetched
example-site.ca resolves to 1 IPv4 address operated by ARPNET - ARP NETWORKS, INC. in CA.
Nutrition Label
Resolution chain
example-site.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 |
|---|---|---|---|---|
| 174.136.100.19 | 174.136.96.0/20 | AS25795 | ARPNET - ARP NETWORKS, INC. | CA |
WHOIS identity
No WHOIS records are currently associated with example-site.ca in WhisperGraph.
Subdomains
21 observed subdomains of example-site.ca.
Threat posture
History
Mail and authentication
MX records
SPF policy
27 SPF mechanisms authorising senders for example-site.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf01.example-site.ca |
| SPF_INCLUDE | _spf02.example-site.ca |
| SPF_INCLUDE | _spf03.example-site.ca |
| SPF_INCLUDE | _spf04.example-site.ca |
| SPF_INCLUDE | _spf05.example-site.ca |
| SPF_INCLUDE | _spf06.example-site.ca |
| SPF_INCLUDE | _spf07.example-site.ca |
| SPF_INCLUDE | _spf08.example-site.ca |
| SPF_INCLUDE | _spf09.example-site.ca |
| SPF_INCLUDE | _spf10.example-site.ca |
| SPF_INCLUDE | _spf11.example-site.ca |
| SPF_INCLUDE | _spf12.example-site.ca |
| SPF_INCLUDE | _spf13.example-site.ca |
| SPF_INCLUDE | _spf14.example-site.ca |
| SPF_INCLUDE | _spf15.example-site.ca |
| SPF_INCLUDE | _spf16.example-site.ca |
| SPF_INCLUDE | _spf17.example-site.ca |
| SPF_INCLUDE | _spf18.example-site.ca |
| SPF_INCLUDE | _spf19.example-site.ca |
| SPF_INCLUDE | _spf20.example-site.ca |
| SPF_INCLUDE | intarweb.ca |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | tinfoilhat.ca |
Related pages
Pivot deeper into the graph from example-site.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "example-site.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.