Hostname
numeriq.ca
Last fetched
numeriq.ca resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
numeriq.ca resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.155.68.103 | 18.155.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.155.68.112 | 18.155.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.155.68.77 | 18.155.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.155.68.94 | 18.155.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.67.17.109 | 18.67.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.17.118 | 18.67.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.17.36 | 18.67.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.17.79 | 18.67.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.35.28 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.34 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.52 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.70 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:456
- Organization
- mã©diaqmi
- Contact emails
Subdomains
26 observed subdomains of numeriq.ca.
Showing 25 of 26. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from numeriq.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "numeriq.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.