Get Detection Detail
get_detection_detailRetrieve complete details for a detection rule by its ID, including the full query text (SPL/KQL/Sigma), metadata, and the threat it maps to.
Instructions
Get the full detail for one detection rule by its ID, including the complete query text (SPL/KQL/Sigma), metadata, and the threat it maps to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detection_id | Yes | Detection ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| query | No | ||
| severity | No | ||
| kql_query | No | ||
| threat_id | No | Pass to get_threat. | |
| sigma_rule | No | ||
| threat_title | No | ||
| mitre_mapping | No | ||
| detection_type | No | ||
| false_positives | No |