Skip to content

Hostname

sentry.fealtyx.com

Last fetched

sentry.fealtyx.com resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · sentry.fealtyx.comRouting diversity4.8/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/sentry.fealtyx.com

Resolution chain

sentry.fealtyx.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.126.105.11813.126.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
13.126.210.14713.126.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
13.200.125.11513.200.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
13.205.166.6813.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
13.205.72.20813.204.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
13.235.167.19313.232.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
13.235.5.16113.232.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
15.206.235.25515.206.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
3.6.198.2403.6.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
35.154.229.1535.154.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IN
65.2.44.13165.0.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with sentry.fealtyx.com in WhisperGraph.

Subdomains

3 observed subdomains of sentry.fealtyx.com.

Threat posture

History

Related pages

Pivot deeper into the graph from sentry.fealtyx.com.

Cypher and MCP

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

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