Skip to main content

KOI

This Integration is part of the KOI Pack.#

Supported versions

Supported Cortex XSOAR versions: 8.2.0 and later.

Commands#

You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

koi-get-events#


Gets events from KOI. This command is used for developing/debugging and is to be used with caution, as it can create events, leading to events duplication and API request limitation exceeding.

Base Command#

koi-get-events

Input#

Argument NameDescriptionRequired
event_typeThe type of events to retrieve. If not specified, uses the value configured in the integration parameters. Possible values are: Alerts, Audit. Default is Alerts,Audit.Optional
limitThe maximum number of events to return per type. Default is 50.Optional
start_timeFilter events created at or after this time. Supports ISO 8601 format or relative time expressions (e.g., "3 days ago", "2024-01-01T00:00:00Z").Optional
end_timeFilter events created at or before this time. Supports ISO 8601 format or relative time expressions (e.g., "now", "2024-01-01T00:00:00Z").Optional
should_push_eventsIf true, the command creates events in XSIAM; otherwise, it only displays them. Possible values are: true, false. Default is false.Optional

Context Output#

PathTypeDescription
KOI.Event.idStringThe unique identifier of the event.
KOI.Event.source_log_typeStringThe source log type of the event (Alerts or Audit).
KOI.Event._timeDateThe timestamp of the event in ISO 8601 format.
KOI.Event.created_atDateThe creation time of the event (audit logs).

Human Readable Output#

KOI Events#

idsource_log_type_timeseveritystatus
alert-001Alerts2024-01-01T00:00:00Zhighopen
audit-001Audit2024-01-01T00:00:00Z