Skip to content

Hostname

static.getindex.com

Last fetched

static.getindex.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · static.getindex.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/static.getindex.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.22.144.78100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.10.146.16052.10.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.43.216.13752.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.149.190.15854.148.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.184.66.1754.184.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.189.58.22654.188.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with static.getindex.com in WhisperGraph.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for static.getindex.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEsendgrid.net
SPF_IP12.0.206.52/29
SPF_IP12.218.81.99/32
SPF_IP199.193.200.96
SPF_IP199.193.204.96

Related pages

Pivot deeper into the graph from static.getindex.com.

Cypher and MCP

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

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