mirror of
https://github.com/trustedsec/SysmonCommunityGuide/
synced 2026-06-06 19:46:57 +00:00
523f529c8d
Start update for Sysmon for Linux
22 lines
754 B
Markdown
22 lines
754 B
Markdown
Process Termination
|
|
-------------------
|
|
|
|
Symon will log an **EventID 5** when a process terminates. By logging
|
|
process termination events allow for calculating duration of operation
|
|
of a process by comparing the times with process creation. Process
|
|
termination also allows when co-related with shutdown and start events
|
|
if a process may have been terminated by an attacker.
|
|
|
|
The process termination fields are:
|
|
|
|
* **RuleName** -- Rule name for which the event triggered.
|
|
|
|
* **UtcTime** - Time in UTC when event was created
|
|
|
|
* **ProcessGuid** - Process Guid of the process that terminated
|
|
|
|
* **ProcessId** - Process ID used by the OS to identify the process
|
|
that terminated
|
|
|
|
* **Image** - File path of the executable of the process that
|
|
terminated |