Event ID 129 — Task Scheduler launch task "Name" , instance "TaskName" with process ID Path.
Description
Task Scheduler launch task "Name" , instance "TaskName" with process ID Path.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
TaskName UnicodeString | — |
Path UnicodeString | — |
ProcessID UInt32 | — |
Priority UInt32 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-TaskScheduler",
"guid": "DE7B24EA-73C8-4A09-985D-5BDADCFA9017",
"event_source_name": "",
"event_id": 129,
"version": 0,
"level": 4,
"task": 129,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2023-11-06T02:00:01.371079+00:00",
"event_record_id": 1051,
"correlation": {},
"execution": {
"process_id": 1392,
"thread_id": 18152
},
"channel": "Microsoft-Windows-TaskScheduler/Operational",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-18"
}
},
"event_data": {
"Name": "CreatedTaskProcess",
"TaskName": "\\Microsoft\\Windows\\Customer Experience Improvement Program\\Consolidator",
"Path": "%SystemRoot%\\System32\\wsqmcons.exe",
"ProcessID": 16312,
"Priority": 16384
},
"message": ""
}
Detection Rules #
View all rules referencing this event →
Sigma # view in reference
- Scheduled Task Executed From A Suspicious Location source medium: Detects the execution of Scheduled Tasks where the Program being run is located in a suspicious location or it's an unusale program to be run from a Scheduled Task
- Scheduled Task Executed Uncommon LOLBIN source medium: Detects the execution of Scheduled Tasks where the program being run is located in a suspicious location or where it is an unusual program to be run from a Scheduled Task
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline