Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add doc for Crowdstrike actions: isolate, deisolate #2006

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/integration/action_library/endpoint/crowdstrike-falcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,26 @@ Block the provided IOC
| `value` | `string` | The value of the IOC to block |
| `type` | `string` | Type of the IOC to block: md5, sha256 |

### Deisolate hosts

Deisolate the provided hosts by their agent IDs

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `id` | `array` | The list of identifiers of agents to deisolate |

### Isolate hosts

Isolate the provided hosts by their agent IDs

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `id` | `array` | The list of identifiers of agents to isolate |

### Monitor IOC

Enable detection for the provided IOC
Expand Down
Loading