sublime_get_rule
Fetches a specific Sublime Security rule by ID, returning its full MQL source, MITRE techniques, and metadata for inspection.
Instructions
Get a specific Sublime Security rule by its ID, including the full MQL (Message Query Language) detection source, MITRE techniques, and metadata. Use after sublime_search to inspect the complete rule logic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Rule ID from sublime_search (e.g., "sublime_d00893ba-a65a-5b04-88d1-f35512eae291") |