Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/platform-services/threat-intelligence-indicators.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ You do not have to wait until indicators reach the end of their retention period

## Find threats with log queries

:::warning
The `threatlookup` search operator has been temporarily disabled as of January 27, 2025.
:::

Once you [ingest threat intelligence indicators](#ingest-threat-intelligence-indicators), you can perform searches to find matches to data in the indicators using the `threatlookup` search operator.

The `threatlookup` operator allows you to search logs for matches in threat intelligence indicators. For example, use the following query to find logs in all `sec_record*` indexes with a `srcDevice_ip` attribute correlated to a threat indicator with a high confidence level (greater than 50):
Expand Down
Loading