Hostname
inet.sentryx.io
Last fetched
inet.sentryx.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
inet.sentryx.io resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.94.129 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.49 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.54 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.64 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 143.204.181.34 | 143.204.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.181.42 | 143.204.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.181.66 | 143.204.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 143.204.181.75 | 143.204.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 65.8.54.112 | 65.8.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.8.54.113 | 65.8.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.8.54.86 | 65.8.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.8.54.90 | 65.8.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with inet.sentryx.io in WhisperGraph.
Subdomains
12 observed subdomains of inet.sentryx.io.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for inet.sentryx.io.
| Mechanism | Target |
|---|---|
| SPF_A | mailex.mailcore.me |
| SPF_INCLUDE | 3418004.spf10.hubspotemail.net |
| SPF_INCLUDE | a._spf.inet.sentryx.io |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.messagelabs.com |
Related pages
Pivot deeper into the graph from inet.sentryx.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inet.sentryx.io"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.