Types of Anomali Search
Anomali Search offers four search types, each optimized for different use cases:
- Field-based Search: eventlog and OCSF schema queries using parsed and normalized fields.
- TurboSearch: high-speed indexed lookups for exact-value searches and IOC sweeps.
- Full-Text Search: keyword search on raw log messages using full-text indexing.
- Table / Lookup Search: queries against pre-enriched or correlated datasets.
See Choosing the Right Search Method to Optimize AVC Usage to determine the search method that has the most optimal AVC usage for your application.
| Type | What it is | When to use | Key guidance & best practices |
|---|---|---|---|
|
Field-based Search Default |
eventlog Search (default)
|
When you know the schema(for example, |
Filter strategy
Prioritize parsed fields
|
|
OCSF Search
|
|
Filter strategy
Prioritize nested fields
|
|
|
Accelerated
(Field-based and keyword search on specific fields) |
Optimized search, designed for high-speed lookups on specific indexed fields. |
|
|
| Keyword |
Keyword search on raw log messages using full-text indexing.
Faster and lower AVC cost than searching the raw message (using |
|
Indexing Latency: 10 minutes after ingestion.
Syntax requirements
Boolean Support AND and OR supported but not NOT
Case Handling Search is case-insensitive. For example, "Error" and "error" are treated the same.
Time Range Guidance Use for any time range
Turbosearch vs Full-text More granular than Turbosearch keyword search as Turbosearch matches full values while full-text matches tokens. Example: For user = john.doe@company.com Turbosearch: user = "john.doe@company.com" will match user = "john" will not match Full-text: "john" will match "doe" will match "company.com" will match due to tokenization rules |
|
Table / Lookup Search Enriched |
Search against pre-enriched or correlated datasets: See Using Lookup Tables for more information. |
|
|
| Forensic / Retrospective Search | By default, Anomali Search retains event data in hot buckets for 90 days, after which it moves to archive buckets based on license retention terms. Searches run only on hot data by default to control AVC usage. Access to archived data requires approval via a support ticket, after which your account can be enabled for extended searches. Once enabled, use eventlog, Turbosearch, or full-text search to search. | ||