Search the Tactics detections recorded for a workspace.
A detection is an aggregated view of a single attacker session observed
on one of your deployed sensors: the commands that ran, the MITRE ATT&CK
techniques and tactics they map to, the files the session touched, and
the hosts it contacted. Only sessions carrying at least one ATT&CK
technique are retained as detections, so activity that never matched a
technique is not returned by this endpoint.
Filters supplied in the request body are combined with AND, with one
exception: techniques and tactics combine with each other using OR
(a detection matches if it carries any listed technique or any
listed tactic), and that bundle is then ANDed with the remaining
filters. A body is required; send {} to apply no filters.
Results are ordered newest first and paged with an opaque cursor: pass
the next_cursor from a response back as the cursor query parameter
to fetch the following page. total_count, stats, and tactic_stats
are computed over the whole filtered result set and are returned only
on the first page (when no cursor is supplied).
Each detection in sessions carries a bounded commands preview —
at most 40 of the session's distinct commands, in no particular order.
Fetch the detection by ID for the complete, ordered command timeline.
