- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-25-2023 03:02 PM - edited 02-01-2023 12:28 PM
I would like to customize the standard "Detections By Actions" widget to filter only on true positive (resolved) incidents - for the last 30 days. And I would like to customize the standard "Open incidents by severity" widget to apply on all incidents, not only opened ones - for the last 30 days.
I suppose it's possible by XQL-query but I'm a beginner in XQL-query scripting ...
Does anyone have XQL-query script doing something nearby?
02-01-2023 06:53 AM
For XSIAM product, you will have more options using the XQL query to customize results related to incidents, for example , you have the below datasets natively in XQL search for XSIAM:
1- dataset = incidents
2- dataset = incidents_artifacts
3- dataset = incidents_assets
This will be providing you information about incidents that you can customize to get your required result, for example , in the use case you have provided, in the "dataset = incidents" schema, you will find the resolve comment , where you can find the True positive incidents as well as the severity that we can use to generate a count and identify a time period afterward to generated the widget for the reports and dashboard, screen shot form XSIAM seen below for that dataset
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!