stack kb security-attack-discovery-api attack-discovery-find cli command
Auth required
Idempotent
Scope: global
elastic stack kb security-attack-discovery-api attack-discovery-find [options]
Find Attack discoveries that match the search criteria
Behaviour flags:
--dry-run — validate all inputs and exit without performing any action
--alert-idsstring[]- Filter results to Attack discoveries that include any of the provided alert IDs
--connector-namesstring[]- Filter results to Attack discoveries created by any of the provided human readable connector names. Note that values must match the human readable
connector_nameproperty of an Attack discovery, e.g. "GPT-5 Chat", which are distinct fromconnector_idvalues used to generate Attack discoveries. --enable-field-rendering- Enables a markdown syntax used to render pivot fields, for example
\{{ user.name james }}. When disabled, the same example would be rendered asjames. This is primarily used for Attack Discovery views within Kibana. Defaults tofalse. --endstring- End of the time range for the search. Accepts absolute timestamps (ISO 8601) or relative date math (e.g. "now", "now-24h").
--idsstring[]- Filter results to the Attack discoveries with the specified IDs
--include-unique-alert-ids- If
true, the response will includeunique_alert_idsandunique_alert_ids_countaggregated across the matched Attack discoveries --pagenumber- Page number to return (used for pagination). Defaults to 1.
--per-pagenumber- Number of Attack discoveries to return per page (used for pagination). Defaults to 10.
--searchstring- Free-text search query applied to relevant text fields of Attack discoveries (title, description, tags, etc.)
- Whether to filter by shared visibility. If omitted, both shared and privately visible Attack discoveries are returned. Use
trueto return only shared discoveries,falseto return only those visible to the current user. Mutually exclusive withinclude_all_authors. - If
true, the response will include all attack discoveries matching other criteria regardless of who created them. Mutually exclusive withshared. --scheduled- Whether to filter by scheduled or ad-hoc attack discoveries. If omitted, both types of attack discoveries are returned. Use
trueto return only scheduled discoveries orfalseto return only ad-hoc discoveries. --sort-fieldenum-
Field used to sort results. See
AttackDiscoveryFindSortFieldfor allowed values.Values: @timestamp
--sort-orderenum-
Sort order direction
ascfor ascending ordescfor descending. Defaults todesc.Values: asc, desc
--startstring- Start of the time range for the search. Accepts absolute timestamps (ISO 8601) or relative date math (e.g. "now-7d").
--statusstring[]- Filter by alert workflow status. Provide one or more of the allowed workflow states.
--with-replacements- When true, return the created Attack discoveries with text replacements applied to the detailsMarkdown, entitySummaryMarkdown, summaryMarkdown, and title fields. Defaults to
true. --input-filestring- path to a JSON file to use as command input
--dry-run- validate all inputs and exit without performing any action (preview changes without applying them)
--json-
output as JSON