Skip to content

Commit 0bf7df2

Browse files
authored
Merge branch 'main' into docs/add-docker-troubleshooting
2 parents 999e865 + 950d551 commit 0bf7df2

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

docs/deployment/ecosystem/executors.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ payloads on endpoints.
2929
## Tanium Agent
3030

3131
The Tanium agent can be leveraged to execute implants as detached processes that will then execute payloads, according
32-
to the [OpenAEV architecture](https://docs.openaev.io/latest/deployment/overview).
32+
to the [OpenAEV architecture](https://docs.openaev.io/latest/deployment/platform/overview/).
3333

3434
The implants will be downloaded to these folders on the different assets:
3535

@@ -127,7 +127,7 @@ Endpoints from the selected computer groups should now appear in the **OpenAEV E
127127
## CrowdStrike Falcon Agent
128128

129129
The CrowdStrike Falcon agent can be leveraged to execute implants as detached processes that will then execute payloads
130-
according to the [OpenAEV architecture](https://docs.openaev.io/latest/deployment/overview).
130+
according to the [OpenAEV architecture](https://docs.openaev.io/latest/deployment/platform/overview/).
131131

132132
The implants will be downloaded to these folders on the different assets:
133133

@@ -297,7 +297,7 @@ Endpoint on the OpenAEV endpoint page.
297297
## Palo Alto Cortex Agent
298298

299299
The Palo Alto Cortex agent can be leveraged to execute implants as detached processes that will then execute payloads
300-
according to the [OpenAEV architecture](https://docs.openaev.io/latest/deployment/overview).
300+
according to the [OpenAEV architecture](https://docs.openaev.io/latest/deployment/platform/overview/).
301301

302302
On Windows, because Palo Alto Cortex whitelists its own process tree, OpenAEV creates a scheduled task to detach the process that will execute the payloads.
303303

@@ -390,7 +390,7 @@ Endpoint on the OpenAEV endpoint page.
390390
## SentinelOne Agent
391391

392392
The SentinelOne agent can be leveraged to execute implants as detached processes that will then execute payloads
393-
according to the [OpenAEV architecture](https://docs.openaev.io/latest/deployment/overview).
393+
according to the [OpenAEV architecture](https://docs.openaev.io/latest/deployment/platform/overview/).
394394

395395
The implants will be downloaded to these folders on the different assets:
396396

@@ -490,7 +490,7 @@ Endpoint on the OpenAEV endpoint page.
490490
## Caldera Agent
491491

492492
The Caldera agent can be leveraged to execute implants as detached processes that will then execute payloads according to
493-
the [OpenAEV architecture](https://docs.openaev.io/latest/deployment/overview/#architecture).
493+
the [OpenAEV architecture](https://docs.openaev.io/latest/deployment/platform/overview/).
494494

495495
!!! note "Caldera already installed"
496496

docs/usage/openaev-agent.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,20 @@ The installation creates two firewall rules:
224224

225225
---
226226

227+
## Proxy Configuration
228+
229+
To use a proxy with the OpenAEV Agent, define both `HTTP_PROXY` and `HTTPS_PROXY` **before running the installer**.
230+
231+
You can configure them in either of the following ways:
232+
- **Machine-wide (persistent):** set them as system environment variables so they are available globally.
233+
- **Session-only (temporary):** set/export them in the same terminal session immediately before executing the installation script.
234+
235+
If the agent is installed as a service, make sure these variables are also available to the service account.
236+
237+
Verify that your proxy is correctly configured and communicate well with your OpenAEV Agent installed.
238+
239+
---
240+
227241
## Features
228242

229243
The main features of the OpenAEV Agent include:

0 commit comments

Comments
 (0)