Skip to content

Hostname

marketing.codeclimate.com

Last fetched

marketing.codeclimate.com resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · marketing.codeclimate.comRouting diversity4.2/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/marketing.codeclimate.com

Resolution chain

marketing.codeclimate.com resolves to 6 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
44.212.111.10544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.54.14.1652.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.237.113.15754.237.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with marketing.codeclimate.com in WhisperGraph.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for marketing.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 marketing.codeclimate.com.

Cypher and MCP

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

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