Skip to main content

pvl_threatlocker-disable_audit

Purpose

This table stores the data of the script Script - Threatlocker - Set Learning Mode. It includes the computer ID, learning mode duration, start time of the learning mode, end time of the learning mode, the reason for learning mode, the LT user who set the learning mode, the status of the learning mode (whether successfully set or failed), and the complete log.

Dependencies

Script - Threatlocker - Set Learning Mode

Tables

pvl_threatlocker_disable_audit

ColumnTypeExplanation
computeridINTThe computer ID of the agent
UsernameVARCHARStores the LT username who ran the script "Script - Threatlocker - Set Learning Mode" to set Threatlocker learning mode.
StartTimeDATETIMEStores the start time from which the learning mode disabled started.
EndTimeDATETIMEStores the end time when the Threatlocker protection will resume.
ReasonVARCHARStores the reason why the learning mode is set. This needs to be provided by the LT Run user who executes the script "Script - Threatlocker - Set Learning Mode" manually.
LearningModeDurationINTStores the number of hours for which the Threatlocker learning mode is set.
StatusVARCHARStores either "Success" or "Failed" for the learning mode set result.
LogRecordVARCHARStores the logs of script success or failure.