Hostname
newegg.ca
Last fetched
newegg.ca resolves to 4 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in US. WHOIS lists registrar:csc corporate domains (canada) company as the registrar.
Nutrition Label
Resolution chain
newegg.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.86.82.163 | 104.86.80.0/21 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 137.135.53.233 | 137.135.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 23.66.214.89 | 23.66.208.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.67.130.135 | 23.67.128.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
- Registrar
- registrar:csc corporate domains (canada) company
- Organization
- scott padgett
- Contact emails
Subdomains
17 observed subdomains of newegg.ca.
Web-graph footprint
Distinct hostnames that link to or from newegg.ca in the public web crawl.
945 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for newegg.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-004ed001.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 204.14.213.0/24 |
| SPF_IP | 204.89.152.0/24 |
| SPF_IP | 216.52.208.0/24 |
| SPF_IP | 50.79.138.221 |
Related pages
Pivot deeper into the graph from newegg.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "newegg.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.