Actions
Next Gen SIEM Advanced Search
This Blink Action next gen siem advanced search in CrowdStrike to automate Security operations.
Next Gen SIEM Advanced Search
Advanced SIEM search with query.
In case of timeout - the ID will be returned and you can search for the search results with Search Query By ID
action.
Once the job is started, the search runs in the background, and the results will be returned once the job is completed.
External Documentation
To learn more, visit the CrowdStrike documentation.
Basic Parameters
Parameter | Description |
---|---|
Around | Find events that occurred around a specific event by using the around argument with its specified parameters. |
Around Event ID | The ID of the event to search around. |
Around Time Stamp | The timestamp to use as the reference point. |
End | The date and time to use as the ending point of the search results.You can use End with a Start to define a specific time range. If Start is provided, it must be less than or equal to the End .You can also use the Time Zone Off Set Minutes to retrieve results relative to your timezone.For information about formatting options when specifying a time see Search API Time Specification |
Number of Events After Event | Number of events to show after the eventId. |
Number of Events Before Event | Number of events to show before the eventId. |
Query | The CQL query to use for the search. For more information, see Query Language Syntax. The Query parameter accepts queries written in CrowdStrike Query Language.Note: Double quotes “ and backslashes \ must be escaped with a backslash \ to ensure they are properly interpreted.For example:Escaped double quote: \" Escaped backslash: \\ |
Repository | The repository to run the query against. For info about repository options, see Repositories. |
Start | The date and time to use as the starting point of the search results.You can use Start with an End to define a specific time range. If End is provided, it must be greater than or equal to the Start .You can also use the Time Zone Offset Minutes to retrieve results relative to your timezone.For information about formatting options when specifying a time see Search API Time Specification |
Advanced Parameters
Parameter | Description |
---|---|
Ingest End | The date and time to use as the ending point of the search results, based on an event’s recorded Ingest Time Stamp field. You can use Ingest End with Ingest Start to define a specific time range. If Ingest Start is provided, it must be less than or equal to the Ingest End .You can also use the Time Zone Off Set Minutes to retrieve results relative to your timezone.For information about formatting options when specifying a time see Search API Time Specification |
Ingest Start | The date and time to use as the starting point of the search results, based on an event’s recorded Ingest Time Stamp field.You can use Ingest Start with Ingest End to define a specific time range. If Ingest End is provided, it must be greater than or equal to the Ingest Start .You can also use the Time Zone Off Set Minutes to retrieve results relative to your timezone.For information about formatting options when specifying a time see Search API Time Specification |
Time Zone Offset Minutes | A positive or negative number representing how many minutes a given time zone is ahead or behind Coordinated Universal Time (UTC).You can use Time Zone Offset Minutes with timestamp parameters like start and end to retrieve search results relative to your local time zone.The time zone offset must be provided in minutes. For example, if your time zone is UTC+1:00, you would pass a value of 60. |
Use Ingest Time | When set to true, the event’s ingestStart and ingestEnd times are used as the basis for the query timespan rather than the start and end timestamps.If both ingestStart /ingestEnd and start /end are provided and Use Ingest Time is false, the start /end times are used. |
Example Output
Workflow Library Example
Next Gen Siem Advanced Search with Crowdstrike and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?