Kaspersky Embedded Systems Security for Linux
Viewing a list of detected applications
To view the list of applications detected on the device, execute the following command:
kess-control --get-app-list [--json]
where --json
means output data in JSON format.
Kaspersky Embedded Systems Security displays the following information about the detected applications:
- Date and time of inventory. Date and time when the Inventory task was performed
- Number of applications. The number of applications detected on the device
- The list of applications containing the following information:
- Path. Path to the application.
- Hash. Application hash sum.
- Type. Application type. For example,
Script
,Executable
. - Categories. Categories that the application belongs to (if they were previously created). You can view the list of created application categories using the
kess-control --get-categories
command.
When you add a new category, its information is not automatically updated in the application list. To update the application list, you need to restart the Inventory task.