Sophos XDR: Instructions for query to check all certificates on Windows workstation or server

Overview

Sophos Extended Detection and Response (XDR) allows you to investigate detected threats (“threat cases”) and search for new threats or security vulnerabilities. It also enables remote monitoring and troubleshooting of devices. With Sophos XDR, you can access both cloud-stored data and data directly on devices, ensuring you always have the most up-to-date information.

This article provides a guide on how to use the Live Discover tool of Sophos CIXA with EDR to query the entire workstation and server system to obtain information about which machines have been installed with Sophos certificates. This helps reduce the time for administrators to manually check each machine for verification.

Query Diagram

How to configure

Step 1: Create Custom Query

  • Login Sophos Central Admin -> Choose Threat Analysis Center -> Choose Live Discover -> Enable Designer mode -> Click Create new query
  • Enter name for your query
  • In Category: Choose category that you want to save to
  • In Source: Choose Live Endpoint and choose OS that you want (some queries may not be supported for the selected operating system).
  • In SQL: Enter code

SELECT
common_name,
subject,
issuer,
ca,
self_signed,
not_valid_before,
not_valid_after,
signing_algorithm,
key_algorithm,
key_strength,
key_usage,
subject_key_id,
authority_key_id,
sha1,
path,
serial,
sid,
store_location,
store,
username,
store_id
FROM certificates

  • Click Save

Step 2: Test Query

  • Choose the query
  • In Device selector: Choose computers you want
  • Click Run Query

Step 3: Check the result

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.