Skip to content
Merged
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/crowdstrike-falcon.png')} alt="crowdstrike-falcon" width="100"/>

***Version: 1.10
Updated: Oct 16, 2024***
***Version: 1.11
Updated: Nov 18, 2024***

The CrowdStrike Falcon integration allows you to pull and update Detections/Incidents, and search Incidents/Devices/Detections.

Expand All @@ -29,6 +29,9 @@ The CrowdStrike Falcon integration allows you to pull and update Detections/Inci
* **Search into Incidents** *(Enrichment)* - Search for incidents by providing an FQL filter, sorting, and paging
details.
* **Update Detections** *(Containment)* - Modify the state or assignee of Detections.
* **Update Alerts** *(Containment)* - Perform actions on Alerts identified by composite ID(s) in request.
* **Search into Alerts** *(Enrichment)* - Retrieves all Alerts ids that match a given query.
* **Alerts CrowdStrike Falcon Daemon** *(Containment)* - Daemon to pull CrowdStrike Alerts.

## Category

Expand Down Expand Up @@ -56,3 +59,7 @@ EDR
* October 16, 2024 (v1.10) - Added new actions
+ Create Indicators
+ Get Indicators
* November 18, 2024 (v1.11) - Added new actions
+ Update Alerts
+ Search into Alerts
+ Alerts CrowdStrike Falcon Daemon
Loading