You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/administration/enterprise.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,9 @@ according to the [OpenAEV architecture](../deployment/platform/overview.md#archi
58
58
### Palo Alto Cortex Agent
59
59
60
60
The Palo Alto Cortex Agent can be leveraged to execute implants as detached processes that will then execute payloads
61
-
according to the [OpenAEV architecture](../deployment/platform/overview.md#architecture)
61
+
according to the [OpenAEV architecture](../deployment/platform/overview.md#architecture).
62
+
63
+
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.
Copy file name to clipboardExpand all lines: docs/deployment/ecosystem/executors.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,8 @@ Endpoint on the OpenAEV endpoint page.
299
299
The Palo Alto Cortex agent can be leveraged to execute implants as detached processes that will then execute payloads
300
300
according to the [OpenAEV architecture](https://docs.openaev.io/latest/deployment/overview).
301
301
302
+
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.
303
+
302
304
The implants will be downloaded to these folders on the different assets:
303
305
304
306
* On Windows assets: `C:\Program Files (x86)\Filigran\OAEV Agent\runtimes\implant-XXXXX`
@@ -311,11 +313,11 @@ This ensures that the implants are unique and will be deleted on assets' restart
311
313
312
314
#### Upload OpenAEV scripts
313
315
314
-
First of all, you need to create one custom script for Unix, covering both Linux and MacOS systems.
315
-
For Windows, we use the existing Palo Alto script named `execute_commands`.
316
+
First of all, you need to create one custom script for Unix, covering both Linux and MacOS systems and another one for Windows.
316
317
317
-
To create it, go to `Incident Response` > `Action Center` > `Agent Script Library` > `+ New Script`. The names
318
+
To create these scripts, go to `Investigation & responses` > `Action Center` > `Agent Script Library` > `+ New Script`. The names
318
319
of the scripts can be changed if necessary, the ids will be put in the OpenAEV configuration.
320
+
To get the scripts IDs, it may be necessary to add the Script UID column to the scripts list view.
319
321
320
322
*Unix Script*
321
323
@@ -325,25 +327,29 @@ Upload the following Python script:

342
+

337
343
338
344
#### Create a group with your targeted assets
339
345
340
-
To create a group, go to `Endpoints` > `Endpoint Groups`.
346
+
To create a group, go to `Inventory` > `Endpoints` > `Groups`.
341
347
342
348
### Configure the OpenAEV platform
343
349
344
350
!!! warning "Palo Alto Cortex API Key"
345
351
346
-
Please note that the Palo Alto Cortex API key created in "Settings/API Keys" should have the following minimum role: “Instance Administrator” and security level: "Standard".
352
+
Please note that the Palo Alto Cortex API key created in "Settings/Configurations/API Keys" should have the following minimum role: “Instance Administrator” and security level: "Standard".
347
353
348
354
To use the Palo Alto Cortex executor, just fill the following configuration in the Integrations (Executors) tab from OpenAEV menu.
0 commit comments