The ProcessHistory collector displays the status, create time, and terminated time of any running or terminated processes.
Note
The ProcessHistory collector does not retain the collected information between reboots and can store only up to 2000 terminated process events. When the number of running process events exceed the limit of 2000, the stored terminated process events are purged in order to store the current running process events.
Note
Make sure Enable Process History is selected on the System info policy page to gather process activity information using the ProcessorHistory collector on Real-time Search. If the Enable Process History option is disabled in policy, it affects only Real-time Search not the Historical Search and Device Search trace visibility.
Field | Type | Description |
|---|---|---|
name | String | The name of the running process. |
id | Number | The process system identifier. |
threadcount | Number | The number of active threads spawned by the process. |
parentid | Number | The system identifier for the process that spawned the current process. |
parentname | String | The name of the process that spawned the current process. |
parentimagepath | String | The full path of the parent process. |
file_reputation | String | The process reputation's name and level (range) defined by TIE or ATP.
|
process_reputation | String | The reputation of a running process. See file_reputation for range of values. |
started_at | Timestamp | Time when the process started. |
finished_at | Timestamp | Time when the process terminated. |
content_size | Number | If the process is a PowerShell, this is the size of the script being executed. |
content | String | A piece of the script; if the script is larger than 8 k, it is truncated. |
content_file | String | The full path of the script if it was in a file and the PowerShell was executed with |
execution_mode | String | The mode that the PowerShell was executed:
|
size | Number | The amount of resident RAM used by the process. |
md5 | String | The MD5 hash code for the process. |
sha1 | String | The SHA-1 hash code for the process. |
sha256 | String | The SHA-256 hash code for the process. |
cmdline | String | The command that started the process. |
imagepath | String | Path to the process image name. |
kerneltime | Number | The process's use of kernel mode CPU time, in seconds. |
usertime | Number | The process's use of user mode CPU time, in seconds. |
uptime | Number | The number of seconds passed since the process started. |
user | String | The user name that started the process. |
user_id | String | The ID for the user that started the process. |
normalized_cmdline | String | The result of using a Windows API for getting command line arguments in a standard format. This API has a special interpretation of backslash character and double quotation marks.
|
ProcessHistory status, content_size, content, content_file, execution_mode where ProcessHistory name contains "powershell"
ProcessHistory parent_cmdline WHERE ProcessHistory parent_cmdline contains "-exec bypass -e" OR ProcessHistory parent_cmdline contains "-NoP -NonI -W Hidden -E" OR ProcessHistory parent_cmdline contains "-noni -nop -w hidden -e" OR ProcessHistory parent_cmdline contains "-nop -w hidden -e" OR ProcessHistory parent_cmdline contains "-nop -w hidden -encodedcommand" OR ProcessHistory parent_cmdline contains "-w hidden -en" OR ProcessHistory parent_cmdline contains "-nop -w hidden -exec bypass -enc" OR ProcessHistory parent_cmdline contains "-nop -exec bypass encodedcommand" OR ProcessHistory parent_cmdline contains "-nop -sta -w 1 -enc" OR ProcessHistory parent_cmdline contains "-nop -w hidden -exec bypass -enc"
ProcessHistory status, content_size, content, content_file, execution_mode where ProcessHistory name contains "powershell"
ProcessHistory parent_cmdline WHERE ProcessHistory parent_cmdline contains "-exec bypass -e" OR ProcessHistory parent_cmdline contains "-NoP -NonI -W Hidden -E" OR ProcessHistory parent_cmdline contains "-noni -nop -w hidden -e" OR ProcessHistory parent_cmdline contains "-nop -w hidden -e" OR ProcessHistory parent_cmdline contains "-nop -w hidden -encodedcommand" OR ProcessHistory parent_cmdline contains "-w hidden -en" OR ProcessHistory parent_cmdline contains "-nop -w hidden -exec bypass -enc" OR ProcessHistory parent_cmdline contains "-nop -exec bypass encodedcommand" OR ProcessHistory parent_cmdline contains "-nop -sta -w 1 -enc" OR ProcessHistory parent_cmdline contains "-nop -w hidden -exec bypass -enc"