Incidents
Get a list of all incidents in Guardicore.
Configuration
Parameters
parameters.domainwill store the value of the API URL, excluding the endpoint paths like/v1/cp/oauth/tokenor/v1/cp/alerts
Secrets
Username (
username)Password (
password)
Open the Secret fields and click New secret to create a new one:
Give the secret a Name.
Turn off the Expiration date option.
Click Add new value and paste the secret corresponding to the value.
Click Save.


You can now select the secret you just created in the corresponding fields.
After entering the required parameters and secrets, you can choose to manually enter the Falcon API Alerts fields, or simply paste the given YAML:
Toggle this ON to enable a free text field where you can paste your CrowdStrike Falcon API YAML.
Temporal Window
Toggle ON to add a temporal window for events. This repeatedly shifts the time window over which data is collected.
Duration - 5 minutes (
5m) as default, adjust based on your needs.Offset -
5mFormat -
EpochMillis
Authentication Phase
Toggle ON to configure the authentication phase. This is required to get the token to pull data using OAuth.
Type* -
tokenRequest Method* -
POSTURL* -
https://${parameters.domain}/api/v3.0/authenticateHeaders
Name -
Content-typeValue -
application/json
BodyType* -
rawBody Raw -
| { "username": "${secrets.username}", "password": "${secrets.password}" }
Token Path* -
.access_tokenAuth Injection
In* -
headerName* -
authorizationPrefix -
BearerSuffix -
''
Enumeration Phase
OFF
Collection Phase
Pagination Type* -
offsetLimitLimit -
1000Zero Index -
trueRequest
Method* -
GETURL* -
https://${parameters.domain}/api/v3.0/incidentsQuery Params -
Name -
from_timeValue -
${temporalWindow.from}Name -
to_timeValue -
${temporalWindow.to}Name -
offsetValue -
${pagination.offset}Name -
limitValue -
${pagination.limit}
Output
Select -
.objectsMap -
.Output Mode -
element
This HTTP Pull Listener now uses the data export API to extract events.
Click Create labels to move on to the next step and define the required Labels if needed.
Last updated
Was this helpful?

