Hostname
smithsfalls.ca
Last fetched
smithsfalls.ca resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in CA. WHOIS lists iana:2316042 as the registrar.
Nutrition Label
Resolution chain
smithsfalls.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 |
|---|---|---|---|---|
| 20.104.12.1 | 20.64.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 20.15.0.36 | 20.0.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- iana:2316042
- Organization
- town of smiths falls
- Contact emails
Subdomains
10 observed subdomains of smithsfalls.ca.
Web-graph footprint
Distinct hostnames that link to or from smithsfalls.ca in the public web crawl.
125 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for smithsfalls.ca.
| Mechanism | Target |
|---|---|
| SPF_A | spf.hostedspf.com |
| SPF_INCLUDE | _spf.esolutionsgroup.ca |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_INCLUDE | spf.ess.ca.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 207.164.221.162/29 |
| SPF_IP | 209.222.80.0/21 |
| SPF_IP | 24.51.249.226 |
| SPF_IP | 52.60.237.224 |
Related pages
Pivot deeper into the graph from smithsfalls.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smithsfalls.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.