Skip to content

Hostname

solvely.ai

Last fetched

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

Nutrition Label

WHISPER CANON · solvely.aiRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/solvely.ai

Resolution chain

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

IPPrefixASNOperatorCountry
108.157.150.116108.157.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.157.150.120108.157.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.157.150.33108.157.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.157.150.91108.157.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.96.103.166.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.96.483.166.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.96.803.166.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.96.933.166.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.147.1093.168.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.147.173.168.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.147.313.168.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.147.743.168.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1068
Organization
aignite
Contact emails

Subdomains

21 observed subdomains of solvely.ai.

Web-graph footprint

Distinct hostnames that link to or from solvely.ai in the public web crawl.

131 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for solvely.ai.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.lemlist.com

Related pages

Pivot deeper into the graph from solvely.ai.

Cypher and MCP

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

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