Skip to main content

plugin_proval_bitlocker_audit

Purpose

Stores information about BitLocker configuration on target machines.

Dependencies

SEC - Encryption - Script - BitLocker - Audit

Tables

plugin_proval_bitlocker_audit

ColumnTypeExplanation
ComputerIDINTThe ID of the audited endpoint.
MountPointVARCHARThe drive letter of the audited volume.
EncryptionMethodVARCHARThe encryption method used to encrypt the drive.
AutoUnlockEnabledTINYINT1 or 0 depending on whether the drive will be auto-unlocked.
AutoUnlockKeyStoredTINYINT1 or 0 depending on whether any external keys or related information that may be used to automatically unlock data volumes exist in the currently running operating system volume.
MetadataVersionINTThe version of the BitLocker metadata.
VolumeStatusVARCHARThe current status that the audited volume is in.
ProtectionStatusVARCHARWhether BitLocker protection is currently On or Off.
LockStatusVARCHARWhether the protected drive is currently locked.
EncryptionPercentageINTThe percentage that the audited drive is currently encrypted. If encryption is enabled and has completed, then this should be 100.
WipePercentageINTThe percentage of the volume that has been wiped after issuing a wipe command.
VolumeTypeVARCHARThe type of the audited volume.
KeyProtectorIdVARCHARThe GUID of the key protector for the audited volume.
AutoUnlockProtectorTINYINT1 or 0 depending on whether this key protector is an auto-unlock protector.
KeyProtectorTypeVARCHARThe type of key protector.
KeyFileNameVARCHARThe file name of the key protector (if applicable).
RecoveryPasswordVARCHARThe recovery password of the key protector (if applicable).
KeyCertificateTypeVARCHARThe certificate type of the key protector (if applicable).
ThumbprintVARCHARThe thumbprint of the key protector (if applicable).
LastUpdatedDATETIMEThe last time the volume was audited.