Hostname
uptechmedia.ca
Last fetched
uptechmedia.ca resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
uptechmedia.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.10.195.40 | 3.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 34.68.234.4 | 34.68.224.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 35.177.14.161 | 35.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with uptechmedia.ca in WhisperGraph.
Subdomains
1 observed subdomain of uptechmedia.ca.
| Subdomain |
|---|
| www.uptechmedia.ca |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for uptechmedia.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from uptechmedia.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uptechmedia.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.