Skip to content

Hostname

sightsea.app

Last fetched

sightsea.app resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · sightsea.appRouting diversity4.8/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/sightsea.app

Resolution chain

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

IPPrefixASNOperatorCountry
3.220.252.1893.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.236.228.17334.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.193.41.23244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.213.184.344.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
50.16.105.18850.16.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
50.16.172.12550.16.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
52.200.29.16552.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.206.211.18552.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.206.40.13752.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.45.95.1752.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.172.250.6354.172.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.82.208.16754.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from sightsea.app.

Cypher and MCP

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

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