Microsoft Sysmon v1.0.9
System Monitor (Sysmon) is a Windows system service and device driver that, once installed on a system, remains resident across system reboots to monitor and log system activity to the Windows event log.
- Author:
- Cortex XSOAR
- Support:
- xsoar
Modeling rules (1)
Parsing rules (1)
README
Microsoft Windows Sysmon
This pack includes Cortex XSIAM content.
<~XSIAM>
XDRC (XDR Collector)
To create or configure the Winlogbeat collector, use the information described here.
You can configure the vendor and product by replacing [vendor]_[product]_raw with microsoft_sysmon_raw.
When configuring the instance, you should use a YML file that configures the vendor and product, as shown in the below configuration for the Windows Sysmon service.
Copy and paste the following in the Winlogbeat Configuration File section (inside the relevant profile under the XDR Collectors Profiles).
Winlogbeat Configuration File
winlogbeat.event_logs:
- name: Microsoft-Windows-Sysmon/Operational
processors:
- add_fields:
fields:
vendor: microsoft
product: sysmon
</~XSIAM>