You are on page 1of 3

Sysmon Integration with Qradar:

Contents
Installation of Sysmon on Windows Server:................................................................................................3
Note:....................................................................................................................................................3
Note:....................................................................................................................................................3
Integrate Sysmon with Qradar:...................................................................................................................3
Note:....................................................................................................................................................3
Installation of Sysmon on Windows Server:

1. Download Sysmon from sysinternal.


2. After download is complete, Open CMD with admin privileges and type below mentioned
command:

Sysmon.exe -i [-h <[sha1|md5|sha256|imphash|*],...>] [-n [<process,...>]]


[-l (<process,...>)]

This command will install sysmon with all events.

3. Once installed, upload configuration file with below mentioned command:

Sysmon.exe -c <configfile>

Note: Write path of file instead of <configfile>


Note: We have to create customize configuration file for each server, which defines what
events should be logged and what should be excluded.

4. Now Sysmon is installed on server. Logs can be view in event viewer under below path:

%SystemRoot%\System32\Winevt\Logs\Microsoft-Windows-Sysmon%4Operational.evtx

Integrate Sysmon with Qradar:

1. Oepn wincollect configuration console, If server is not integrated with Qradar please follow
Windows server Integration guide.
2. Under devices, Go to device created earlier. Double click on device.
3. Under Xpath query: Enter an Xpath query that will only filter events from Sysmon and Security
Logs.
Note: Xpath query can be created from event viewer using Create custom view.
Sample Xpath Query:

<QueryList>
<Query Id="0" Path="Security">
<Select Path="Security">*</Select>
<Select Path="Microsoft-Windows-Sysmon/Operational">*</Select>
</Query>
</QueryList>
4. Click deploy changes. Now sysmon events can be found in Qradar under same log source.

You might also like