Skip to content

Commit

Permalink
updated sysmon data dictionary to schema 4.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Dias committed Aug 23, 2020
1 parent c1c0863 commit 530d63c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions data_dictionaries/windows/sysmon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ System Monitor (Sysmon) is a Windows system service and device driver that, once
|[16](events/event-16.md)|4.32|This event logs when the local **sysmon configuration is updated**.||
|[17](events/event-17.md)|4.32|This event generates when a **named pipe is created**. Malware often uses named pipes for interprocess communication.||
|[18](events/event-18.md)|4.32|This event logs when a **named pipe connection** is made between a client and a server.||
|[19](events/event-19.md)|0|When a **WMI event filter is registered**, which is a method used by malware to execute, this event logs the WMI namespace, filter name and filter expression.||
|[20](events/event-20.md)|0|This event logs the **registration of WMI consumers**, recording the consumer name, log, and destination.||
|[21](events/event-21.md)|0|When a consumer **binds to a filter**, this event logs the consumer name and filter path.||
|[19](events/event-19.md)|4.32|When a **WMI event filter is registered**, which is a method used by malware to execute, this event logs the WMI namespace, filter name and filter expression.||
|[20](events/event-20.md)|4.32|This event logs the **registration of WMI consumers**, recording the consumer name, log, and destination.||
|[21](events/event-21.md)|4.32|When a consumer **binds to a filter**, this event logs the consumer name and filter path.||
|[22](events/event-22.md)|4.32|This event generates when a process executes a **DNS query**, whether the result is successful or fails, cached or not.||
|[23](events/event-23.md)|4.32|This event logs when a **file is deleted** by a process.||
|[255](events/event-255.md)|4.32|This event is generated when an **error occurred within Sysmon**. They can happen if the system is under heavy load and certain tasked could not be performed or a bug exists in the Sysmon service.||
Expand Down
2 changes: 1 addition & 1 deletion data_dictionaries/windows/sysmon/events/event-19.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Event ID 19: WmiEvent (WmiEventFilter activity detected)
###### Version: 0
###### Version: 4.32

## Description
When a **WMI event filter is registered**, which is a method used by malware to execute, this event logs the WMI namespace, filter name and filter expression.
Expand Down
2 changes: 1 addition & 1 deletion data_dictionaries/windows/sysmon/events/event-20.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Event ID 20: WmiEvent (WmiEventConsumer activity detected)
###### Version: 0
###### Version: 4.32

## Description
This event logs the **registration of WMI consumers**, recording the consumer name, log, and destination.
Expand Down
2 changes: 1 addition & 1 deletion data_dictionaries/windows/sysmon/events/event-21.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Event ID 21: WmiEvent (WmiEventConsumerToFilter activity detected)
###### Version: 0
###### Version: 4.32

## Description
When a consumer **binds to a filter**, this event logs the consumer name and filter path.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: When a **WMI event filter is registered**, which is a method used b
platform: windows
log_source: sysmon
event_code: '19'
event_version: '0'
event_version: '4.32'
event_fields:
- standard_name: tag
standard_type: TBD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: This event logs the **registration of WMI consumers**, recording th
platform: windows
log_source: sysmon
event_code: '20'
event_version: '0'
event_version: '4.32'
event_fields:
- standard_name: tag
standard_type: TBD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: When a consumer **binds to a filter**, this event logs the consumer
platform: windows
log_source: sysmon
event_code: '21'
event_version: '0'
event_version: '4.32'
event_fields:
- standard_name: tag
standard_type: TBD
Expand Down

0 comments on commit 530d63c

Please sign in to comment.