All hostnames classlab.com resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label WHISPER CANON · classlab.com Routing diversity 5.9/10 Peering density 9.3/10 MOAS conflict ✓ none Threat-feed listings 6.0/10 WHOIS transparency 10.0/10 Resolver footprint 8.3/10 canon.whisper.security/host/classlab.com Resolution chain classlab.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 100.21.70.9 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 100.23.235.178 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.215.13.5 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.217.221.58 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.164.4.223 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.167.143.155 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.83.63.130 35.80.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.83.74.239 35.80.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.225.158.149 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.233.112.54 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.238.99.145 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.32.38.98 52.32.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.36.11.209 52.36.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.42.39.14 52.40.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.187.70.181 54.186.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.191.181.43 54.191.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.68.127.200 54.68.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.71.207.136 54.70.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 184.33.54.80 184.32.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 184.34.98.85 184.32.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity Registrar iana:146 Organization smart technologies ulc. Contact emails Subdomains 4 observed subdomains of classlab.com.
Web-graph footprint Distinct hostnames that link to or from classlab.com in the public web crawl.
11 sites link to this hostname.
Related pages Pivot deeper into the graph from classlab.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "classlab.com"})-[: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 .