Hostname
idoxs.ca
Last fetched
idoxs.ca resolves to 8 IPv4 addresses operated by AS20940 in DE. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
idoxs.ca resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.86.103.212 | 184.86.103.0/24 | AS20940 | — | DE |
| 184.86.103.220 | 184.86.103.0/24 | AS20940 | — | DE |
| 2.18.64.31 | 2.18.64.0/24 | AS20940 | — | DE |
| 2.18.64.35 | 2.18.64.0/24 | AS20940 | — | DE |
| 209.112.4.44 | 209.112.4.0/24 | AS15290 | ZAYO-CAN-15290 - Zayo Bandwidth | CA |
| 72.14.161.44 | 72.14.160.0/20 | AS26788 | ROGERS-COMMUNICATIONS - Rogers Communications Canada Inc. | CA |
| 95.100.110.25 | 95.100.110.0/24 | AS20940 | — | DE |
| 95.100.110.27 | 95.100.110.0/24 | AS20940 | — | DE |
WHOIS identity
- Registrar
- iana:456
- Organization
- kubra data transfer
- Contact emails
Subdomains
11 observed subdomains of idoxs.ca.
Threat posture
History
Related pages
Pivot deeper into the graph from idoxs.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "idoxs.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.