Custom SecOps detections
SecOps includes a series of native enrichments, which help detect anomalies in the customers’ network activity data. These enrichments are managed as a service and updated automatically.
In addition, customers can add their own alerts, contexts, and other enrichments to their domain. The organization will add these as it matures its knowledge of the product and of its own system.
We will explain in the following sections how new alerts can be added aside from existing standard Security Operations alerts.
Each alert is based on a query that is run continuously over the data stream. When an alert is triggered, it generates a record in the siem.logtrust.alerts.info
Devo table.
This table is a read-only table. Devo SecOps then enriches the alerts, adding information based on the ‘ExtraData’ field at the end of the alert record.
There are some requirements that we have to follow to create compatible alerts:
SecOps will parse this data, based on the kinds of information values SecOps expects, and create all the new data which makes up the application.
See the following article(s) for a step-by-step guide on how to create an alert:
- Steps for creating an alert (DOS detection)
Overview
We will explain in the following sections how new alerts can be added aside from existing standard Security Operations alerts.
The first thing to do is to apply all the filtering you can before you start to define your logic. We’re looking to reduce the amount of data to process.