Skip to content

Hostname

checkers.cc

Last fetched

checkers.cc resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · checkers.ccRouting diversity3.9/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint8.3/10canon.whisper.security/host/checkers.cc

Resolution chain

checkers.cc resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.194.130.12918.194.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
3.66.108.2333.64.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.DE
52.57.226.9852.57.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.DE
52.58.246.20652.58.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
52.58.99.22952.58.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
63.179.214.17863.176.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from checkers.cc.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "checkers.cc"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.