Write your own custom detections
time
src_endpoint
dst_endpoint
actor
device
http_request
user.email_addr
user.uid
observables
name
column that will be used as the detection name. E.g. SELECT 'Suspicious login' as name, user.email_addr, time from authentication_events where status = 'Failure';
. Otherwise the custom detection name will be used.
startTime
and endTime
variables for you, which you can use in your query.
startTime
- The start time of the query windowendTime
- The end time of the query window