Skip to content

Commit

Permalink
Merge pull request #2006 from SEKOIA-IO/doc/cwd-actions
Browse files Browse the repository at this point in the history
Add doc for Crowdstrike actions: isolate, deisolate
  • Loading branch information
squioc authored Sep 17, 2024
2 parents ca4fa45 + 9518dcb commit 5ba0069
Showing 1 changed file with 20 additions and 0 deletions.
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

0 comments on commit 5ba0069

Please sign in to comment.