Hostname
techconf.ca
Last fetched
techconf.ca resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:namesilo technologies corp. as the registrar.
Nutrition Label
Resolution chain
techconf.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.173.219.129 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.219.71 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.219.87 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.219.90 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.244.140.110 | 18.244.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.140.128 | 18.244.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.140.5 | 18.244.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.140.83 | 18.244.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 65.9.189.106 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.189.107 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.189.28 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.189.55 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- registrar:namesilo technologies corp.
- Organization
- solutions lanisys
- Contact emails
Subdomains
1 observed subdomain of techconf.ca.
| Subdomain |
|---|
| www.techconf.ca |
Web-graph footprint
Distinct hostnames that link to or from techconf.ca in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from techconf.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "techconf.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.