> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xsiam-data-model-schema/fields/source/process/executable.md).

# xdm.source.process.executable

The source process.

|           |                     |
| --------- | ------------------- |
| Datatype  | Compound.Executable |
| Dataclass | Compound            |

## Field groups

* [`xdm.source.process.executable.permissions`](/xsiam-data-model-schema/fields/source/process/executable/permissions.md)
* [`xdm.source.process.executable.position`](/xsiam-data-model-schema/fields/source/process/executable/position.md)

## Fields

#### `xdm.source.process.executable.filename`

|             |                                                 |
| ----------- | ----------------------------------------------- |
| Description | The file name of the source process executable. |
| Datatype    | String                                          |
| Dataclass   | Scalar                                          |

#### `xdm.source.process.executable.path`

|             |                                                 |
| ----------- | ----------------------------------------------- |
| Description | The file path of the source process executable. |
| Datatype    | String                                          |
| Dataclass   | Scalar                                          |

#### `xdm.source.process.executable.directory`

|             |                                                      |
| ----------- | ---------------------------------------------------- |
| Description | The file directory of the source process executable. |
| Datatype    | String                                               |
| Dataclass   | Scalar                                               |

#### `xdm.source.process.executable.extension`

|             |                                                      |
| ----------- | ---------------------------------------------------- |
| Description | The file extension of the source process executable. |
| Datatype    | String                                               |
| Dataclass   | Scalar                                               |

#### `xdm.source.process.executable.file_type`

|             |                                                 |
| ----------- | ----------------------------------------------- |
| Description | The file type of the source process executable. |
| Datatype    | String                                          |
| Dataclass   | Scalar                                          |

#### `xdm.source.process.executable.md5`

|             |                                                                   |
| ----------- | ----------------------------------------------------------------- |
| Description | The MD5 hash signature for the source process executable content. |
| Datatype    | MD5                                                               |
| Dataclass   | Scalar                                                            |

#### `xdm.source.process.executable.sha256`

|             |                                                                      |
| ----------- | -------------------------------------------------------------------- |
| Description | The SHA256 hash signature for the source process executable content. |
| Datatype    | SHA256                                                               |
| Dataclass   | Scalar                                                               |

#### `xdm.source.process.executable.is_signed`

|             |                                                                       |
| ----------- | --------------------------------------------------------------------- |
| Description | Whether the loaded module of the source process executable is signed. |
| Datatype    | Boolean                                                               |
| Dataclass   | Scalar                                                                |
| Examples    | True                                                                  |

#### `xdm.source.process.executable.signer`

|             |                                              |
| ----------- | -------------------------------------------- |
| Description | The signer of the source process executable. |
| Datatype    | String                                       |
| Dataclass   | Scalar                                       |
| Examples    | Microsoft Corporation                        |

#### `xdm.source.process.executable.signature_status`

|             |                                                                                                                                                                                      |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Description | The signature status of the source process executable.                                                                                                                               |
| Datatype    | [`XDM_CONST.SIGNATURE_STATUS`](/xsiam-data-model-schema/consts/signature-status.md)                                                                                                  |
| Dataclass   | Scalar                                                                                                                                                                               |
| Examples    | XDM\_CONST.SIGNATURE\_STATUS\_UNSIGNED, XDM\_CONST.SIGNATURE\_STATUS\_SIGNED\_INVALID, XDM\_CONST.SIGNATURE\_STATUS\_SIGNED\_VERIFIED, XDM\_CONST.SIGNATURE\_STATUS\_STATUS\_UNKNOWN |

#### `xdm.source.process.executable.size`

|             |                                                 |
| ----------- | ----------------------------------------------- |
| Description | Size in bytes of the source process executable. |
| Datatype    | Number                                          |
| Dataclass   | Scalar                                          |
| Unit        | Bytes                                           |

#### `xdm.source.process.executable.last_modified`

|             |                                                                      |
| ----------- | -------------------------------------------------------------------- |
| Description | The last modified time (millisecs) of the source process executable. |
| Datatype    | UnixMillis                                                           |
| Dataclass   | Scalar                                                               |
| Examples    | 1716549375886                                                        |

#### `xdm.source.process.executable.metadata_change_time`

|             |                                                                                   |
| ----------- | --------------------------------------------------------------------------------- |
| Description | The metadata last modification time (millisecs) of the source process executable. |
| Datatype    | UnixMillis                                                                        |
| Dataclass   | Scalar                                                                            |
| Examples    | 1716549375886                                                                     |

#### `xdm.source.process.executable.owner_id`

|             |                                                |
| ----------- | ---------------------------------------------- |
| Description | The owner id of the source process executable. |
| Datatype    | Number                                         |
| Dataclass   | Scalar                                         |
| Examples    | 123456789                                      |

#### `xdm.source.process.executable.owner_name`

|             |                                                  |
| ----------- | ------------------------------------------------ |
| Description | The owner name of the source process executable. |
| Datatype    | String                                           |
| Dataclass   | Scalar                                           |
| Examples    | admin                                            |

#### `xdm.source.process.executable.group_id`

|             |                                                |
| ----------- | ---------------------------------------------- |
| Description | The group id of the source process executable. |
| Datatype    | Number                                         |
| Dataclass   | Scalar                                         |
| Examples    | 123456789                                      |

#### `xdm.source.process.executable.group_name`

|             |                                                  |
| ----------- | ------------------------------------------------ |
| Description | The group name of the source process executable. |
| Datatype    | String                                           |
| Dataclass   | Scalar                                           |
| Examples    | all                                              |

#### `xdm.source.process.executable.volume_path`

|             |                                                                |
| ----------- | -------------------------------------------------------------- |
| Description | The path identifies the file's precise location in the volume. |
| Datatype    | String                                                         |
| Dataclass   | Scalar                                                         |
| Examples    | /etc/shadow/sec.txt                                            |

#### `xdm.source.process.executable.contributors`

|             |                                                                               |
| ----------- | ----------------------------------------------------------------------------- |
| Description | Git contributors and their last commit time of the source process executable. |
| Datatype    | Json                                                                          |
| Dataclass   | Array                                                                         |
| Examples    | \['{"name": "gmark", "last\_commit\_time": 1699110852}']                      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/xsiam-data-model-schema/fields/source/process/executable.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
