IBM Support

QRadar: Configuring the Sophos database on a dedicated SQL server

Question & Answer


Question

How do you configure a Sophos Enterprise Console that has the database on a dedicated SQL server?

Cause

Using a dedicated database for a Sophos Enterprise Console is a special case. In order for QRadar to work with Sophos Enterprise Console the view must be configured on the server that maintains the database.

Answer

Before you begin: This is a non-standard configuration where an SQL server is being used to support the custom view instead of Sophos Enterprise Console.

In this case, to configure the Sophos Enterprise Console, the SQL command from the QRadar DSM guide needs to be run on the dedicated SQL server instead of Sophos Enterprise Console CLI.

  1. Log in to the SQL database server.
  2. At command-line, type the following command to create a custom view for your Sophos database to support QRadar:
    CREATE VIEW threats_view AS SELECT t.ThreatInstanceID, t.ThreatType, t.FirstDetectedAt, c.Name, c.LastLoggedOnUser, c.IPAddress, c.DomainName, c.OperatingSystem, c.ServicePack, t.ThreatSubType, t.Priority, t.ThreatLocalID, t.ThreatLocalIDSource, t.ThreatName, t.FullFilePathCheckSum, t.FullFilePath, t.FileNameOffset, t.FileVersion, t.CheckSum, t.ActionSubmittedAt, t.DealtWithAt, t.CleanUpable, t.IsFragment, t.IsRebootRequired, t.Outstanding, t.Status, InsertedAt
    FROM <Database Name>.dbo.ThreatInstancesAll t, <Database Name>.dbo.Computers c
    WHERE t.ComputerID = c.ID;

    Note:
    • Where <Database Name> is the name of the Sophos database.
    • The database name must not contain any spaces.
This is a non-standard configuration. For the standard Sophos Enterprise Console configuration, refer to the QRadar DSM Guide.



[{"Product":{"code":"SSBQAC","label":"IBM Security QRadar SIEM"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Integrations - 3rd Party","Platform":[{"code":"PF033","label":"Windows"}],"Version":"7.3;7.2","Edition":"","Line of Business":{"code":"LOB24","label":"Security Software"}}]

Document Information

Modified date:
16 June 2018

UID

swg21990986