Hostname
helios-web.connect.pr
Last fetched
helios-web.connect.pr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.
Nutrition Label
Resolution chain
helios-web.connect.pr resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.157.214.120 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.17 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.5 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.214.92 | 108.157.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 18.67.51.106 | 18.67.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.67.51.67 | 18.67.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.67.51.93 | 18.67.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.67.51.99 | 18.67.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with helios-web.connect.pr in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from helios-web.connect.pr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "helios-web.connect.pr"})-[: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.