Incidents
Overview
Get a list of event streams from CrowdStrike Falcon.
Configuration
Parameters
parameters.domainwill store the value of the API URL, excluding the endpoint paths like/v1/cp/oauth/tokenor/v1/cp/incidents
Secrets
Authorization (
servicenow_auth)
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 servicenow_auth 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 - 1 minute (
1m) as default, adjust based on your needs.Offset -
1mFormat -
2006-01-02 15:04:05
Collection Phase
Pagination Type* -
offset/limitLimit* -
1000Zero Index -
TrueRequest
Method* -
GETURL* -
https://${parameters.domain}/api/now/v2/table/incident
Headers -
Name -
AuthorizationValue -
Basic ${secrets.ServiceNow_Basic_Base64}
Query Params
Name -
sysparm_queryValue -
sys_updated_onBETWEEN${temporalWindow.from}@${temporalWindow.to}Name -
sysparm_offsetValue -
${pagination.offset}Name -
sysparm_limitValue -
${pagination.limit}Name -
sysparm_display_valueValue -
false
Output
Select -
.resultMap -
.Output Mode -
element
Retry
Status Codes -
[429, 500, 502, 503, 504]Type -
fixedFixed
interval -
2s
This HTTP Pull Listener now uses the data export API to extract incidents.
Click Create labels to move on to the next step and define the required Labels if needed.
Last updated
Was this helpful?

