Microsoft Windows Event Logs (v1.1.33)

The Windows event log is a detailed record of system, security and application notifications stored by the Windows operating system.

Author
Cortex XSOAR
Support
xsoar
URL
https://www.paloaltonetworks.com/cortex
Categories
IT Services, Network Security

Modeling rules (1)

Parsing rules (1)

XSIAM Dashboards (1)

README

Microsoft Windows Logs

This pack includes Cortex XSIAM content.

Notes:

To view logs only from the Windows Event log, apply any of the following filters to your datamodel query:

Pay Attention:
This pack excludes several events for the Sysmon, DNS, ADFS and AMSI Windows services according to the provider_name field:

Should you wish to collect those logs as well, the installation of the following packs is required:

Collect Events from Vendor

In order to use the collector, you can use one of the following options:
- Broker VM (Windows Event Collector)
- XDRC (XDR Collector)

Broker VM (Windows Event Collector)

To create or configure the Broker VM, use the information described here.

To connect and use Windows Event Collector, use the information described here.

XDRC (XDR Collector)

To create or configure the Filebeat collector, use the information described here.

As Cortex XSIAM provides a YAML template for Windows Security Event Logs, you can use the following steps to create a collection profile:

  1. In Cortex XSIAM, select SettingsConfigurationsXDR CollectorsProfiles+Add ProfileWindows.
  2. Select Winlogbeat, then click Next.
  3. Configure the General Information parameters:
  1. You can use one of the following options to collect event logs using the XDR Collectors:

Option A

  1. If you wish to collect only Security logs please select the “Windows Security” template located in the Select Template drop-down.
  2. After selecting the template press Add.

Option B

Creating a customized YAML template

Tailor the XDR collector to your specific needs by creating a custom template that includes all the event types you want to collect.
As an example, In the Winlogbeat Configuration File section, add the following YAML template to collect Security, System, Application, and Microsoft Defender events:

winlogbeat.event_logs:
- name: Security
    ignore_older: 1h
    id: security-logs
  - name: System
    ignore_older: 1h
    id: system-logs
  - name: Application
    ignore_older: 1h
    id: application-logs
  - name: Microsoft-Windows-Windows Defender
    ignore_older: 1h
    id: defender-logs      

Note: Control what event types will be collected by adding or removing the “name”, “ignore_older”, and “id” lines of the specific event type.

  1. Press Create to save the new template.