Skip to content

Hostname

sprw.ai

Last fetched

sprw.ai resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:1068 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.198.229.23018.198.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
3.72.240.1553.64.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.DE
3.74.23.1933.64.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.DE
35.157.47.5935.156.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
63.181.43.3963.180.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
63.181.94.8363.180.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:1068
Organization
privacy service provided by withheld for privacy ehf
Contact emails

Subdomains

1 observed subdomain of sprw.ai.

Subdomain
eu.sprw.ai

Threat posture

History

Related pages

Pivot deeper into the graph from sprw.ai.

Cypher and MCP

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

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