Hostname
connect.posit.cloud
Last fetched
connect.posit.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI.
Nutrition Label
Resolution chain
connect.posit.cloud 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 |
|---|---|---|---|---|
| 13.33.235.27 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.46 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.53 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.76 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 216.137.39.58 | 216.137.39.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 216.137.39.7 | 216.137.39.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 216.137.39.86 | 216.137.39.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 216.137.39.93 | 216.137.39.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with connect.posit.cloud in WhisperGraph.
Subdomains
6 observed subdomains of connect.posit.cloud.
Web-graph footprint
Distinct hostnames that link to or from connect.posit.cloud in the public web crawl.
39 sites link to this hostname.
Sample inbound links
- 0194fb32-0bec-44b6-08da-b8429672e2a2.share.connect.posit.cloud
- 0195527d-3bc5-1025-fd07-35ef0a9dd189.share.connect.posit.cloud
- 0197653e-92b7-d386-7b65-9a1b27aa5c2f.share.connect.posit.cloud
- justenvirons-wellness-center.share.connect.posit.cloud
- jventural-s4-blackboard-app.share.connect.posit.cloud
- mgflab-dataset-shiny.share.connect.posit.cloud
- posit-ai-altr.share.connect.posit.cloud
- posit-ai-dataset-generator-ellmer.share.connect.posit.cloud
- posit-ai-posit-conf-agenda-chat.share.connect.posit.cloud
- statoberry-2fcrd.share.connect.posit.cloud
Threat posture
History
Related pages
Pivot deeper into the graph from connect.posit.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "connect.posit.cloud"})-[: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.