Skip to content

Hostname

static.ca.badgr.io

Last fetched

static.ca.badgr.io resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

WHISPER CANON · static.ca.badgr.ioRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.9/10canon.whisper.security/host/static.ca.badgr.io

Resolution chain

static.ca.badgr.io resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
15.157.135.13715.156.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA
35.163.120.23835.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.182.148.13435.182.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA
35.95.207.10035.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
52.32.216.24252.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.60.87.6352.60.64.0/18AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

No WHOIS records are currently associated with static.ca.badgr.io in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for static.ca.badgr.io.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEstspg-customer.com

Related pages

Pivot deeper into the graph from static.ca.badgr.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "static.ca.badgr.io"})-[: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.