Skip to content

Hostname

app.solshark.bot

Last fetched

app.solshark.bot resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · app.solshark.botRouting diversity5.2/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/app.solshark.bot

Resolution chain

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

IPPrefixASNOperatorCountry
100.25.10.65101.0.7.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
100.25.202.87101.0.7.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
100.29.194.202101.0.7.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
174.129.19.71174.139.96.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.223.69.163.192.0.0/10AS14618AMAZON-AES - Amazon.com, Inc.US
34.203.136.18535.33.240.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
34.236.218.24035.34.80.0/20AS14618AMAZON-AES - Amazon.com, Inc.US
44.221.190.20945.3.112.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
52.7.185.11452.46.240.0/22AS14618AMAZON-AES - Amazon.com, Inc.US
54.157.58.3854.192.153.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
54.81.43.23354.192.14.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
54.86.107.25054.192.24.0/22AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with app.solshark.bot in WhisperGraph.

Subdomains

1 observed subdomain of app.solshark.bot.

Threat posture

History

Related pages

Pivot deeper into the graph from app.solshark.bot.

Cypher and MCP

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

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