Skip to content

Hostname

code41.watch

Last fetched

code41.watch resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · code41.watchRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/code41.watch

Resolution chain

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

IPPrefixASNOperatorCountry
52.19.42.4752.18.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.214.75.1752.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.48.160.752.48.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE
54.154.20.12354.154.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
54.171.28.12054.171.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
63.34.243.20563.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

Registrar
iana:81
Organization
claudio d'amore
Contact emails

Subdomains

1 observed subdomain of code41.watch.

Threat posture

History

Related pages

Pivot deeper into the graph from code41.watch.

Cypher and MCP

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

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