Hostname
numeris.ca
Last fetched
numeris.ca resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists registrar:namespro solutions inc. as the registrar.
Nutrition Label
Resolution chain
numeris.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 |
|---|---|---|---|---|
| 15.223.156.16 | 15.222.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- registrar:namespro solutions inc.
- Organization
- bbm canada
- Contact emails
Subdomains
30 observed subdomains of numeris.ca.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from numeris.ca in the public web crawl.
41 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for numeris.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_1.numeris.ca |
| SPF_IP | 135.84.79.54/32 |
| SPF_IP | 161.58.206.210/32 |
| SPF_IP | 192.223.14.154 |
| SPF_IP | 206.152.14.54/32 |
| SPF_IP | 24.114.210.161 |
| SPF_IP | 69.175.69.91 |
| SPF_IP | 69.58.98.248 |
Related pages
Pivot deeper into the graph from numeris.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "numeris.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.