Interface SecurityMonitoringApiListIndicatorsOfCompromiseRequest

Hierarchy

  • SecurityMonitoringApiListIndicatorsOfCompromiseRequest

Properties

limit?: number

Number of results per page.

ocsf?: boolean

When true, return only OCSF field-based matches. When false, return regex/message-based matches.

offset?: number

Pagination offset.

query?: string

Search/filter query (supports field:value syntax).

sortColumn?: string

Sort column: score, first_seen_ts_epoch, last_seen_ts_epoch, indicator, indicator_type, signal_count, log_count, category, as_type.

sortOrder?: string

Sort order: asc or desc.

triageState?: IoCTriageState

Filter by triage state.

workedBy?: string

Filter indicators whose triage state was updated by a specific user UUID.

Generated using TypeDoc