Records in the Sandbox user activity log have the CEF format (CEF messages). By looking at a log record, you can understand which event occurred as a result of user actions.
Example of a record about installing a virtual machine image:
|
The example above contains three groups of fields:
CEF:0|AO Kaspersky Lab|Kaspersky Anti Targeted Attack Platform (Sandbox)|7.1.0.530|vm|Managing virtual machines|Low|
— header fields.dvs=<IP> deviceExternalId=ubuntu-server eventId=1965096788380487496 rt=Apr 25 2025 04:59:16 src=<IP> suser=admin cs1=installing the default image
— fields of the CEF message body that are common to all records.cs1label=CentOS7_x64-1.0.0.19888
— field specific to actions that have an object. For example, the object of the "installing a virtual machine image" action is a virtual machine image, and the cs1label
field contains the name of this image.Header fields
The header of each message contains the following information:
Current version number: 0
. Current field value: CEF:0
.
Current field value: AO Kaspersky Lab
.
Current field value: Kaspersky Anti Targeted Attack Platform
.
Current field value: 7.1.1.531.
Can contain one of the following values:
user_account
Events related to Sandbox user accounts.
settings
Events related to Sandbox settings.
kata
Events related to the connection between Sandbox and Central Node.
vm
Events related to virtual images of operating systems deployed in Sandbox.
Can contain one of the following values:
Managing user accounts
Actions on user accounts. Belongs to the user_account
type.
Count of unsuccessful authorization attempts exceeded
Failed authorization attempt limit exceeded. Belongs to the user_account
type.
Settings
Editing Sandbox server settings Belongs to the settings
type.
Configuring integration with KATA Central Node
Configuring integration with Central Node. Belongs to the kata
type.
Managing virtual machines
Actions with virtual machines. Belongs to the vm
type.
Current field value: Low
.
Fields common for all events
Fields of the CEF message have the "<key>=<value>"
format. Each CEF message contains the following fields:
dvs
IP address of the Sandbox server.
device external ID
Name of the Sandbox server.
eventId
Event ID.
rt
Event date and time.
src
IP address of the user that performed the action.
suser
Name of the user that performed the action.
cs1
Event (see the table below).
Special fields of events
Events and special fields
Event specified in the cs1 field |
Special event fields |
---|---|
Managing user accounts |
|
|
Name of the user whose password was changed. |
|
Name of the user that was authorized. |
|
Name of the user that ended the session. |
Count of unsuccessful authorization attempts exceeded |
|
|
User name involved in the failed authorization attempt.
Number of failed authorization attempts. |
Settings |
|
|
Name of the server whose settings were changed. |
|
Name of the server whose settings were saved or restored. |
|
Name of the server that was restarted or powered off. |
|
Name of the server from which the log files were downloaded. |
|
Name of the server on which the anti-virus databases were updated or the update source was changed. |
|
Number of virtual machines that was specified. |
|
Name of the server on which the count of unsuccessful authorization attempts was enabled or disabled. |
|
Name of the server on which the period for counting unsuccessful authorization attempts was changed.
The period in minutes for counting unsuccessful authorization attempts.
|
|
Name of the server on which the maximum duration of user inactivity was changed.
Maximum duration in minutes of an inactive user session. |
Configuring integration with KATA Central Node |
|
|
Fingerprint of the Central Node from which the connection request originated. |
Managing virtual machines |
|
|
Name of the virtual machine image file being uploaded or deleted. |
|
Name of the virtual machine image that was deployed, removed, or had its installation canceled. |
|
Name of the ISO image that was uploaded or deleted. |
|
Name of the custom virtual machine template that was created, imported, exported, enabled, disabled, stopped, or deleted. |
|
No special fields. |
|
Name of the custom virtual machine template to which the ISO image was mounted or from which the ISO image was unmounted.
Name of the mounted or unmounted ISO image. |
|
Name of the virtual machine that was deployed from a custom image, deleted, or had its status changed. |
If an operation is performed on over 30 objects simultaneously, only one entry is logged for this operation. The entry includes the information about the operation and the number of objects on which it was performed.
Page top