Skip to content

Hostname

caleb.coffee

Last fetched

caleb.coffee resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · caleb.coffeeRouting diversity6.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/caleb.coffee

Resolution chain

caleb.coffee resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.77.1643.5.77.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.77.2423.5.77.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.81.293.5.81.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.81.543.5.81.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.82.2543.5.82.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.83.353.5.83.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.86.233.5.86.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.133.3552.218.133.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.220.16252.218.220.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.221.3452.218.221.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.234.19452.218.234.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.234.22652.218.234.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.253.2652.218.253.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.132.2752.92.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.145.4352.92.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.146.9952.92.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.160.21152.92.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.164.14752.92.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.188.15552.92.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.193.21952.92.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:81
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from caleb.coffee.

Cypher and MCP

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

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