Microsoft-Windows-Sysmon
Event ID 1: Process creation
#Description
The **process creation** event provides extended information about a newly created process. The full command line provides context on the process execution. The ProcessGUID field is a unique value for this process across a domain to make event correlation easier. The hash is a full hash of the file with the algorithms in the HashType field.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that got spawned/created (child) | |
ProcessId UInt32 | Process ID used by the OS to identify the created process (child) | |
Image UnicodeString | File path of the process being spawned/created. Considered also the child or source process | 3385 detection rules |
FileVersion UnicodeString | Version of the image associated with the main process (child) | 13 detection rules |
Description UnicodeString | Description of the image associated with the main process (child) | 112 detection rules |
Product UnicodeString | Product name the image associated with the main process (child) belongs to | 87 detection rules |
Company UnicodeString | Company name the image associated with the main process (child) belongs to | 49 detection rules |
OriginalFileName UnicodeString | Original file name from the PE header, useful for detecting renamed executables | 1043 detection rules |
CommandLine UnicodeString | Arguments which were passed to the executable associated with the main process | 13182 detection rules |
CurrentDirectory UnicodeString | The path without the name of the image associated with the process | 27 detection rules |
User UnicodeString | Name of the account who created the process (child). It usually contains domain name and user name (parsed to show only username without the domain) | 63 detection rules |
LogonGuid GUID | Logon GUID of the user who created the new process. Value that can help you correlate this event with others that contain the same Logon GUID (Sysmon Events) | |
LogonId HexInt64 | Logon ID of the user who created the new process. Value that can help you correlate this event with others that contain the same Logon ID | 4 detection rules |
TerminalSessionId UInt32 | ID of the session the user belongs to | |
IntegrityLevel UnicodeString | Integrity label assigned to a process Known values
| 109 detection rules |
Hashes UnicodeString | Hashes captured by Sysmon driver | 506 detection rules |
ParentProcessGuid GUID | Process GUID of the parent process that spawned/created this process | |
ParentProcessId UInt32 | Process ID of the process that spawned/created the main process (child) | |
ParentImage UnicodeString | File path that spawned/created the main process | 896 detection rules |
ParentCommandLine UnicodeString | Arguments which were passed to the executable associated with the parent process | 316 detection rules |
ParentUser UnicodeString | Name of the account who created the process that spawned/created the main process (child) | 17 detection rules |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 1,
"version": 5,
"level": 4,
"task": 1,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:09:29.2562055+00:00",
"event_record_id": 17612602,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 14:09:29.253",
"ProcessGuid": "{8a99384c-6499-6a2d-a205-000000001000}",
"ProcessId": "7704",
"Image": "C:\\ludus\\background\\bginfo.exe",
"FileVersion": "4.33",
"Description": "BGInfo - Wallpaper text configurator",
"Product": "BGInfo",
"Company": "Sysinternals - www.sysinternals.com",
"OriginalFileName": "BGInfo.exe",
"CommandLine": "\"C:\\ludus\\background\\bginfo.exe\" /accepteula C:\\ludus\\background\\red.bgi /silent /timer:0",
"CurrentDirectory": "C:\\Windows\\system32\\",
"User": "cell-c\\domainadmin",
"LogonGuid": "{8a99384c-e96f-6a2c-b6f3-0b0000000000}",
"LogonId": "0xbf3b6",
"TerminalSessionId": "1",
"IntegrityLevel": "High",
"Hashes": "SHA1=47C5CB3D6E01E139FEA41E94C43C29698FCD912B,MD5=34072C1DD7E0D04760108F565540F745,SHA256=599B391980A5C9CBADD6C70BA3D5A5258DB8B9D87C68B3FE587D9DC84EFFDF63,IMPHASH=B221E55CFCA1A7D0850D1B749ACE2D69",
"ParentProcessGuid": "{8a99384c-e981-6a2c-c200-000000001000}",
"ParentProcessId": "7180",
"ParentImage": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"ParentCommandLine": "\"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\" -ExecutionPolicy Bypass -NonInteractive -File \"C:\\ludus\\background\\set-bg.ps1\"",
"ParentUser": "cell-c\\domainadmin"
},
"message": "Process Create:\r\nRuleName: -\r\nUtcTime: 2026-06-13 14:09:29.253\r\nProcessGuid: {8a99384c-6499-6a2d-a205-000000001000}\r\nProcessId: 7704\r\nImage: C:\\ludus\\background\\bginfo.exe\r\nFileVersion: 4.33\r\nDescription: BGInfo - Wallpaper text configurator\r\nProduct: BGInfo\r\nCompany: Sysinternals - www.sysinternals.com\r\nOriginalFileName: BGInfo.exe\r\nCommandLine: \"C:\\ludus\\background\\bginfo.exe\" /accepteula C:\\ludus\\background\\red.bgi /silent /timer:0\r\nCurrentDirectory: C:\\Windows\\system32\\\r\nUser: cell-c\\domainadmin\r\nLogonGuid: {8a99384c-e96f-6a2c-b6f3-0b0000000000}\r\nLogonId: 0xBF3B6\r\nTerminalSessionId: 1\r\nIntegrityLevel: High\r\nHashes: SHA1=47C5CB3D6E01E139FEA41E94C43C29698FCD912B,MD5=34072C1DD7E0D04760108F565540F745,SHA256=599B391980A5C9CBADD6C70BA3D5A5258DB8B9D87C68B3FE587D9DC84EFFDF63,IMPHASH=B221E55CFCA1A7D0850D1B749ACE2D69\r\nParentProcessGuid: {8a99384c-e981-6a2c-c200-000000001000}\r\nParentProcessId: 7180\r\nParentImage: C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\r\nParentCommandLine: \"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\" -ExecutionPolicy Bypass -NonInteractive -File \"C:\\ludus\\background\\set-bg.ps1\"\r\nParentUser: cell-c\\domainadmin"
}
Detection Patterns #
1213 rules
Sigma
Elastic
Splunk
32 rules
Elastic
Splunk
27 rules
Elastic
24 rules
Elastic
Show All Detection Patterns
23 rules
Elastic
Splunk
Network Connection
19 rules
Elastic
13 rules
Splunk
Network Connection
6 rules
Elastic
Registry Value Modified Sysmon
Share Access Sysmon
Defense Impairment: Modify Registry
First Time Seen
1 rule
1 rule
Credential Access: DCSync
1 rule
Splunk
1 rule
1 rule
Execution: Exploitation for Client Execution
1 rule
Persistence: Create or Modify System Process
1 rule
Stealth: Process Hollowing
1 rule
Stealth: Create Process with Token
1 rule
Stealth: Msiexec
1 rule
Credential Access: NTDS
1 rule
Lateral Movement: Exploitation of Remote Services
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
event.type | eq | start | 239 rules | elastic |
Image | ends_with | \powershell.exe | 162 rules | sigma |
Image | ends_with | \pwsh.exe | 150 rules | sigma |
Image | ends_with | \cmd.exe | 117 rules | sigma |
Image | ends_with | \rundll32.exe | 81 rules | sigma |
Image | ends_with | \cscript.exe | 60 rules | sigma |
Image | ends_with | \wscript.exe | 60 rules | sigma |
Image | ends_with | \wmic.exe | 58 rules | sigma |
OriginalFileName | eq | powershell.exe | 120 rules | elastic, sigma, splunk |
OriginalFileName | eq | pwsh.dll | 112 rules | elastic, sigma, splunk |
OriginalFileName | eq | cmd.exe | 64 rules | elastic, sigma, splunk |
OriginalFileName | eq | wmic.exe | 63 rules | elastic, sigma, splunk |
OriginalFileName | eq | rundll32.exe | 62 rules | elastic, sigma, splunk |
process_name | eq | powershell.exe | 95 rules | elastic, splunk |
process_name | eq | cmd.exe | 73 rules | elastic, splunk |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1560, T1560.001T1560, T1560.001Splunk # view in coverage
T1219sc.exe service utility on a host machine. It leverages Sysmon EventCode 1 logs to identify instances where sc.exe is executed more frequently than normal within a 15-minute window.…T1569, T1569.002T1059, T1059.007Kusto # view in coverage
Refer to our M365 blog for details on use during the Solorigate attack: https://www.microsoft.com/security/blog/2021/01/20/deep-dive-into-the-solorigate-second-stage-activation-from-sunburst-to-teardrop-and-raindrop/T1204T1546, T1546.008T1021, T1021.003YARA-L # view in coverage
T1550, T1550.001T1059, T1059.001T1505, T1505.003
References #
Event ID 2: A process changed a file creation time
#Description
The change **file creation time** event is registered when a file creation time is explicitly modified by a process. This event helps tracking the real creation time of a file. Attackers may change the file creation time of a backdoor to make it look like it was installed with the operating system. Note that many processes legitimately change the creation time of a file; it does not necessarily indicate malicious activity.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that changed the file creation time | |
ProcessId UInt32 | Process ID used by the OS to identify the process changing the file creation time | |
Image UnicodeString | File path of the process that changed the file creation time | 13 detection rules |
TargetFilename UnicodeString | Full path name of the file | 7 detection rules |
CreationUtcTime UnicodeString | New creation time of the file | 1 detection rule |
PreviousCreationUtcTime UnicodeString | Previous creation time of the file | 1 detection rule |
User UnicodeString | Name of the account who changed the file creation time of a file |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 2,
"version": 5,
"level": 4,
"task": 2,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T13:31:51.7752086+00:00",
"event_record_id": 17461544,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 13:31:51.770",
"ProcessGuid": "{8a99384c-5bb9-6a2d-3605-000000001000}",
"ProcessId": "7796",
"Image": "C:\\Windows\\system32\\wbem\\wmiprvse.exe",
"TargetFilename": "C:\\Windows\\Temp\\B776E034-9102-4917-A2BF-152F782EA60A\\WimProvider.dll",
"CreationUtcTime": "2026-06-13 13:31:38.052",
"PreviousCreationUtcTime": "2026-06-13 13:31:38.052",
"User": "NT AUTHORITY\\SYSTEM"
},
"message": "File creation time changed:\r\nRuleName: -\r\nUtcTime: 2026-06-13 13:31:51.770\r\nProcessGuid: {8a99384c-5bb9-6a2d-3605-000000001000}\r\nProcessId: 7796\r\nImage: C:\\Windows\\system32\\wbem\\wmiprvse.exe\r\nTargetFilename: C:\\Windows\\Temp\\B776E034-9102-4917-A2BF-152F782EA60A\\WimProvider.dll\r\nCreationUtcTime: 2026-06-13 13:31:38.052\r\nPreviousCreationUtcTime: 2026-06-13 13:31:38.052\r\nUser: NT AUTHORITY\\SYSTEM"
}
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Image | ends_with | \dns.exe | 1 rule | sigma |
Provider_Name | eq | Microsoft-Windows-Sysmon | 1 rule | elastic |
TargetFilename | wildcard | ?:\programdata\* | 1 rule | elastic |
TargetFilename | wildcard | ?:\programdata\microsoft\windows\start menu\programs\startup\* | 1 rule | elastic |
TargetFilename | wildcard | ?:\users\*\appdata\roaming\microsoft\windows\start menu\programs\startup\* | 1 rule | elastic |
TargetFilename | wildcard | ?:\users\public\* | 1 rule | elastic |
TargetFilename | wildcard | ?:\windows\system32\* | 1 rule | elastic |
TargetFilename | wildcard | ?:\windows\syswow64\* | 1 rule | elastic |
file.extension | eq | dll | 1 rule | elastic |
file.extension | eq | exe | 1 rule | elastic |
file.extension | eq | lnk | 1 rule | elastic |
file.extension | eq | msi | 1 rule | elastic |
file.extension | eq | pif | 1 rule | elastic |
file.extension | eq | scr | 1 rule | elastic |
file.extension | eq | sys | 1 rule | elastic |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1133T1070, T1070.006Elastic # view in coverage
T1070, T1070.006YARA-L # view in coverage
T1505, T1505.003↳ also matches Event ID 11: FileCreate, Event ID 23: FileDelete (File Delete archived)
References #
Event ID 3: Network connection
#Description
The **network connection** event logs TCP/UDP connections on the machine. It is disabled by default. Each connection is linked to a process through the ProcessId and ProcessGUID fields. The event also contains the source and destination host names IP addresses, port numbers and IPv6 status.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that made the network connection | |
ProcessId UInt32 | Process ID used by the OS to identify the process that made the network connection | |
Image UnicodeString | File path of the process that made the network connection | 394 detection rules |
User UnicodeString | Name of the account who made the network connection. It usually contains domain name and user name | 8 detection rules |
Protocol UnicodeString | Protocol being used for the network connection. Sysmon emits the literal lowercase transport name rather than the IANA protocol number; tcp / udp are the only values produced by the kernel transport callback that drives this event. Known values
| 8 detection rules |
Initiated Boolean | Indicates whether the process initiated the TCP connection | 49 detection rules |
SourceIsIpv6 Boolean | Is the source IP an IPv6 | 1 detection rule |
SourceIp UnicodeString | Source IP address that made the network connection | 3 detection rules |
SourceHostname UnicodeString | Name of the host that made the network connection | 1 detection rule |
SourcePort UInt16 | Source port number | 3 detection rules |
SourcePortName UnicodeString | Name of the source port being used (i.e. netbios-dgm) | |
DestinationIsIpv6 Boolean | Is the destination IP an IPv6 | 1 detection rule |
DestinationIp UnicodeString | Destination IP address | 72 detection rules |
DestinationHostname UnicodeString | Name of the host that received the network connection | 557 detection rules |
DestinationPort UInt16 | Destination port number | 141 detection rules |
DestinationPortName UnicodeString | Name of the destination port | 4 detection rules |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 3,
"version": 5,
"level": 4,
"task": 3,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:09:46.6013699+00:00",
"event_record_id": 17613679,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5404
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 14:09:43.178",
"ProcessGuid": "{8a99384c-e92c-6a2c-0c00-000000001000}",
"ProcessId": "896",
"Image": "C:\\Windows\\System32\\lsass.exe",
"User": "NT AUTHORITY\\SYSTEM",
"Protocol": "tcp",
"Initiated": "false",
"SourceIsIpv6": "false",
"SourceIp": "127.0.0.1",
"SourceHostname": "telemetry-DC-c.cell-c.ludus.domain",
"SourcePort": "57872",
"SourcePortName": "-",
"DestinationIsIpv6": "false",
"DestinationIp": "127.0.0.1",
"DestinationHostname": "telemetry-DC-c.cell-c.ludus.domain",
"DestinationPort": "389",
"DestinationPortName": "ldap"
},
"message": "Network connection detected:\r\nRuleName: -\r\nUtcTime: 2026-06-13 14:09:43.178\r\nProcessGuid: {8a99384c-e92c-6a2c-0c00-000000001000}\r\nProcessId: 896\r\nImage: C:\\Windows\\System32\\lsass.exe\r\nUser: NT AUTHORITY\\SYSTEM\r\nProtocol: tcp\r\nInitiated: false\r\nSourceIsIpv6: false\r\nSourceIp: 127.0.0.1\r\nSourceHostname: telemetry-DC-c.cell-c.ludus.domain\r\nSourcePort: 57872\r\nSourcePortName: -\r\nDestinationIsIpv6: false\r\nDestinationIp: 127.0.0.1\r\nDestinationHostname: telemetry-DC-c.cell-c.ludus.domain\r\nDestinationPort: 389\r\nDestinationPortName: ldap"
}
Detection Patterns #
32 rules
Elastic
Splunk
27 rules
Elastic
24 rules
Elastic
21 rules
Elastic
Splunk
Network Connection
19 rules
Elastic
Show All Detection Patterns
Asim Network Session Schema
Asim Network Session Schema
Network Connection
6 rules
Elastic
Remote File Download
1 rule
Discovery: Domain Account
Defense Impairment: Disable or Modify System Firewall
1 rule
Command & Control: Web Protocols
1 rule
Collection: Data from Local System
1 rule
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Initiated | eq | true | 48 rules | sigma |
Initiated | eq | incoming | 10 rules | elastic |
Initiated | eq | ingress | 10 rules | elastic |
Initiated | eq | egress | 5 rules | elastic |
event.type | eq | start | 26 rules | elastic |
src_ip | is_not_null | | 6 rules | elastic, kusto |
src_ip | ne | 127.0.0.1 | 11 rules | elastic |
src_ip | ne | ::1 | 10 rules | elastic |
Protocol | eq | tcp | 8 rules | elastic, sigma |
DestinationPort | eq | 80 | 7 rules | elastic, kusto, sigma |
DestinationPort | eq | 443 | 5 rules | sigma |
DestinationPort | ne | 0 | 7 rules | splunk |
graph.metadata.entity_type (Chronicle) | eq | IP_ADDRESS | 7 rules | chronicle |
graph.metadata.source_type (Chronicle) | eq | GLOBAL_CONTEXT | 6 rules | chronicle |
process_name | eq | rundll32.exe | 6 rules | elastic, splunk |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1218T1087T1105Elastic # view in coverage
T1016, T1082, T1552, T1552.005, T1580T1071, T1071.001, T1090, T1090.002, T1102, T1102.001T1071, T1071.004, T1127, T1127.001, T1218Splunk # view in coverage
T1218, T1218.009T1218, T1218.009T1105, T1218, T1567Kusto # view in coverage
T1071
Installation from an iso file don't require network connection most of the time. Activities deviating from these situations can be considered as highly suspicious. Below queries detects opening a mounted image, process creation under a mounted image, and network connection from a process created under a mounted image.
All detections can be used seperately or combined together to generate a higher fidelity alert. WARNING: Check your Sysmon parsing functions and verify you have the logs. Using "Rendered Description" field for parsing causes parsing issues for registry events. Detect opening of a mounted image:↳ also matches Event ID 1: Process creation, Event ID 11: FileCreate, Event ID 13: RegistryEvent (Value Set) YARA-L # view in coverage
T1021, T1021.006T1204, T1204.002
References #
Event ID 4: Sysmon service state changed
#Description
The service state change event reports the state of the Sysmon service (started or stopped).
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
UtcTime UnicodeString | Time in UTC when event was created | |
State UnicodeString | Sysmon service state (i.e. stopped) Known values
| 2 detection rules |
Version UnicodeString | Sysmon version | |
SchemaVersion UnicodeString | Sysmon config schema version |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 4,
"version": 3,
"level": 4,
"task": 4,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T13:41:34.1645578+00:00",
"event_record_id": 6120906,
"correlation": {},
"execution": {
"process_id": 3872,
"thread_id": 5252
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-d.cell-d.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"UtcTime": "2026-06-13 13:41:34.151",
"State": "Started",
"Version": "15.20",
"SchemaVersion": "4.91"
},
"message": "Sysmon service state changed:\r\nUtcTime: 2026-06-13 13:41:34.151\r\nState: Started\r\nVersion: 15.20\r\nSchemaVersion: 4.91"
}
Detection Patterns #
Stealth: Hide Artifacts
1 rule
References #
Event ID 5: Process terminated
#Description
The **process terminate** event reports when a process terminates. It provides the UtcTime, ProcessGuid and ProcessId of the process.
Message #
Fields #
| Name | Description |
|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID |
UtcTime UnicodeString | Time in UTC when event was created |
ProcessGuid GUID | Process GUID of the process that terminated |
ProcessId UInt32 | Process ID used by the OS to identify the process that terminated |
Image UnicodeString | File path of the process that terminated |
User UnicodeString | Name of the account that terminated the process. |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 5,
"version": 3,
"level": 4,
"task": 5,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:09:29.7402157+00:00",
"event_record_id": 17612823,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 14:09:29.726",
"ProcessGuid": "{8a99384c-6499-6a2d-a205-000000001000}",
"ProcessId": "7704",
"Image": "C:\\ludus\\background\\bginfo.exe",
"User": "cell-c\\domainadmin"
},
"message": "Process terminated:\r\nRuleName: -\r\nUtcTime: 2026-06-13 14:09:29.726\r\nProcessGuid: {8a99384c-6499-6a2d-a205-000000001000}\r\nProcessId: 7704\r\nImage: C:\\ludus\\background\\bginfo.exe\r\nUser: cell-c\\domainadmin"
}
Detection Patterns #
Privilege Escalation: Bypass User Account Control
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
CommandLine | contains | -r | 2 rules | kusto |
CommandLine | contains | -s | 2 rules | kusto |
CommandLine | contains | -exclusionpath | 1 rule | kusto |
CommandLine | contains | -exec bypass -w 1 -enc | 1 rule | kusto |
CommandLine | contains | -k gpsvcgroup | 1 rule | kusto |
CommandLine | contains | -q | 1 rule | kusto |
CommandLine | contains | -s gpsvc | 1 rule | kusto |
CommandLine | contains | /set | 1 rule | kusto |
CommandLine | contains | accepteula | 1 rule | kusto |
CommandLine | contains | adinfo | 1 rule | kusto |
CommandLine | contains | advfirewall | 1 rule | kusto |
CommandLine | contains | computers_pwdnotreqd | 1 rule | kusto |
CommandLine | contains | dclist | 1 rule | kusto |
CommandLine | contains | dcmodes | 1 rule | kusto |
Process | contains | powershell.exe | 2 rules | kusto |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Splunk # view in coverage
T1486T1489
References #
Event ID 6: Driver loaded
#Description
The **driver loaded** events provides information about a driver being loaded on the system. The configured hashes are provided as well as signature information. The signature is created asynchronously for performance reasons and indicates if the file was removed after loading.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString | Time in UTC when event was created | |
ImageLoaded UnicodeString | Full path of the driver loaded | 370 detection rules |
Hashes UnicodeString | Hashes captured by Sysmon driver | 5259 detection rules |
Signed UnicodeString | Whether the loaded driver is signed | |
Signature UnicodeString | The signer | 2 detection rules |
SignatureStatus UnicodeString | Status of the signature (i.e. valid) |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 6,
"version": 4,
"level": 4,
"task": 6,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T13:42:26.1541821+00:00",
"event_record_id": 6170407,
"correlation": {},
"execution": {
"process_id": 3872,
"thread_id": 5268
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-d.cell-d.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 13:41:41.166",
"ImageLoaded": "C:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\4.18.26050.15-0\\Drivers\\WdNisDrv.sys",
"Hashes": "SHA1=F34854FEBF0D58F5F9C2F3081DA0C384E031CC48,MD5=D91B0982401E5C29F1E584228A774142,SHA256=8F98F2093E6373F1D275AAD30D9EF08ECFCE453F6ED02243FD284BDB6012377E,IMPHASH=FBF34F374D5BBC52DBDD4925A27836EF",
"Signed": "true",
"Signature": "Microsoft Windows",
"SignatureStatus": "Valid"
},
"message": "Driver loaded:\r\nRuleName: -\r\nUtcTime: 2026-06-13 13:41:41.166\r\nImageLoaded: C:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\4.18.26050.15-0\\Drivers\\WdNisDrv.sys\r\nHashes: SHA1=F34854FEBF0D58F5F9C2F3081DA0C384E031CC48,MD5=D91B0982401E5C29F1E584228A774142,SHA256=8F98F2093E6373F1D275AAD30D9EF08ECFCE453F6ED02243FD284BDB6012377E,IMPHASH=FBF34F374D5BBC52DBDD4925A27836EF\r\nSigned: true\r\nSignature: Microsoft Windows\r\nSignatureStatus: Valid"
}
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Hashes | contains | imphash=28dc68bb6d6bf4f6b2db8dd7588b2511 | 2 rules | sigma |
Hashes | contains | imphash=45bfe170e0cd654bc1e2ae3fca3ac3f4 | 2 rules | sigma |
Hashes | contains | imphash=821d74031d3f625bcbd0df08b70f1e77 | 2 rules | sigma |
Hashes | contains | imphash=d41fa95d4642dc981f10de36f4dc8cd7 | 2 rules | sigma |
Hashes | contains | imphash=f86759bb4de4320918615dc06e998a39 | 2 rules | sigma |
ImageLoaded | contains | \temp\ | 1 rule | sigma |
ImageLoaded | ends_with | \kprocesshacker.sys | 2 rules | sigma |
ImageLoaded | ends_with | \winring0.sys | 2 rules | sigma |
process_id | eq | 4 | 2 rules | elastic |
dll.code_signature.exists | eq | false | 1 rule | elastic |
dll.code_signature.status | eq | errorexpired | 1 rule | elastic |
dll.code_signature.status | eq | errorrevoked | 1 rule | elastic |
dll.code_signature.trusted | eq | false | 1 rule | elastic |
is_driver | eq | true | 1 rule | splunk |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1068, T1543, T1543.003T1068, T1543, T1543.003T1543Elastic # view in coverage
T1036, T1036.001T1036, T1036.001, T1068, T1553, T1553.002Splunk # view in coverage
T1014, T1068T1543, T1543.003T1543, T1543.003
References #
Event ID 7: Image loaded
#Description
The **image loaded** event logs when a module is loaded in a specific process. This event is disabled by default and needs to be configured with the -l option. It indicates the process in which the module is loaded, hashes and signature information. The signature is created asynchronously for performance reasons and indicates if the file was removed after loading. This event should be configured carefully, as monitoring all image load events will generate a large number of events.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that loaded the image | |
ProcessId UInt32 | Process ID used by the OS to identify the process that loaded the image | |
Image UnicodeString | File path of the process that loaded the image | 545 detection rules |
ImageLoaded UnicodeString | Full path of the image loaded | 1018 detection rules |
FileVersion UnicodeString | Version of the image loaded | 1 detection rule |
Description UnicodeString | Description of the image loaded | 7 detection rules |
Product UnicodeString | Product name that the loaded image belongs to | 5 detection rules |
Company UnicodeString | Company name that the loaded image belongs to | 6 detection rules |
OriginalFileName UnicodeString | Original file name from the PE header, useful for detecting renamed modules | 30 detection rules |
Hashes UnicodeString | Hash of the file contents using the algorithms specified in the HashType field | 18 detection rules |
Signed UnicodeString | Is the image loaded signed | 26 detection rules |
Signature UnicodeString | The signer | 6 detection rules |
SignatureStatus UnicodeString | Status of the signature (i.e. valid) | 20 detection rules |
User UnicodeString | Name of the account that loaded the image. | 3 detection rules |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 7,
"version": 3,
"level": 4,
"task": 7,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:09:29.7375531+00:00",
"event_record_id": 17612821,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 14:09:29.726",
"ProcessGuid": "{8a99384c-6499-6a2d-a205-000000001000}",
"ProcessId": "7704",
"Image": "C:\\ludus\\background\\bginfo.exe",
"ImageLoaded": "C:\\Windows\\SysWOW64\\CoreMessaging.dll",
"FileVersion": "10.0.20348.1 (WinBuild.160101.0800)",
"Description": "Microsoft CoreMessaging Dll",
"Product": "Microsoft® Windows® Operating System",
"Company": "Microsoft Corporation",
"OriginalFileName": "CoreMessaging.dll",
"Hashes": "SHA1=3461F4349EF97F0FDE633219894DA0F67F4A69BC,MD5=A8D1AC93678A40577CD19E7561D7A714,SHA256=7BF17030A0FFABA28D8322D466718DE8CF499CD1B72B7D7B50543E6D93914998,IMPHASH=345E67613280BA4F965702CB83E693FE",
"Signed": "true",
"Signature": "Microsoft Windows",
"SignatureStatus": "Valid",
"User": "cell-c\\domainadmin"
},
"message": "Image loaded:\r\nRuleName: -\r\nUtcTime: 2026-06-13 14:09:29.726\r\nProcessGuid: {8a99384c-6499-6a2d-a205-000000001000}\r\nProcessId: 7704\r\nImage: C:\\ludus\\background\\bginfo.exe\r\nImageLoaded: C:\\Windows\\SysWOW64\\CoreMessaging.dll\r\nFileVersion: 10.0.20348.1 (WinBuild.160101.0800)\r\nDescription: Microsoft CoreMessaging Dll\r\nProduct: Microsoft® Windows® Operating System\r\nCompany: Microsoft Corporation\r\nOriginalFileName: CoreMessaging.dll\r\nHashes: SHA1=3461F4349EF97F0FDE633219894DA0F67F4A69BC,MD5=A8D1AC93678A40577CD19E7561D7A714,SHA256=7BF17030A0FFABA28D8322D466718DE8CF499CD1B72B7D7B50543E6D93914998,IMPHASH=345E67613280BA4F965702CB83E693FE\r\nSigned: true\r\nSignature: Microsoft Windows\r\nSignatureStatus: Valid\r\nUser: cell-c\\domainadmin"
}
Detection Patterns #
Discovery: Domain Account
Execution: Exploitation for Client Execution
1 rule
Show All Detection Patterns
Persistence: Create or Modify System Process
1 rule
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Signed | eq | false | 9 rules | sigma, splunk |
Image | contains | :\users\public\ | 4 rules | sigma |
Image | ends_with | \excel.exe | 8 rules | sigma |
Image | ends_with | \outlook.exe | 7 rules | sigma |
Image | ends_with | \winword.exe | 7 rules | sigma |
Image | ends_with | \powerpnt.exe | 6 rules | sigma |
Image | ends_with | \rundll32.exe | 6 rules | sigma |
Image | ends_with | \mspub.exe | 5 rules | sigma |
Image | ends_with | \onenote.exe | 5 rules | sigma |
Image | ends_with | \onenoteim.exe | 5 rules | sigma |
Image | ends_with | \svchost.exe | 4 rules | kusto, sigma |
EventType | eq | load | 6 rules | elastic |
ImageLoaded | ends_with | .dll | 6 rules | sigma, splunk |
ImageLoaded | ends_with | \dbgcore.dll | 6 rules | sigma |
ImageLoaded | ends_with | \dbghelp.dll | 6 rules | sigma |
Community Notes #
Image loaded. Generated when a process loads a DLL into memory, ie, side-loading.
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1059T1218, T1218.003Elastic # view in coverage
T1003, T1556, T1556.007, T1574, T1574.001T1003, T1003.001, T1547, T1547.005T1036, T1036.001, T1036.005, T1553, T1553.002, T1554Splunk # view in coverage
T1218, T1218.003T1055, T1055.001T1059, T1059.007YARA-L # view in coverage
T1219↳ also matches Event ID 1: Process creation, Event ID 11: FileCreate, Event ID 17: PipeEvent (Pipe Created), Event ID 18: PipeEvent (Pipe Connected)
References #
Event ID 8: CreateRemoteThread
#Description
The **CreateRemoteThread** event detects when a process creates a thread in another process. This technique is used by malware to inject code and hide in other processes. The event indicates the source and target process. It gives information on the code that will be run in the new thread: StartAddress, StartModule and StartFunction. Note that StartModule and StartFunction fields are inferred, they might be empty if the starting address is outside loaded modules or known exported functions.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString | Time in UTC when event was created | |
SourceProcessGuid GUID | Process GUID of the source process that created a thread in another process | |
SourceProcessId UInt32 | Process ID used by the OS to identify the source process that created a thread in another process | |
SourceImage UnicodeString | File path of the source process that created a thread in another process | 112 detection rules |
TargetProcessGuid GUID | Process GUID of the target process | |
TargetProcessId UInt32 | Process ID used by the OS to identify the target process | |
TargetImage UnicodeString | File path of the target process | 186 detection rules |
NewThreadId UInt32 | ID of the new thread created in the target process | |
StartAddress UnicodeString | New thread start address | 3 detection rules |
StartModule UnicodeString | Module where the new thread starts execution, resolved from the thread start address | 1 detection rule |
StartFunction UnicodeString | Exported function where the new thread starts, if the start address matches a known export | 4 detection rules |
SourceUser UnicodeString | Name of the account of the source process that created a thread in another process. | |
TargetUser UnicodeString | Name of the account of the target process |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 8,
"version": 2,
"level": 4,
"task": 8,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:08:51.1140624+00:00",
"event_record_id": 17610309,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 14:08:51.101",
"SourceProcessGuid": "{8a99384c-e939-6a2c-5900-000000001000}",
"SourceProcessId": "4028",
"SourceImage": "C:\\Tools\\RPCFW_2.2.5\\rpcFwManager.exe",
"TargetProcessGuid": "{8a99384c-6471-6a2d-a005-000000001000}",
"TargetProcessId": "7864",
"TargetImage": "C:\\Windows\\System32\\wsmprovhost.exe",
"NewThreadId": "8000",
"StartAddress": "0x00007FF9A37401F0",
"StartModule": "C:\\Windows\\System32\\KERNEL32.DLL",
"StartFunction": "LoadLibraryA",
"SourceUser": "NT AUTHORITY\\SYSTEM",
"TargetUser": "cell-c\\domainadmin"
},
"message": "CreateRemoteThread detected:\r\nRuleName: -\r\nUtcTime: 2026-06-13 14:08:51.101\r\nSourceProcessGuid: {8a99384c-e939-6a2c-5900-000000001000}\r\nSourceProcessId: 4028\r\nSourceImage: C:\\Tools\\RPCFW_2.2.5\\rpcFwManager.exe\r\nTargetProcessGuid: {8a99384c-6471-6a2d-a005-000000001000}\r\nTargetProcessId: 7864\r\nTargetImage: C:\\Windows\\System32\\wsmprovhost.exe\r\nNewThreadId: 8000\r\nStartAddress: 0x00007FF9A37401F0\r\nStartModule: C:\\Windows\\System32\\KERNEL32.DLL\r\nStartFunction: LoadLibraryA\r\nSourceUser: NT AUTHORITY\\SYSTEM\r\nTargetUser: cell-c\\domainadmin"
}
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
SourceImage | contains | :\temp\ | 1 rule | sigma |
SourceImage | contains | :\users\public\ | 1 rule | sigma |
SourceImage | ends_with | \powershell.exe | 3 rules | sigma |
SourceImage | ends_with | \pwsh.exe | 3 rules | sigma |
SourceImage | ends_with | \excel.exe | 2 rules | sigma |
SourceImage | ends_with | \winword.exe | 2 rules | sigma |
TargetImage | ends_with | \lsass.exe | 2 rules | sigma |
TargetImage | ends_with | \rundll32.exe | 2 rules | sigma |
TargetImage | ends_with | \\lsass.exe | 1 rule | splunk |
TargetImage | ends_with | \calc.exe | 1 rule | sigma |
TargetImage | ends_with | \calculator.exe | 1 rule | sigma |
TargetImage | in | *\\cmd.exe | 2 rules | splunk |
TargetImage | in | *\\explorer.exe | 2 rules | splunk |
TargetImage | in | *\\powershell.exe | 2 rules | splunk |
Provider_Name | eq | Microsoft-Windows-Sysmon | 1 rule | elastic |
Community Notes #
CreateRemoteThread. Detects some process-injection methods.
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1055, T1055.012, T1059, T1059.005, T1059.007, T1218T1055, T1055.001T1555, T1555.005Elastic # view in coverage
T1055, T1127, T1127.001Splunk # view in coverage
cmd.exe and powershell.exe. It leverages Sysmon EventCode 8 to identify the creation of remote threads within these shell…T1055T1003, T1003.001T1055
References #
Event ID 9: RawAccessRead
#Description
The **RawAccessRead** event detects when a process conducts reading operations from the drive using the .\ denotation. This technique is often used by malware for data exfiltration of files that are locked for reading, as well as to avoid file access auditing tools. The event indicates the source process and target device.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that conducted reading operations from the drive | |
ProcessId UInt32 | Process ID used by the OS to identify the process that conducted reading operations from the drive | |
Image UnicodeString | File path of the process that conducted reading operations from the drive | 36 detection rules |
Device UnicodeString | Target device | 5 detection rules |
User UnicodeString | Name of the account of the process that conducted reading operations from the drive |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 9,
"version": 2,
"level": 4,
"task": 9,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:23:56.8470704+00:00",
"event_record_id": 16041099,
"correlation": {},
"execution": {
"process_id": 4008,
"thread_id": 5284
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-b.cell-b.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 14:23:56.843",
"ProcessGuid": "{8a99384c-c2a8-6a19-9400-000000000f00}",
"ProcessId": "6120",
"Image": "C:\\Windows\\System32\\svchost.exe",
"Device": "\\Device\\HarddiskVolume1",
"User": "NT AUTHORITY\\SYSTEM"
},
"message": "RawAccessRead detected:\r\nRuleName: -\r\nUtcTime: 2026-06-13 14:23:56.843\r\nProcessGuid: {8a99384c-c2a8-6a19-9400-000000000f00}\r\nProcessId: 6120\r\nImage: C:\\Windows\\System32\\svchost.exe\r\nDevice: \\Device\\HarddiskVolume1\r\nUser: NT AUTHORITY\\SYSTEM"
}
Community Notes #
RawAccessRead, may indicate direct disk reads of ntds.dit, SAM, or page files for offline hash extraction.
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1006Splunk # view in coverage
T1561, T1561.002T1561, T1561.002
References #
Event ID 10: ProcessAccess
#Description
The **process accessed** event reports when a process opens another process, an operation that's often followed by information queries or reading and writing the address space of the target process. This enables detection of hacking tools that read the memory contents of processes like Local Security Authority (Lsass.exe) in order to steal credentials for use in Pass-the-Hash attacks. Enabling it can generate significant amounts of logging if there are diagnostic utilities active that repeatedly open processes to query their state, so it generally should only be done so with filters that remove expected accesses.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString | Time in UTC when event was created | |
SourceProcessGUID GUID | ||
SourceProcessId UInt32 | Process ID used by the os to identify the source process that opened another process. Derived partially from the EPROCESS kernel structure | |
SourceThreadId UInt32 | ID of the specific thread inside of the source process that opened another process | |
SourceImage UnicodeString | File path of the source process that opened another process | 296 detection rules |
TargetProcessGUID GUID | ||
TargetProcessId UInt32 | Process ID used by the OS to identify the target process | |
TargetImage UnicodeString | File path of the target process | 113 detection rules |
GrantedAccess HexInt32 | The access flags (bitmask) associated with the process rights requested for the target process Process access rights reference | 199 detection rules |
CallTrace UnicodeString | Stack trace of where OpenProcess is called, including the DLL and relative virtual address of each function in the call stack | 52 detection rules |
SourceUser UnicodeString | Name of the account of the source process that opened another process. | 6 detection rules |
TargetUser UnicodeString | Name of the account of the target process |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 10,
"version": 3,
"level": 4,
"task": 10,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:09:58.2417162+00:00",
"event_record_id": 17614233,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 14:09:58.226",
"SourceProcessGUID": "{8a99384c-e93e-6a2c-7000-000000001000}",
"SourceProcessId": "5508",
"SourceThreadId": "6764",
"SourceImage": "C:\\Windows\\system32\\wbem\\wmiprvse.exe",
"TargetProcessGUID": "{8a99384c-e976-6a2c-b900-000000001000}",
"TargetProcessId": "6984",
"TargetImage": "C:\\Windows\\System32\\RuntimeBroker.exe",
"GrantedAccess": "0x1410",
"CallTrace": "C:\\Windows\\SYSTEM32\\ntdll.dll+9f3b4|C:\\Windows\\System32\\KERNELBASE.dll+2aafe|C:\\Windows\\system32\\wbem\\cimwin32.dll+e3a5|C:\\Windows\\system32\\wbem\\cimwin32.dll+ea1c|C:\\Windows\\SYSTEM32\\framedynos.dll+4006|C:\\Windows\\SYSTEM32\\framedynos.dll+4e74|C:\\Windows\\system32\\wbem\\wmiprvse.exe+180e|C:\\Windows\\system32\\wbem\\wmiprvse.exe+1420|C:\\Windows\\System32\\RPCRT4.dll+749d3|C:\\Windows\\System32\\RPCRT4.dll+2f745|C:\\Windows\\System32\\combase.dll+c373b|C:\\Windows\\System32\\RPCRT4.dll+58a85|C:\\Windows\\System32\\combase.dll+9e2fd|C:\\Windows\\System32\\combase.dll+9e08e|C:\\Windows\\System32\\combase.dll+c9de6|C:\\Windows\\System32\\combase.dll+658bd|C:\\Windows\\System32\\combase.dll+ba051|C:\\Windows\\System32\\combase.dll+4b4ce|C:\\Windows\\System32\\combase.dll+49f0f|C:\\Windows\\System32\\combase.dll+48839|C:\\Windows\\System32\\RPCRT4.dll+57ff2|C:\\Windows\\System32\\RPCRT4.dll+4762f|C:\\Windows\\System32\\RPCRT4.dll+47258|C:\\Windows\\System32\\RPCRT4.dll+1d1a3",
"SourceUser": "NT AUTHORITY\\NETWORK SERVICE",
"TargetUser": "cell-c\\domainadmin"
},
"message": "Process accessed:\r\nRuleName: -\r\nUtcTime: 2026-06-13 14:09:58.226\r\nSourceProcessGUID: {8a99384c-e93e-6a2c-7000-000000001000}\r\nSourceProcessId: 5508\r\nSourceThreadId: 6764\r\nSourceImage: C:\\Windows\\system32\\wbem\\wmiprvse.exe\r\nTargetProcessGUID: {8a99384c-e976-6a2c-b900-000000001000}\r\nTargetProcessId: 6984\r\nTargetImage: C:\\Windows\\System32\\RuntimeBroker.exe\r\nGrantedAccess: 0x1410\r\nCallTrace: C:\\Windows\\SYSTEM32\\ntdll.dll+9f3b4|C:\\Windows\\System32\\KERNELBASE.dll+2aafe|C:\\Windows\\system32\\wbem\\cimwin32.dll+e3a5|C:\\Windows\\system32\\wbem\\cimwin32.dll+ea1c|C:\\Windows\\SYSTEM32\\framedynos.dll+4006|C:\\Windows\\SYSTEM32\\framedynos.dll+4e74|C:\\Windows\\system32\\wbem\\wmiprvse.exe+180e|C:\\Windows\\system32\\wbem\\wmiprvse.exe+1420|C:\\Windows\\System32\\RPCRT4.dll+749d3|C:\\Windows\\System32\\RPCRT4.dll+2f745|C:\\Windows\\System32\\combase.dll+c373b|C:\\Windows\\System32\\RPCRT4.dll+58a85|C:\\Windows\\System32\\combase.dll+9e2fd|C:\\Windows\\System32\\combase.dll+9e08e|C:\\Windows\\System32\\combase.dll+c9de6|C:\\Windows\\System32\\combase.dll+658bd|C:\\Windows\\System32\\combase.dll+ba051|C:\\Windows\\System32\\combase.dll+4b4ce|C:\\Windows\\System32\\combase.dll+49f0f|C:\\Windows\\System32\\combase.dll+48839|C:\\Windows\\System32\\RPCRT4.dll+57ff2|C:\\Windows\\System32\\RPCRT4.dll+4762f|C:\\Windows\\System32\\RPCRT4.dll+47258|C:\\Windows\\System32\\RPCRT4.dll+1d1a3\r\nSourceUser: NT AUTHORITY\\NETWORK SERVICE\r\nTargetUser: cell-c\\domainadmin"
}
Detection Patterns #
Credential Access: DCSync
1 rule
Splunk
Stealth: Process Hollowing
1 rule
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
TargetImage | ends_with | \lsass.exe | 14 rules | sigma |
TargetImage | ends_with | lsass.exe | 5 rules | splunk |
GrantedAccess | ends_with | 0x14c2 | 4 rules | sigma |
GrantedAccess | ends_with | 10 | 4 rules | sigma |
GrantedAccess | ends_with | 18 | 4 rules | sigma |
GrantedAccess | ends_with | 1a | 4 rules | sigma |
GrantedAccess | ends_with | 30 | 4 rules | sigma |
GrantedAccess | ends_with | 38 | 4 rules | sigma |
GrantedAccess | ends_with | 3a | 4 rules | sigma |
GrantedAccess | ends_with | 50 | 4 rules | sigma |
GrantedAccess | ends_with | 58 | 4 rules | sigma |
GrantedAccess | eq | 0x1fffff | 9 rules | kusto, sigma, splunk |
CallTrace | contains | unknown | 5 rules | elastic, sigma |
CallTrace | contains | dbgcore.dll | 4 rules | kusto, sigma, splunk |
CallTrace | contains | dbghelp.dll | 4 rules | kusto, sigma, splunk |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1218, T1218.003, T1559, T1559.001T1106, T1685T1003, T1003.001Elastic # view in coverage
T1003, T1003.001T1003, T1003.001T1003, T1003.001, T1106Splunk # view in coverage
T1003, T1003.001T1003, T1003.001T1550, T1550.003Kusto # view in coverage
T1003, T1003.001YARA-L # view in coverage
T1003, T1003.001T1003, T1003.001T1003, T1003.001
References #
Event ID 11: FileCreate
#Description
**File create** operations are logged when a file is created or overwritten. This event is useful for monitoring autostart locations, like the Startup folder, as well as temporary and download directories, which are common places malware drops during initial infection.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that created the file | |
ProcessId UInt32 | Process ID used by the OS to identify the process that created the file | |
Image UnicodeString | File path of the process that created the file | 491 detection rules |
TargetFilename UnicodeString | Name of the file | 1797 detection rules |
CreationUtcTime UnicodeString | File creation time | 4 detection rules |
User UnicodeString | Name of the account who created the file | 2 detection rules |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 11,
"version": 2,
"level": 4,
"task": 11,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:09:34.7524084+00:00",
"event_record_id": 17613105,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 14:09:34.741",
"ProcessGuid": "{8a99384c-e971-6a2c-b200-000000001000}",
"ProcessId": "6816",
"Image": "C:\\Windows\\Explorer.EXE",
"TargetFilename": "C:\\Users\\domainadmin\\AppData\\Roaming\\Microsoft\\Windows\\Themes\\CachedFiles\\CachedImage_1024_768_POS1.jpg",
"CreationUtcTime": "2026-06-13 14:09:34.741",
"User": "cell-c\\domainadmin"
},
"message": "File created:\r\nRuleName: -\r\nUtcTime: 2026-06-13 14:09:34.741\r\nProcessGuid: {8a99384c-e971-6a2c-b200-000000001000}\r\nProcessId: 6816\r\nImage: C:\\Windows\\Explorer.EXE\r\nTargetFilename: C:\\Users\\domainadmin\\AppData\\Roaming\\Microsoft\\Windows\\Themes\\CachedFiles\\CachedImage_1024_768_POS1.jpg\r\nCreationUtcTime: 2026-06-13 14:09:34.741\r\nUser: cell-c\\domainadmin"
}
Detection Patterns #
Threat Hunting Hash
Share Access Sysmon
Workflow File Creation
Show All Detection Patterns
Remote File Download
Hash And Ip Iocs
1 rule
1 rule
Initial Access: Exploit Public-Facing Application
1 rule
Execution: Exploitation for Client Execution
1 rule
Persistence: Boot or Logon Autostart Execution
1 rule
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
TargetFilename | ends_with | .dll | 23 rules | sigma |
TargetFilename | ends_with | .exe | 21 rules | sigma, splunk |
TargetFilename | ends_with | .vbs | 18 rules | sigma |
TargetFilename | ends_with | .bat | 17 rules | sigma |
TargetFilename | ends_with | .ps1 | 17 rules | sigma |
TargetFilename | ends_with | .vbe | 16 rules | sigma |
TargetFilename | ends_with | .hta | 14 rules | sigma |
TargetFilename | ends_with | .js | 10 rules | sigma |
TargetFilename | starts_with | c:\users\ | 10 rules | elastic, sigma |
event.type | eq | creation | 18 rules | elastic |
Image | ends_with | \powershell.exe | 13 rules | sigma |
Image | ends_with | \pwsh.exe | 12 rules | sigma |
Image | ends_with | \mshta.exe | 11 rules | sigma |
Image | ends_with | \cmd.exe | 8 rules | sigma |
event_action | eq | created | 9 rules | splunk |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1001, T1001.003T1046T1219, T1219.002Elastic # view in coverage
T1105, T1219T1003, T1558T1003, T1003.002, T1021, T1021.002, T1048Splunk # view in coverage
T1114, T1114.001T1204, T1204.002T1485Kusto # view in coverage
T1003, T1003.001
Installation from an iso file don't require network connection most of the time. Activities deviating from these situations can be considered as highly suspicious. Below queries detects opening a mounted image, process creation under a mounted image, and network connection from a process created under a mounted image.
All detections can be used seperately or combined together to generate a higher fidelity alert. WARNING: Check your Sysmon parsing functions and verify you have the logs. Using "Rendered Description" field for parsing causes parsing issues for registry events. Detect opening of a mounted image:↳ also matches Event ID 1: Process creation, Event ID 3: Network connection, Event ID 13: RegistryEvent (Value Set) YARA-L # view in coverage
T1505, T1505.003T1505, T1505.003T1505, T1505.003↳ also matches Event ID 2: A process changed a file creation time, Event ID 23: FileDelete (File Delete archived)
References #
Event ID 12: RegistryEvent (Object create and delete)
#Description
**Registry key and value create and delete** operations map to this event type, which can be useful for monitoring for changes to Registry autostart locations, or specific malware registry modifications.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
EventType UnicodeString | Registry event. Either Create or Delete Known values
| 19 detection rules |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that created or deleted a registry key | |
ProcessId UInt32 | Process ID used by the OS to identify the process that created or deleted a registry key | |
Image UnicodeString | File path of the process that created or deleted a registry key | 21 detection rules |
TargetObject UnicodeString | Complete path of the registry key | 177 detection rules |
User UnicodeString | The name of the account that created or deleted a registry key or value | 2 detection rules |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 12,
"version": 2,
"level": 4,
"task": 12,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:09:44.0868063+00:00",
"event_record_id": 17613579,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"EventType": "CreateKey",
"UtcTime": "2026-06-13 14:09:44.085",
"ProcessGuid": "{8a99384c-e939-6a2c-5500-000000001000}",
"ProcessId": "3932",
"Image": "C:\\Windows\\ADWS\\Microsoft.ActiveDirectory.WebServices.exe",
"TargetObject": "HKLM\\System\\CurrentControlSet\\Services\\Tcpip\\Parameters",
"User": "NT AUTHORITY\\SYSTEM"
},
"message": "Registry object added or deleted:\r\nRuleName: -\r\nEventType: CreateKey\r\nUtcTime: 2026-06-13 14:09:44.085\r\nProcessGuid: {8a99384c-e939-6a2c-5500-000000001000}\r\nProcessId: 3932\r\nImage: C:\\Windows\\ADWS\\Microsoft.ActiveDirectory.WebServices.exe\r\nTargetObject: HKLM\\System\\CurrentControlSet\\Services\\Tcpip\\Parameters\r\nUser: NT AUTHORITY\\SYSTEM"
}
Detection Patterns #
109 rules
Sigma
Elastic
Splunk
90 rules
Sigma
Elastic
Splunk
73 rules
Sigma
Elastic
Splunk
62 rules
Sigma
Elastic
Splunk
55 rules
Sigma
Elastic
Splunk
Show All Detection Patterns
53 rules
Sigma
Elastic
Splunk
9 rules
Sigma
Uac Bypass
9 rules
Elastic
Splunk
Execution: PowerShell
8 rules
Sigma
8 rules
Sigma
Stealth: Msiexec
Registry Key Modification
Defense Impairment: Modify Registry
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
event.type | eq | change | 44 rules | elastic |
Details | ends_with | .dll | 3 rules | elastic |
Details | eq | 1 | 8 rules | elastic, kusto |
Details | eq | 0 | 7 rules | elastic |
Details | eq | 0x00000000 | 7 rules | elastic |
Details | eq | 0x00000001 | 7 rules | elastic |
Details | is_not_null | | 9 rules | elastic |
Details | length_compare | 0 | 4 rules | elastic |
Details | length_compare | > | 4 rules | elastic |
EventType | eq | setvalue | 5 rules | sigma |
EventType | eq | deleted | 4 rules | splunk |
EventType | eq | createkey | 3 rules | sigma |
EventType | in | RegistryKeyCreated | 5 rules | kusto |
EventType | in | RegistryValueSet | 5 rules | kusto |
Image | is_not_null | | 3 rules | elastic |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1112T1112Splunk # view in coverage
T1685T1112T1053, T1053.005, T1685YARA-L # view in coverage
T1090↳ also matches Event ID 1: Process creation, Event ID 13: RegistryEvent (Value Set)
References #
Event ID 13: RegistryEvent (Value Set)
#Description
This Registry event type identifies **Registry value modifications**. The event records the value written for Registry values of type DWORD and QWORD.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
EventType UnicodeString | Registry value modification event | 27 detection rules |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that modified a registry value | |
ProcessId UInt32 | Process ID used by the OS to identify the process that modified a registry value | |
Image UnicodeString | File path of the process that modified a registry value | 326 detection rules |
TargetObject UnicodeString | Complete path of the registry key | 992 detection rules |
Details UnicodeString | Details added to the registry key | 1031 detection rules |
User UnicodeString | The name of the account that modified a registry value. | 4 detection rules |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 13,
"version": 2,
"level": 4,
"task": 13,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:09:29.7259683+00:00",
"event_record_id": 17612810,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"EventType": "SetValue",
"UtcTime": "2026-06-13 14:09:29.710",
"ProcessGuid": "{8a99384c-6499-6a2d-a205-000000001000}",
"ProcessId": "7704",
"Image": "C:\\ludus\\background\\bginfo.exe",
"TargetObject": "HKU\\S-1-5-21-1006758700-2167138679-1475694448-1105\\Software\\Winternals\\BGInfo\\WindowPosition",
"Details": "Binary Data",
"User": "cell-c\\domainadmin"
},
"message": "Registry value set:\r\nRuleName: -\r\nEventType: SetValue\r\nUtcTime: 2026-06-13 14:09:29.710\r\nProcessGuid: {8a99384c-6499-6a2d-a205-000000001000}\r\nProcessId: 7704\r\nImage: C:\\ludus\\background\\bginfo.exe\r\nTargetObject: HKU\\S-1-5-21-1006758700-2167138679-1475694448-1105\\Software\\Winternals\\BGInfo\\WindowPosition\r\nDetails: Binary Data\r\nUser: cell-c\\domainadmin"
}
Detection Patterns #
110 rules
Sigma
Elastic
Splunk
90 rules
Sigma
Elastic
Splunk
74 rules
Sigma
Elastic
Splunk
67 rules
Sigma
Elastic
Splunk
56 rules
Sigma
Elastic
Splunk
Show All Detection Patterns
54 rules
Sigma
Elastic
Splunk
Defense Impairment: Modify Registry
48 rules
Sigma
Elastic
Splunk
13 rules
Splunk
Uac Bypass
12 rules
Elastic
Splunk
9 rules
Sigma
Elastic
9 rules
Sigma
Execution: PowerShell
8 rules
Sigma
Stealth: Msiexec
Registry Key Modification
Key Creation Modification
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Details | contains | powershell | 10 rules | chronicle, sigma |
Details | contains | \appdata\local\temp\ | 7 rules | sigma |
Details | contains | %temp% | 5 rules | chronicle, sigma |
Details | ends_with | .dll | 8 rules | elastic, sigma, splunk |
Details | eq | 0x00000001 | 59 rules | elastic, splunk |
Details | eq | 0x00000000 | 40 rules | elastic, splunk |
Details | eq | dword (0x00000001) | 40 rules | chronicle, sigma |
Details | eq | dword (0x00000000) | 38 rules | chronicle, sigma |
Details | eq | 1 | 10 rules | elastic, kusto, splunk |
Details | eq | dword (0x00000002) | 10 rules | chronicle, sigma |
Details | eq | 0 | 8 rules | elastic, sigma |
Details | is_not_null | | 54 rules | elastic, splunk |
event.type | eq | change | 44 rules | elastic |
EventType | eq | modified | 7 rules | splunk |
EventType | eq | setvalue | 6 rules | sigma |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1685T1564, T1564.001T1547, T1547.010Splunk # view in coverage
T1547, T1547.014T1021, T1021.001T1548Kusto # view in coverage
T1098T1546, T1546.009T1546, T1546.010YARA-L # view in coverage
T1112T1547, T1547.001T1547, T1547.001
References #
Event ID 14: RegistryEvent (Key and Value Rename)
#Description
**Registry key and value rename** operations map to this event type, recording the new name of the key or value that was renamed.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
EventType UnicodeString → string | Registry event. Registry key and value renamed Known values
| 4 detection rules |
UtcTime UnicodeString → string | Time in UTC when event was created | |
ProcessGuid GUID → GUID | Process GUID of the process that renamed a registry value and key | |
ProcessId UInt32 → PID | Process ID used by the OS to identify the process that renamed a registry value and key | |
Image UnicodeString → string | File path of the process that renamed a registry value and key | 35 detection rules |
TargetObject UnicodeString → string | Complete path of the registry key | 27 detection rules |
NewName UnicodeString → string | New name of the registry key | |
RuleName UnicodeString → string | custom tag mapped to event. i.e ATT&CK technique ID | |
User UnicodeString → string |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385f-c22a-43e0-bf4c-06f5698ffbd9}",
"event_source_name": "",
"event_id": 14,
"version": 2,
"level": 4,
"task": 14,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2026-05-29T23:53:07.2285127+00:00",
"event_record_id": 160620,
"correlation": {},
"execution": {
"process_id": 11572,
"thread_id": 11700
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "DESKTOP-FF3N5XK.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"EventType": "RenameKey",
"UtcTime": "2026-05-29 23:53:07.227",
"ProcessGuid": "{e124ce79-26e3-6a1a-dc11-000000000700}",
"ProcessId": "11804",
"Image": "C:\\caps\\dwrename.exe",
"TargetObject": "HKU\\S-1-5-21-3798294047-1846905762-1150995898-1000\\Software\\dwtest_key",
"NewName": "HKU\\S-1-5-21-3798294047-1846905762-1150995898-1000\\Software\\dwtest_key_renamed",
"User": "DESKTOP-FF3N5XK\\localuser"
},
"message": "Registry object renamed:\r\nRuleName: -\r\nEventType: RenameKey\r\nUtcTime: 2026-05-29 23:53:07.227\r\nProcessGuid: {e124ce79-26e3-6a1a-dc11-000000000700}\r\nProcessId: 11804\r\nImage: C:\\caps\\dwrename.exe\r\nTargetObject: HKU\\S-1-5-21-3798294047-1846905762-1150995898-1000\\Software\\dwtest_key\r\nNewName: HKU\\S-1-5-21-3798294047-1846905762-1150995898-1000\\Software\\dwtest_key_renamed\r\nUser: DESKTOP-FF3N5XK\\localuser"
}
Detection Patterns #
96 rules
Sigma
Elastic
Splunk
66 rules
Sigma
Elastic
Splunk
51 rules
Sigma
Elastic
Splunk
49 rules
Sigma
Elastic
Splunk
Defense Impairment: Modify Registry
48 rules
Sigma
Elastic
Splunk
Show All Detection Patterns
9 rules
Sigma
Execution: PowerShell
8 rules
Sigma
8 rules
Sigma
Privilege Escalation: Bypass User Account Control
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
event.type | eq | change | 44 rules | elastic |
Details | ends_with | .dll | 3 rules | elastic |
Details | eq | 1 | 8 rules | elastic, kusto |
Details | eq | 0 | 7 rules | elastic |
Details | eq | 0x00000000 | 7 rules | elastic |
Details | eq | 0x00000001 | 7 rules | elastic |
Details | is_not_null | | 9 rules | elastic |
Details | length_compare | 0 | 4 rules | elastic |
Details | length_compare | > | 4 rules | elastic |
EventType | eq | deletevalue | 4 rules | sigma |
EventType | eq | setvalue | 4 rules | sigma |
Image | is_not_null | | 3 rules | elastic |
TargetObject | contains | \software\microsoft\windows nt\currentversion\schedule\taskcache\tree\ | 3 rules | sigma |
TargetObject | wildcard | hkey_users\*\software\microsoft\windows\currentversion\policies\explorer\run\* | 3 rules | elastic |
TargetObject | wildcard | hklm\software\microsoft\windows\currentversion\policies\explorer\run\* | 3 rules | elastic |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1685T1113
References #
Event ID 15: FileCreateStreamHash
#Description
This event logs when a **named file stream is created**, and it generates events that log the hash of the contents of the file to which the stream is assigned (the unnamed stream), as well as the contents of the named stream. There are malware variants that drop their executables or configuration settings via browser downloads, and this event is aimed at capturing that based on the browser attaching a Zone.Identifier "mark of the web" stream.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that created the named file stream | |
ProcessId UInt32 | Process ID used by the OS to identify the process that created the named file stream | |
Image UnicodeString | File path of the process that created the named file stream | 24 detection rules |
TargetFilename UnicodeString | Name of the file | 76 detection rules |
CreationUtcTime UnicodeString | File download time | |
Hash UnicodeString | Hash of the file contents using the algorithms specified in the HashType field | 104 detection rules |
Contents UnicodeString | Content of the named file stream (e.g., Zone.Identifier) | 86 detection rules |
User UnicodeString |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 15,
"version": 2,
"level": 4,
"task": 15,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T13:42:03.6658910+00:00",
"event_record_id": 6137955,
"correlation": {},
"execution": {
"process_id": 3872,
"thread_id": 5252
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-d.cell-d.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 13:42:03.651",
"ProcessGuid": "{8a99384c-5e0b-6a2d-4c00-000000000a00}",
"ProcessId": "3488",
"Image": "C:\\Windows\\system32\\DFSRs.exe",
"TargetFilename": "C:\\Windows\\SYSVOL\\staging\\domain\\ContentSet{F961A193-E171-4E37-B0B3-7E1394CCD8E0}-{02199C3B-68C2-47D3-88A0-F16A83088C75}:ReplicatedFolderList",
"CreationUtcTime": "2026-05-28 00:46:59.105",
"Hash": "SHA1=13D7A18758C123CD4479C81E4B2D70301C31F7C3,MD5=2CB80232D48F726137F136C129FB2D2D,SHA256=F0336167989447F25357C51FEF44D321E40A6310DD8DD2FEFF37B8E55E4543A0,IMPHASH=00000000000000000000000000000000",
"Contents": "{",
"User": "F"
},
"message": "File stream created:\r\nRuleName: -\r\nUtcTime: 2026-06-13 13:42:03.651\r\nProcessGuid: {8a99384c-5e0b-6a2d-4c00-000000000a00}\r\nProcessId: 3488\r\nImage: C:\\Windows\\system32\\DFSRs.exe\r\nTargetFilename: C:\\Windows\\SYSVOL\\staging\\domain\\ContentSet{F961A193-E171-4E37-B0B3-7E1394CCD8E0}-{02199C3B-68C2-47D3-88A0-F16A83088C75}:ReplicatedFolderList\r\nCreationUtcTime: 2026-05-28 00:46:59.105\r\nHash: SHA1=13D7A18758C123CD4479C81E4B2D70301C31F7C3,MD5=2CB80232D48F726137F136C129FB2D2D,SHA256=F0336167989447F25357C51FEF44D321E40A6310DD8DD2FEFF37B8E55E4543A0,IMPHASH=00000000000000000000000000000000\r\nContents: {\r\nUser: F"
}
Detection Patterns #
1 rule
Command & Control: Web Protocols
1 rule
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
TargetFilename | contains | .bat:zone | 3 rules | sigma |
TargetFilename | contains | .dll:zone | 3 rules | sigma |
TargetFilename | contains | .exe:zone | 3 rules | sigma |
TargetFilename | contains | .hta:zone | 3 rules | sigma |
TargetFilename | contains | .ps1:zone | 3 rules | sigma |
TargetFilename | contains | .vbe:zone | 3 rules | sigma |
TargetFilename | contains | .vbs:zone | 3 rules | sigma |
TargetFilename | contains | .xll:zone | 3 rules | sigma |
TargetFilename | ends_with | :zone.identifier | 3 rules | sigma, splunk |
Contents | contains | .githubusercontent.com | 2 rules | sigma |
Contents | contains | 0x0.st | 2 rules | sigma |
Contents | contains | anonfiles.com | 2 rules | sigma |
Contents | contains | bashupload.com | 2 rules | sigma |
Contents | contains | cdn.discordapp.com | 2 rules | sigma |
Contents | contains | chunk.io | 2 rules | sigma |
Community Notes #
May contain Mark of the Web, referrer, and host URL data.
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1564, T1564.004T1564, T1564.004Splunk # view in coverage
T1105T1564, T1564.004T1564, T1564.004
References #
Event ID 16: ServiceConfigurationChange
#Description
This event logs changes in the Sysmon configuration.
Message #
Fields #
| Name | Description |
|---|---|
UtcTime UnicodeString → string | Time in UTC when event was created |
Configuration UnicodeString → string | Name of the Sysmon config file being updated |
ConfigurationFileHash UnicodeString → string | Hash (SHA1) of the Sysmon config file being updated |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "5770385F-C22A-43E0-BF4C-06F5698FFBD9",
"event_source_name": "",
"event_id": 16,
"version": 3,
"level": 4,
"task": 16,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2023-11-06T00:47:11.932399+00:00",
"event_record_id": 994662,
"correlation": {},
"execution": {
"process_id": 8688,
"thread_id": 13092
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-21-1992711665-1655669231-58201500-1000"
}
},
"event_data": {
"UtcTime": "2023-11-06 00:47:11.921",
"Configuration": "C:\\Users\\User\\Downloads\\Sysmon\\sysmonconfig-trace.xml",
"ConfigurationFileHash": "SHA256=43F367924B48AF65F121C0D369E7971C0757CC35D984C71887A5840987E154F9"
},
"message": ""
}
Detection Patterns #
Stealth: Hide Artifacts
1 rule
Community Notes #
May indicate an attacker attempting to reduce visibility prior to staging a payload.
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
References #
- Microsoft Learn
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
- OSSEM-DD
Event ID 17: PipeEvent (Pipe Created)
#Description
This event generates when a **named pipe is created**. Malware often uses named pipes for interprocess communication.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
EventType UnicodeString | The type of pipe event (CreatePipe) | 8 detection rules |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that created the pipe | |
ProcessId UInt32 | Process ID used by the OS to identify the process that created the pipe | |
PipeName UnicodeString | Name of the pipe created | 104 detection rules |
Image UnicodeString | File path of the process that created the pipe | 60 detection rules |
User UnicodeString | The name of the account that created the named pipe. |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 17,
"version": 1,
"level": 4,
"task": 17,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:08:49.4169649+00:00",
"event_record_id": 17610185,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"EventType": "CreatePipe",
"UtcTime": "2026-06-13 14:08:49.413",
"ProcessGuid": "{8a99384c-6471-6a2d-a005-000000001000}",
"ProcessId": "7864",
"PipeName": "\\PSHost.134258333292497101.7864.DefaultAppDomain.wsmprovhost",
"Image": "C:\\Windows\\system32\\wsmprovhost.exe",
"User": "cell-c\\domainadmin"
},
"message": "Pipe Created:\r\nRuleName: -\r\nEventType: CreatePipe\r\nUtcTime: 2026-06-13 14:08:49.413\r\nProcessGuid: {8a99384c-6471-6a2d-a005-000000001000}\r\nProcessId: 7864\r\nPipeName: \\PSHost.134258333292497101.7864.DefaultAppDomain.wsmprovhost\r\nImage: C:\\Windows\\system32\\wsmprovhost.exe\r\nUser: cell-c\\domainadmin"
}
Detection Patterns #
Named Pipe
30 rules
Sigma
Splunk
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
EventType | in | connectpipe | 4 rules | splunk |
EventType | in | createpipe | 4 rules | splunk |
tool | is_not_null | | 4 rules | splunk |
PipeName | eq | \psexesvc | 2 rules | sigma |
PipeName | eq | \sdlrpc | 2 rules | sigma |
PipeName | starts_with | \PSHost | 2 rules | sigma |
AccessList | contains | %%4418 | 1 rule | kusto |
Hashes | is_not_null | | 1 rule | chronicle |
Image | contains | :\users\public\ | 1 rule | sigma |
Image | contains | :\windows\temp\ | 1 rule | sigma |
Image | contains | \appdata\local\temp\ | 1 rule | sigma |
Image | contains | \desktop\ | 1 rule | sigma |
Image | contains | \downloads\ | 1 rule | sigma |
Image | ends_with | \scrcons.exe | 1 rule | sigma |
Provider_Name | eq | Microsoft-Windows-Sysmon | 1 rule | elastic |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
Elastic # view in coverage
T1134, T1134.001YARA-L # view in coverage
T1219↳ also matches Event ID 1: Process creation, Event ID 7: Image loaded, Event ID 11: FileCreate, Event ID 18: PipeEvent (Pipe Connected)
References #
Event ID 18: PipeEvent (Pipe Connected)
#Description
This event logs when a named pipe connection is made between a client and a server.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
EventType UnicodeString | The type of pipe event (ConnectPipe) | |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that connected the pipe | |
ProcessId UInt32 | Process ID used by the OS to identify the process that connected the pipe | |
PipeName UnicodeString | Name of the pipe connected | 1 detection rule |
Image UnicodeString | File path of the process that connected the pipe | |
User UnicodeString | The name of the account that made a named pipe connection. |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 18,
"version": 1,
"level": 4,
"task": 18,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:09:29.4179487+00:00",
"event_record_id": 17612764,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"EventType": "ConnectPipe",
"UtcTime": "2026-06-13 14:09:29.413",
"ProcessGuid": "{8a99384c-6499-6a2d-a205-000000001000}",
"ProcessId": "7704",
"PipeName": "\\srvsvc",
"Image": "C:\\ludus\\background\\bginfo.exe",
"User": "cell-c\\domainadmin"
},
"message": "Pipe Connected:\r\nRuleName: -\r\nEventType: ConnectPipe\r\nUtcTime: 2026-06-13 14:09:29.413\r\nProcessGuid: {8a99384c-6499-6a2d-a205-000000001000}\r\nProcessId: 7704\r\nPipeName: \\srvsvc\r\nImage: C:\\ludus\\background\\bginfo.exe\r\nUser: cell-c\\domainadmin"
}
Detection Patterns #
Named Pipe
30 rules
Sigma
Splunk
Named Pipe
14 rules
Sigma
Splunk
Collection: Data from Local System
1 rule
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
EventType | in | connectpipe | 4 rules | splunk |
EventType | in | createpipe | 4 rules | splunk |
tool | is_not_null | | 4 rules | splunk |
Computer | eq | adfs_servers | 2 rules | kusto |
PipeName | eq | \psexesvc | 2 rules | sigma |
PipeName | eq | \sdlrpc | 2 rules | sigma |
PipeName | starts_with | \PSHost | 2 rules | sigma |
AccessList | contains | %%4418 | 1 rule | kusto |
DestinationPort | eq | 80 | 1 rule | kusto |
Image | contains | :\users\public\ | 1 rule | sigma |
Image | contains | :\windows\temp\ | 1 rule | sigma |
Image | contains | \appdata\local\temp\ | 1 rule | sigma |
Image | contains | \desktop\ | 1 rule | sigma |
Image | contains | \downloads\ | 1 rule | sigma |
Image | ends_with | \scrcons.exe | 1 rule | sigma |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
Kusto # view in coverage
T1005YARA-L # view in coverage
T1219↳ also matches Event ID 1: Process creation, Event ID 7: Image loaded, Event ID 11: FileCreate, Event ID 17: PipeEvent (Pipe Created)
References #
Event ID 19: WmiEvent (WmiEventFilter activity detected)
#Description
When a WMI event filter is registered, this event logs the WMI namespace, filter name and filter expression.
Message #
Fields #
| Name | Description |
|---|---|
RuleName UnicodeString → string | Custom tag mapped to event, i.e. ATT&CK technique ID |
EventType UnicodeString → string | WMI event type |
UtcTime UnicodeString → string | Time in UTC when event was created |
Operation UnicodeString → string | WMI event filter operation Known values
|
User UnicodeString → string | User that created the WMI filter |
EventNamespace UnicodeString → string | Event namespace where the WMI class is registered |
Name UnicodeString → string | WMI filter name being created |
Query UnicodeString → string | WMI filter query |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "5770385F-C22A-43E0-BF4C-06F5698FFBD9",
"event_source_name": "",
"event_id": 19,
"version": 3,
"level": 4,
"task": 19,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2019-07-19T14:54:57.044623Z",
"event_record_id": 4055,
"correlation": {},
"execution": {
"process_id": 2796,
"thread_id": 1776
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "MSEDGEWIN10",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "",
"EventType": "WmiFilterEvent",
"UtcTime": "2019-07-19 14:54:57.041",
"Operation": "Created",
"User": "MSEDGEWIN10\\IEUser",
"EventNamespace": " \"root\\\\CimV2\"",
"Name": " \"AtomicRedTeam-WMIPersistence-Example\"",
"Query": " \"SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA 'Win32_PerfFormattedData_PerfOS_System' AND TargetInstance.SystemUpTime >= 240 AND TargetInstance.SystemUpTime < 325\""
}
}
Detection Patterns #
WMI Consumer
Lateral Movement: Exploitation of Remote Services
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
CommandLine | contains | rundll32 | 1 rule | kusto |
Computer | eq | adfs_servers | 1 rule | kusto |
References #
- Microsoft Learn
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
- OSSEM-DD
Event ID 20: WmiEvent (WmiEventConsumer activity detected)
#Description
This event logs the **registration of WMI consumers**, recording the consumer name, log, and destination.
Message #
Fields #
| Name | Description |
|---|---|
RuleName UnicodeString → string | Custom tag mapped to event, i.e. ATT&CK technique ID |
EventType UnicodeString → string | WMI event type |
UtcTime UnicodeString → string | Time in UTC when event was created |
Operation UnicodeString → string | WMI consumer operation (e.g., Created, Deleted) Known values
|
User UnicodeString → string | User that created the WMI consumer |
Name UnicodeString → string | Name of the consumer created |
Type UnicodeString → string | Type of WMI consumer |
Destination UnicodeString → string | Destination or command executed by the WMI consumer |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "5770385F-C22A-43E0-BF4C-06F5698FFBD9",
"event_source_name": "",
"event_id": 20,
"version": 3,
"level": 4,
"task": 20,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2019-07-19T14:54:58.819106Z",
"event_record_id": 4056,
"correlation": {},
"execution": {
"process_id": 2796,
"thread_id": 1776
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "MSEDGEWIN10",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "",
"EventType": "WmiConsumerEvent",
"UtcTime": "2019-07-19 14:54:58.807",
"Operation": "Created",
"User": "MSEDGEWIN10\\IEUser",
"Name": " \"AtomicRedTeam-WMIPersistence-Example\"",
"Type": "Command Line",
"Destination": " \"C:\\\\Windows\\\\System32\\\\notepad.exe\""
}
}
Detection Patterns #
WMI Consumer
Lateral Movement: Exploitation of Remote Services
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
CommandLine | contains | rundll32 | 1 rule | kusto |
Computer | eq | adfs_servers | 1 rule | kusto |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Splunk # view in coverage
T1546, T1546.003
References #
- Microsoft Learn
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
- OSSEM-DD
Event ID 21: WmiEvent (WmiEventConsumerToFilter activity detected)
#Description
When a consumer binds to a filter, this event logs the consumer name and filter path.
Message #
Fields #
| Name | Description |
|---|---|
RuleName UnicodeString → string | Custom tag mapped to event, i.e. ATT&CK technique ID |
EventType UnicodeString → string | WMI event type |
UtcTime UnicodeString → string | Time in UTC when event was created |
Operation UnicodeString → string | WMI consumer-to-filter binding operation Known values
|
User UnicodeString → string | User that created the WMI consumer-to-filter binding |
Consumer UnicodeString → string | Consumer created to bind |
Filter UnicodeString → string | Filter created to bind |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "5770385F-C22A-43E0-BF4C-06F5698FFBD9",
"event_source_name": "",
"event_id": 21,
"version": 3,
"level": 4,
"task": 21,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2019-07-19T14:57:02.378480Z",
"event_record_id": 4057,
"correlation": {},
"execution": {
"process_id": 2796,
"thread_id": 4356
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "MSEDGEWIN10",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "",
"EventType": "WmiBindingEvent",
"UtcTime": "2019-07-19 14:57:02.369",
"Operation": "Created",
"User": "MSEDGEWIN10\\IEUser",
"Consumer": " \"\\\\\\\\.\\\\ROOT\\\\subscription:CommandLineEventConsumer.Name=\\\"AtomicRedTeam-WMIPersistence-Example\\\"\"",
"Filter": " \"\\\\\\\\.\\\\ROOT\\\\subscription:__EventFilter.Name=\\\"AtomicRedTeam-WMIPersistence-Example\\\"\""
}
}
Detection Patterns #
WMI Consumer
Lateral Movement: Exploitation of Remote Services
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
CommandLine | contains | rundll32 | 1 rule | kusto |
Computer | eq | adfs_servers | 1 rule | kusto |
data_stream.dataset | eq | windows.sysmon_operational | 1 rule | elastic |
Community Notes #
May surface registration of WMI event-based auto-runs that survive reboots.
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Elastic # view in coverage
T1546, T1546.003Splunk # view in coverage
T1546, T1546.003
References #
- Microsoft Learn
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
- OSSEM-DD
Event ID 22: DNSEvent (DNS query)
#Description
This event generates when a process executes a **DNS query**, whether the result is successful or fails, cached or not.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString | Time in UTC when event was created | |
ProcessGuid GUID | Process GUID of the process that executed the DNS query | |
ProcessId UInt32 | Process ID of the process that executed the DNS query | |
QueryName UnicodeString | DNS query name | 342 detection rules |
QueryStatus UnicodeString | DNS query status Known values
| |
QueryResults UnicodeString | DNS query results | |
Image UnicodeString | The full path related to the process that executed the DNS query | 226 detection rules |
User UnicodeString | The name of the account that executes a DNS Query. |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 22,
"version": 5,
"level": 4,
"task": 22,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:09:53.5641227+00:00",
"event_record_id": 6320060,
"correlation": {},
"execution": {
"process_id": 3872,
"thread_id": 5372
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-d.cell-d.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 14:09:52.247",
"ProcessGuid": "{8a99384c-5e0c-6a2d-5d00-000000000a00}",
"ProcessId": "3872",
"QueryName": "172.210.232.199.in-addr.arpa.",
"QueryStatus": "9003",
"QueryResults": "-",
"Image": "C:\\Windows\\Sysmon64.exe",
"User": "NT AUTHORITY\\SYSTEM"
},
"message": "Dns query:\r\nRuleName: -\r\nUtcTime: 2026-06-13 14:09:52.247\r\nProcessGuid: {8a99384c-5e0c-6a2d-5d00-000000000a00}\r\nProcessId: 3872\r\nQueryName: 172.210.232.199.in-addr.arpa.\r\nQueryStatus: 9003\r\nQueryResults: -\r\nImage: C:\\Windows\\Sysmon64.exe\r\nUser: NT AUTHORITY\\SYSTEM"
}
Detection Patterns #
1 rule
Execution: Exploitation for Client Execution
1 rule
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
graph.metadata.entity_type (Chronicle) | eq | DOMAIN_NAME | 5 rules | chronicle |
QueryName | eq | * | 3 rules | splunk |
QueryName | is_not_null | | 4 rules | elastic, kusto |
score | ge | 5 | 4 rules | kusto |
EventTime_t | cross_field_compare | min_t | 3 rules | kusto |
ValidUntil | is_null | | 3 rules | kusto |
Category | eq | AzureFirewallApplicationRule | 2 rules | kusto |
DnsQueryTypeName | in | A | 2 rules | kusto |
DnsQueryTypeName | in | AAAA | 2 rules | kusto |
DnsResponseName | is_not_null | | 2 rules | kusto |
EventResultDetails_s | eq | NXDOMAIN | 2 rules | kusto |
EventType | eq | lookup_requested | 2 rules | elastic |
EventType | in | dnsevent (dns query) | 2 rules | elastic |
EventType | in | lookup_requested | 2 rules | elastic |
Image | in | *\\appdata\\* | 2 rules | splunk |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1567, T1567.002T1105T1071, T1071.001, T1572Elastic # view in coverage
T1219, T1219.002T1048, T1048.003, T1572T1016, T1016.001, T1614Splunk # view in coverage
T1590T1071, T1071.004T1218Kusto # view in coverage
T1496T1048T1008, T1568YARA-L # view in coverage
T1016↳ also matches Event ID 1: Process creation
References #
Event ID 23: FileDelete (File Delete archived)
#Description
A file was deleted. Additionally the deleted file is saved in the ArchiveDirectory.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString → string | Custom tag mapped to event, i.e. ATT&CK technique ID | |
UtcTime UnicodeString → string | Time in UTC when event was created | |
ProcessGuid GUID → GUID | Process GUID of the process that deleted the file | |
ProcessId UInt32 → PID | Process ID used by the OS to identify the process that deleted the file | |
User UnicodeString → string | Name of the account who deleted the file. | 2 detection rules |
Image UnicodeString → string | File path of the process that deleted the file | 22 detection rules |
TargetFilename UnicodeString → string | Full path name of the deleted file | 79 detection rules |
Hashes UnicodeString → string | Hashes captured by the Sysmon driver of the deleted file | |
IsExecutable Boolean → boolean | Whether the deleted file is a PE executable | |
Archived UnicodeString → string | States if the file was archived when deleted |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "5770385F-C22A-43E0-BF4C-06F5698FFBD9",
"event_source_name": "",
"event_id": 23,
"version": 5,
"level": 4,
"task": 23,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2020-10-20T11:50:55.461859Z",
"event_record_id": 769,
"correlation": {},
"execution": {
"process_id": 7212,
"thread_id": 9748
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "DESKTOP-NTSSLJD",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2020-10-20 11:50:55.457",
"ProcessGuid": "23F38D93-CF1F-5F8E-CA08-000000000C00",
"ProcessId": 8736,
"User": "DESKTOP-NTSSLJD\\den",
"Image": "C:\\Program Files\\Internet Explorer\\IEInstal.exe",
"TargetFilename": "C:\\Users\\den\\AppData\\Local\\Temp\\dfcc1807-03a1-4ae1-ab29-5675b285edea\\consent.exe.dat",
"Hashes": "SHA1=6BFB38629570909D3D9EEDFC783A948CE7849105,MD5=EE2A1C85C472F89B146CC8EE598CCCBC,SHA256=19FD0010DA92B654D1CA270247061A39EA13C0A58529FD8257A97E2EF7794911,IMPHASH=522D83761201075834F05037F5307949",
"IsExecutable": true,
"Archived": "true"
}
}
Detection Patterns #
26 rules
Sigma
Elastic
Threat Hunting Hash
Hash And Ip Iocs
Initial Access: Exploit Public-Facing Application
1 rule
Show All Detection Patterns
Execution: Exploitation for Client Execution
1 rule
Persistence: Boot or Logon Autostart Execution
1 rule
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Hashes[0] | eq | sha256 | 3 rules | kusto |
TargetFilename | ends_with | :zone.identifier | 3 rules | sigma, splunk |
TargetFilename | ends_with | .log | 2 rules | sigma |
event.type | eq | deletion | 3 rules | elastic |
ClientIP | eq | IPList | 2 rules | kusto |
DestinationIP | eq | IPList | 2 rules | kusto |
EventType | eq | FileCreated | 2 rules | kusto |
Hashes | is_not_null | | 2 rules | kusto |
Hashes[1] | contains | sha256hashes | 2 rules | kusto |
IPAddresses | eq | IPList | 2 rules | kusto |
InitiatingProcessSHA256 | eq | sha256hashes | 2 rules | kusto |
Message | contains | iplist | 2 rules | kusto |
ObservableKey | contains | file:hashes | 2 rules | kusto |
ObservableValue | is_not_null | | 2 rules | kusto |
SourceIP | eq | IPList | 2 rules | kusto |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
YARA-L # view in coverage
T1505, T1505.003↳ also matches Event ID 2: A process changed a file creation time, Event ID 11: FileCreate
References #
- Microsoft Learn
- Example event sourced from https://github.com/Yamato-Security/hayabusa-sample-evtx
- OSSEM-DD
Event ID 24: ClipboardChange (New content in the clipboard)
#Description
This event is generated when the system clipboard contents change.
Message #
Fields #
| Name | Description |
|---|---|
RuleName UnicodeString → string | |
UtcTime UnicodeString → string | |
ProcessGuid GUID → GUID | |
ProcessId UInt32 → PID | |
Image UnicodeString → string | |
Session UInt32 → unsignedInt | |
ClientInfo UnicodeString → string | |
Hashes UnicodeString → string | |
Archived UnicodeString → string | |
User UnicodeString → string |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "5770385F-C22A-43E0-BF4C-06F5698FFBD9",
"event_source_name": "",
"event_id": 24,
"version": 5,
"level": 4,
"task": 24,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2023-11-06T01:34:43.177918+00:00",
"event_record_id": 1300545,
"correlation": {},
"execution": {
"process_id": 7064,
"thread_id": 18652
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2023-11-06 01:34:43.168",
"ProcessGuid": "E56ADA26-3DE0-6548-E908-000000000D00",
"ProcessId": 11112,
"Image": "C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminal_1.18.2822.0_x64__8wekyb3d8bbwe\\WindowsTerminal.exe",
"Session": 1,
"ClientInfo": "user: WINDEV2310EVAL\\User",
"Hashes": "SHA1=179A4D08834E913B14727CF6474BAC31E082D275,MD5=64D76D5B160C1EB41680025DD778622D,SHA256=35EC5A2FD3F20757A957DC280EF330892A9D76378252CD381BF34518E6A30427,IMPHASH=00000000000000000000000000000000",
"Archived": "true",
"User": "WINDEV2310EVAL\\User"
},
"message": ""
}
References #
- Microsoft Learn
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 25: ProcessTampering (Process image change)
#Description
This event is generated when process hiding techniques are being detected.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString | ||
UtcTime UnicodeString | ||
ProcessGuid GUID | ||
ProcessId UInt32 | ||
Image UnicodeString | 7 detection rules | |
Type UnicodeString | Known values
| 1 detection rule |
User UnicodeString |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 25,
"version": 5,
"level": 4,
"task": 25,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T13:41:34.2634917+00:00",
"event_record_id": 6122317,
"correlation": {},
"execution": {
"process_id": 3872,
"thread_id": 5252
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-d.cell-d.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 13:41:19.666",
"ProcessGuid": "{00000000-0000-0000-0000-000000000000}",
"ProcessId": "604",
"Image": "<unknown process>",
"Type": "Image is replaced",
"User": "NT AUTHORITY\\SYSTEM"
},
"message": "Process Tampering:\r\nRuleName: -\r\nUtcTime: 2026-06-13 13:41:19.666\r\nProcessGuid: {00000000-0000-0000-0000-000000000000}\r\nProcessId: 604\r\nImage: <unknown process>\r\nType: Image is replaced\r\nUser: NT AUTHORITY\\SYSTEM"
}
Community Notes #
Process tampering, detects process herpaderping.
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1055, T1055.012
References #
Event ID 26: FileDeleteDetected (File Delete logged)
#Description
A file was deleted.
Message #
Fields #
| Name | Description |
|---|---|
RuleName UnicodeString | Custom tag mapped to event, i.e. ATT&CK technique ID |
UtcTime UnicodeString | Time in UTC when event was created |
ProcessGuid GUID | Process GUID of the process that deleted the file |
ProcessId UInt32 | Process ID used by the OS to identify the process that deleted the file |
User UnicodeString | Name of the account who deleted the file. |
Image UnicodeString | File path of the process that deleted the file |
TargetFilename UnicodeString | Full path name of the deleted file |
Hashes UnicodeString | Hashes captured by the Sysmon driver of the deleted file |
IsExecutable Boolean | Whether the deleted file is a PE executable |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 26,
"version": 5,
"level": 4,
"task": 26,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T14:09:29.6982228+00:00",
"event_record_id": 17612805,
"correlation": {},
"execution": {
"process_id": 4080,
"thread_id": 5392
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-c.cell-c.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-06-13 14:09:29.694",
"ProcessGuid": "{8a99384c-e971-6a2c-b200-000000001000}",
"ProcessId": "6816",
"User": "cell-c\\domainadmin",
"Image": "C:\\Windows\\Explorer.EXE",
"TargetFilename": "C:\\Users\\domainadmin\\AppData\\Roaming\\Microsoft\\Windows\\Themes\\CachedFiles\\CachedImage_1024_768_POS1.jpg",
"Hashes": "SHA1=45418D43C67E2CEE415B678094EABC2A7D9FF2E4,MD5=210CC081ECEF04E020E21D53341EE954,SHA256=4F3BA3A9948CDDF013F02C82832BE6CE9203B2E874D9675BAEF3F9026C3B266F,IMPHASH=00000000000000000000000000000000",
"IsExecutable": "false"
},
"message": "File Delete logged:\r\nRuleName: -\r\nUtcTime: 2026-06-13 14:09:29.694\r\nProcessGuid: {8a99384c-e971-6a2c-b200-000000001000}\r\nProcessId: 6816\r\nUser: cell-c\\domainadmin\r\nImage: C:\\Windows\\Explorer.EXE\r\nTargetFilename: C:\\Users\\domainadmin\\AppData\\Roaming\\Microsoft\\Windows\\Themes\\CachedFiles\\CachedImage_1024_768_POS1.jpg\r\nHashes: SHA1=45418D43C67E2CEE415B678094EABC2A7D9FF2E4,MD5=210CC081ECEF04E020E21D53341EE954,SHA256=4F3BA3A9948CDDF013F02C82832BE6CE9203B2E874D9675BAEF3F9026C3B266F,IMPHASH=00000000000000000000000000000000\r\nIsExecutable: false"
}
Detection Patterns #
26 rules
Sigma
Elastic
Threat Hunting Hash
Hash And Ip Iocs
Initial Access: Exploit Public-Facing Application
1 rule
Show All Detection Patterns
Execution: Exploitation for Client Execution
1 rule
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Hashes[0] | eq | sha256 | 3 rules | kusto |
TargetFilename | ends_with | :zone.identifier | 3 rules | sigma, splunk |
TargetFilename | ends_with | .log | 2 rules | sigma |
event.type | eq | deletion | 3 rules | elastic |
EventType | eq | FileCreated | 2 rules | kusto |
Hashes | is_not_null | | 2 rules | kusto |
ObservableKey | contains | file:hashes | 2 rules | kusto |
ObservableValue | is_not_null | | 2 rules | kusto |
count | ge | 100 | 2 rules | splunk |
ActionType | eq | FileCreated | 1 rule | kusto |
Anomalies | gt | 0 | 1 rule | kusto |
FilePath | contains | account details | 1 rule | kusto |
FilePath | contains | bank account | 1 rule | kusto |
FilePath | contains | bank details | 1 rule | kusto |
FilePath | contains | bank statement | 1 rule | kusto |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
References #
Event ID 27: FileBlockExecutable
#Description
This event is generated when Sysmon detects and blocks the creation of executable files.
Message #
Fields #
| Name | Description |
|---|---|
RuleName UnicodeString → string | |
UtcTime UnicodeString → string | |
ProcessGuid GUID → GUID | |
ProcessId UInt32 → PID | |
User UnicodeString → string | |
Image UnicodeString → string | |
TargetFilename UnicodeString → string | |
Hashes UnicodeString → string |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "5770385F-C22A-43E0-BF4C-06F5698FFBD9",
"event_source_name": "",
"event_id": 27,
"version": 5,
"level": 4,
"task": 27,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2022-08-29T04:43:48.128507Z",
"event_record_id": 1341,
"correlation": {},
"execution": {
"process_id": 2060,
"thread_id": 7132
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "DESKTOP-VQBONAV",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "ImageBlock",
"UtcTime": "2022-08-29 04:43:48.117",
"ProcessGuid": "3E153517-4404-630C-0003-000000000400",
"ProcessId": 8636,
"User": "DESKTOP-VQBONAV\\user",
"Image": "C:\\Windows\\system32\\certutil.exe",
"TargetFilename": "C:\\Users\\user\\AppData\\LocalLow\\Microsoft\\CryptnetUrlCache\\Content\\02E7958E9A9619FDA0A027756E601291",
"Hashes": "MD5=E112A827FAB9F8378C76040187A6F336,SHA256=ED369187681A62247E38D930320F1CD771756D0B7B67072D8EC655EF99E14AEB,IMPHASH=8EEAA9499666119D13B3F44ECD77A729"
}
}
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
References #
- Microsoft Learn
- Example event sourced from https://github.com/Yamato-Security/hayabusa-sample-evtx
Event ID 28: FileBlockShredding
#Description
This event is generated when Sysmon detects and blocks file shredding.
Message #
Fields #
| Name | Description |
|---|---|
RuleName UnicodeString → string | |
UtcTime UnicodeString → string | |
ProcessGuid GUID → GUID | |
ProcessId UInt32 → PID | |
User UnicodeString → string | |
Image UnicodeString → string | |
TargetFilename UnicodeString → string | |
Hashes UnicodeString → string | |
IsExecutable Boolean → boolean |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "5770385F-C22A-43E0-BF4C-06F5698FFBD9",
"event_source_name": "",
"event_id": 28,
"version": 5,
"level": 4,
"task": 28,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2026-03-12T03:06:00.105995+00:00",
"event_record_id": 36714962,
"correlation": {},
"execution": {
"process_id": 3860,
"thread_id": 5148
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "LAB-WIN11",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-03-12 03:06:00.101",
"ProcessGuid": "3792AB3B-0B4D-69B1-4300-000000000F00",
"ProcessId": 3544,
"User": "NT AUTHORITY\\LOCAL SERVICE",
"Image": "C:\\Windows\\System32\\svchost.exe",
"TargetFilename": "C:\\Windows\\System32\\sru\\SRU.log",
"Hashes": "SHA1=1ADC95BEBE9EEA8C112D40CD04AB7A8D75C4F961,MD5=FCD6BCB56C1689FCEF28B57C22475BAD,SHA256=DE2F256064A0AF797747C2B97505DC0B9F3DF0DE4F489EAC731C23AE9CA9CC31,IMPHASH=00000000000000000000000000000000",
"IsExecutable": false
},
"message": ""
}
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
References #
Event ID 29: FileExecutableDetected
#Description
This event is generated when Sysmon detects the creation of a new executable file.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
RuleName UnicodeString → string | ||
UtcTime UnicodeString → string | ||
ProcessGuid GUID → GUID | ||
ProcessId UInt32 → PID | ||
User UnicodeString → string | ||
Image UnicodeString → string | ||
TargetFilename UnicodeString → string | 1 detection rule | |
Hashes UnicodeString → string |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "5770385F-C22A-43E0-BF4C-06F5698FFBD9",
"event_source_name": "",
"event_id": 29,
"version": 5,
"level": 4,
"task": 29,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2026-03-13T19:59:50.724328+00:00",
"event_record_id": 25592993,
"correlation": {},
"execution": {
"process_id": 3516,
"thread_id": 4964
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "LAB-WIN11.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"RuleName": "-",
"UtcTime": "2026-03-13 19:59:50.723",
"ProcessGuid": "3792AB3B-6CAF-69B4-C304-000000000800",
"ProcessId": 6332,
"User": "NT AUTHORITY\\SYSTEM",
"Image": "C:\\Windows\\winsxs\\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.378_none_6b5c1260907d1384\\TiWorker.exe",
"TargetFilename": "C:\\Windows\\WinSxS\\Temp\\InFlight\\4d85a1f323b3dc0131020000bc18500b\\amd64_hyperv-compute-containerdiagnosticstool_31bf3856ad364e35_10.0.22621.1_none_e8f6dc1e2b2810c4\\hcsdiag.exe",
"Hashes": "SHA1=4151B8801065408E851608F5F586E83F841DDF73,MD5=5CDE58E943D06BF77B4595CF917E4BD6,SHA256=148B44E4D5251D533F66EB2352AE396DB612AE926703682C8CD271ADC8A8B03A,IMPHASH=BC0760AED3654197B70538C4350C093A"
},
"message": ""
}
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
TargetFilename | ends_with | .sed | 1 rule | sigma |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1218Splunk # view in coverage
T1036, T1036.008
References #
Event ID 255: Error report: UtcTime: UtcTime ID: ID Description: Description.
#Description
This event is generated when an **error occurred within Sysmon**. They can happen if the system is under heavy load and certain tasks could not be performed or a bug exists in the Sysmon service.
Message #
Fields #
| Name | Description | Rules |
|---|---|---|
UtcTime UnicodeString | ||
ID UnicodeString | ||
Description UnicodeString | 8 detection rules |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Sysmon",
"guid": "{5770385F-C22A-43E0-BF4C-06F5698FFBD9}",
"event_source_name": "",
"event_id": 255,
"version": 3,
"level": 2,
"task": 255,
"opcode": 0,
"keywords": -9223372036854775808,
"time_created": "2026-06-13T13:41:07.6428879+00:00",
"event_record_id": 6120904,
"correlation": {},
"execution": {
"process_id": 3720,
"thread_id": 5400
},
"channel": "Microsoft-Windows-Sysmon/Operational",
"computer": "telemetry-DC-d.cell-d.ludus.domain",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"UtcTime": "2026-06-13 13:41:07.630",
"ID": "GetConfigurationOptions",
"Description": "Failed to open service configuration with error 92 - Last error: The media is write protected.\n"
},
"message": "Error report:\r\nUtcTime: 2026-06-13 13:41:07.630\r\nID: GetConfigurationOptions\r\nDescription: Failed to open service configuration with error 92 - Last error: The media is write protected.\r\n"
}
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma # view in coverage
T1564
References #
Provenance
ETW provider GUID {5770385F-C22A-43E0-BF4C-06F5698FFBD9}
Defined in Sysmon64.exe, which carries the event manifest.
- WS2022-20348.4893, sample captured from a live trace, binary version 15.15, captured 2026-06-02 — Manifest XML pack, 1.9 MB
- WS2022-20348.4893, schema read from the registered manifest, binary version 15.15, captured 2026-06-02 — Manifest XML pack, 1.9 MB