Cortex XDR: Bitlocker Monitoring

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Cortex XDR: Bitlocker Monitoring

L1 Bithead

Hello everyone,

 

We are looking at using XDR to monitor Bitlocker status on Windows machines. On the 'Disk Encryption Visibility' page, we can see the Encryption status, but there is no way to filter on 'Unencrypted' drives.

 

- Does anyone know of an XQL Query to show only the drives unencrypted? 

- Does anyone know of an XQL Query to tie to a BIOC and alert if a drive becomes unencrypted? 

 

PBurns_0-1626116899345.png

Thanks for taking a look!

 

Peter 

PB
1 accepted solution

Accepted Solutions

L3 Networker

Hello PBurns,

 

Thank you very much for the XQL query about status. for the BIOC question, you may write BIOC to checking specific registry path. Below is just one sample not tested but might help you to write a query for proper path.

 

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE\OSEncryptionType

 

0 = Allow user to choose (default)

1 = Full encryption

2 = Used Space Only encryption

 

etugriceri_0-1626255597358.png

 

or 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BitLocker

Value: PreventDeviceEncryption equal to True (1).

 

View solution in original post

3 REPLIES 3

L1 Bithead

It looks like we have ENCRYPTION STATUS in the Endpoints data set, but not VOLUME STATUS. At this point, we are not enforcing encryption by the policy. See below for a sample query provided by Palo Support:

 

config case_sensitive = false |
dataset = endpoints
| filter encryption_status = NOT_CONFIGURED or encryption_status = NOT_COMPLIANT |
fields endpoint_name

PB

L3 Networker

Hello PBurns,

 

Thank you very much for the XQL query about status. for the BIOC question, you may write BIOC to checking specific registry path. Below is just one sample not tested but might help you to write a query for proper path.

 

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE\OSEncryptionType

 

0 = Allow user to choose (default)

1 = Full encryption

2 = Used Space Only encryption

 

etugriceri_0-1626255597358.png

 

or 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BitLocker

Value: PreventDeviceEncryption equal to True (1).

 

L1 Bithead

Hello,

 

Have you made any progress?

I would like to set up an alert for disks with unencrypted drives.

 

  • 1 accepted solution
  • 3797 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!