Only users with the admin and audit roles can view and export the list of connected devices.
To view the list of connected devices, execute the following command:
kics-control --get-device-list [--all] [--json]
where:
--all lists all connected devices.--json lists connected devices in JSON format.Kaspersky Industrial CyberSecurity for Linux Nodes displays the following information about connected devices:
OpticalDrive or HardDrive.UnknownBus, USB, FireWire.To export the list of connected devices, run the following command:
kics-control --get-device-list --export <file>
where <file> is the full path to the JSON file where the list of connected devices will be saved.
The list of trusted devices is exported.
Page top