Skip to content

Hostname

strider.ai

Last fetched

strider.ai resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists registrar:namecheap as the registrar.

Nutrition Label

WHISPER CANON · strider.aiRouting diversity5.6/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/strider.ai

Resolution chain

strider.ai resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.15.177.20116.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.179.11316.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.181.8416.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.191.6516.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.192.23616.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.199.2216.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.40.7716.182.40.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.153.1152.216.153.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.209.19752.216.208.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.216.20552.216.208.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.250.8352.216.250.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.117.14952.217.112.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.45.7552.217.45.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.71.14752.217.71.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.138.14154.231.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.197.6954.231.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
registrar:namecheap
Organization
privacy service provided by withheld for privacy ehf
Contact emails

Subdomains

1 observed subdomain of strider.ai.

Threat posture

History

Related pages

Pivot deeper into the graph from strider.ai.

Cypher and MCP

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

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