Linux Process
process
Extends the process object to add Linux specific fields
Attributes
| Caption | Name | Type | Description |
|---|---|---|---|
| Ancestry | ancestry | Process Entity[] | An array of Process Entities describing the extended parentage of this process object. Direct parent information should be expressed through the parent_process attribute. The first array element is the direct parent of this process object. Subsequent list elements go up the process parentage hierarchy. That is, the array is sorted from newest to oldest process. It is recommended to only populate this field for the top-level process object. |
| Audit User ID | auid | Integer | The audit user assigned at login by the audit subsystem. |
| Command Line | cmd_line | String | Entity: |
| Container | container | Container[] | Entity: |
| Common Process Identifier | cpid | UUID | A unique process identifier that can be assigned deterministically by multiple system data producers. |
| Created Time | created_time | Timestamp | The time when the process was created/started. |
| Effective Group ID | egid | Integer | The effective group under which this process is running. |
| Environment Variables | environment_variables | Environment Variable[] | Environment variables associated with the process. |
| Effective User ID | euid | Integer | The effective user under which this process is running. |
| File | file | File[] | Entity: |
| Group | group | Group[] | The group under which this process is running. |
| Integrity | integrity | String | The process integrity level, normalized to the caption of the integrity_id value. In the case of 'Other', it is defined by the event source (Windows only). |
| Integrity Level | integrity_id | Integer | The normalized identifier of the process integrity level (Windows only).
|
| Lineage | lineage | File Path[] | Entity:
|
| Loaded Modules | loaded_modules | String[] | The list of loaded module names. |
| Name | name | Process Name | Entity: |
| Namespace PID | namespace_pid | Integer | Group: |
| Parent Process | parent_process | Linux Process[] | Entity: |
| Path | path | String | The process file path. |
| Process ID | pid | Integer | Entity: |
| Process Thread ID | ptid | Long | The identifier of the process thread associated with the event, as returned by the operating system. |
| Raw Data | raw_data | JSON | Group: |
| Record ID | record_id | String | Group: |
| Sandbox | sandbox | String | The name of the containment jail (i.e., sandbox). For example, hardened_ps, high_security_ps, oracle_ps, netsvcs_ps, or default_ps. |
| Session | session | Session[] | The user session under which this process is running. |
| Terminated Time | terminated_time | Timestamp | The time when the process was terminated. |
| Thread ID | tid | Integer | The identifier of the thread associated with the event, as returned by the operating system.
|
| Unique ID | uid | String | Entity: |
| Unmapped | unmapped | Unmapped[] | Data from the source that was not mapped into the schema. |
| User | user | User[] | Entity: |
| Working Directory | working_directory | String | The working directory of a process. |
| Extended Attributes | xattributes | JSON | An unordered collection of zero or more name/value pairs that represent a process extended attribute. |
Relationships
Inbound Relationships
These objects and events reference Linux Process in their attributes:
- Security Finding
- Network Connection Query
- Memory Activity
- Actor
- Linux Process
- Process Remediation Activity
- Startup Item
- Module Query
- Query Evidence
- Authentication
- Windows Evidence Artifacts
- Process Activity
- Process Query
Outbound Relationships
Linux Process references the following objects and events in its attributes:
This page describes qdm-1.5.1+ocsf-1.6.0
Updated 15 days ago