Kaspersky Anti Targeted Attack Platform

Operators

The operators that you can use for searching in builder mode and in source code mode are listed in the table below.

Operators that can be used for searching in builder mode and in source code mode

Builder mode

Source code mode

=

==

!=

NOT (example)

CONTAINS

==*example*

!CONTAINS

NOT (example=='*example*')

STARTS

=='example*'

!STARTS

NOT (example=='example*')

ENDS

=='*example'

!ENDS

NOT (example=='*example')