plugin_proval_ad_bitlocker_keyprotectors
Purpose
Stores information about BitLocker key protectors backed up to Active Directory. Data gathered by SEC - Encryption - Script - BitLocker - AD Key Protector - Audit
Dependencies
@script
Tables
plugin_proval_ad_bitlocker_keyprotectors
Column | Type | Explanation |
---|---|---|
ComputerID | INT | The ComputerID of the domain controller that the audit was performed against. |
DistinguishedName | TEXT | The full DN of the audited key protector. |
Name | VARCHAR | The name of the audited key protector. |
Created | DATETIME | The date and time that the key protector was backed up to AD. |
Deleted | TINYINT | True or False if the key protector was deleted from AD. |
RecoveryGUID | VARCHAR | The GUID of the key protector (KeyProtectorID on the local machine). |
RecoveryPassword | VARCHAR | The recovery password (if applicable) for the key protector. |
VolumeGUID | VARCHAR | The GUID of the volume that is protected by the key protector. |
ParentDistinguishedName | TEXT | The full DN of the parent of the key protector object in AD (generally a computer object). |
ParentSID | VARCHAR | The SID of the parent of the key protector object in AD (generally a computer object). |
Timestamp | DATETIME | The date and time that the audit was last run. |