latestSwagger 2.02026-08-109450223.9 KB

94acb422c07d

Remote Access

List Remote Access Connections

This endpoint provides informational data only pertaining to when Huntress observes a given remote access tool running on a given host.

Please note: results returned are capped at 500 total in descending order by last_seen_at, and pagination is not supported.

get/v1/remote_access/connections

Query parameters

last_seen_at_minstring date-time

The earliest time Huntress observed the remote access tool running on a monitored host.

organization_idinteger

Filter by organization ID within Huntress account

Response

List Remote Access Connections

Example response

{
  "connections": [
    {
      "agent": "laptop01",
      "client_type": "screen_connect",
      "host": "acme.com",
      "port": 443,
      "first_seen_at": "2022-03-01T20:05:10Z",
      "last_seen_at": "2022-03-01T20:05:10Z"
    }
  ]
}