Hostname
beta.securescholar.ca
Last fetched
beta.securescholar.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
beta.securescholar.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 |
|---|---|---|---|---|
| 13.35.20.100 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.35.20.34 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.35.20.67 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.35.20.79 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.65.82.20 | 18.65.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.65.82.41 | 18.65.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.65.82.42 | 18.65.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.65.82.60 | 18.65.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with beta.securescholar.ca in WhisperGraph.
Subdomains
2 observed subdomains of beta.securescholar.ca.
Threat posture
History
Related pages
Pivot deeper into the graph from beta.securescholar.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beta.securescholar.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.