Skip to content

Hostname

codeclimate.com

Last fetched

codeclimate.com resolves to 14 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:1387 as the registrar.

Nutrition Label

WHISPER CANON · codeclimate.comRouting diversity5.4/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/codeclimate.com

Resolution chain

codeclimate.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.49.191.172100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
13.223.29.11013.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.221.184.2503.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.169.167.10235.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
35.173.71.3035.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.206.218.16544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.208.104.3544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.212.111.10544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.200.198.4152.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.22.165.25052.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.54.14.1652.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.146.129.22154.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.237.113.15754.237.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.86.179.22454.86.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1387
Organization
bryan helmkamp
Contact emails

Subdomains

36 observed subdomains of codeclimate.com.

Web-graph footprint

Distinct hostnames that link to or from codeclimate.com in the public web crawl.

1,228 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for codeclimate.com.

MechanismTarget
SPF_INCLUDE9035185.spf05.hubspotemail.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDEcustomeriomail.com
SPF_INCLUDEmg-spf.greenhouse.io

Related pages

Pivot deeper into the graph from codeclimate.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "codeclimate.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 20

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