> 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/target/module.md).

# xdm.target.module

The target module (loaded, unloaded, etc.).

|           |                 |
| --------- | --------------- |
| Datatype  | Compound.Module |
| Dataclass | Compound        |

## Field groups

* [`xdm.target.module.permissions`](/xsiam-data-model-schema/fields/target/module/permissions.md)
* [`xdm.target.module.position`](/xsiam-data-model-schema/fields/target/module/position.md)

## Fields

#### `xdm.target.module.filename`

|             |                                                              |
| ----------- | ------------------------------------------------------------ |
| Description | The file name of the target module (loaded, unloaded, etc.). |
| Datatype    | String                                                       |
| Dataclass   | Scalar                                                       |

#### `xdm.target.module.path`

|             |                                                              |
| ----------- | ------------------------------------------------------------ |
| Description | The file path of the target module (loaded, unloaded, etc.). |
| Datatype    | String                                                       |
| Dataclass   | Scalar                                                       |

#### `xdm.target.module.directory`

|             |                                                                   |
| ----------- | ----------------------------------------------------------------- |
| Description | The file directory of the target module (loaded, unloaded, etc.). |
| Datatype    | String                                                            |
| Dataclass   | Scalar                                                            |

#### `xdm.target.module.extension`

|             |                                                                   |
| ----------- | ----------------------------------------------------------------- |
| Description | The file extension of the target module (loaded, unloaded, etc.). |
| Datatype    | String                                                            |
| Dataclass   | Scalar                                                            |

#### `xdm.target.module.file_type`

|             |                                                              |
| ----------- | ------------------------------------------------------------ |
| Description | The file type of the target module (loaded, unloaded, etc.). |
| Datatype    | String                                                       |
| Dataclass   | Scalar                                                       |

#### `xdm.target.module.md5`

|             |                                                                                |
| ----------- | ------------------------------------------------------------------------------ |
| Description | The MD5 hash signature for the target module (loaded, unloaded, etc.) content. |
| Datatype    | MD5                                                                            |
| Dataclass   | Scalar                                                                         |

#### `xdm.target.module.sha256`

|             |                                                                                   |
| ----------- | --------------------------------------------------------------------------------- |
| Description | The SHA256 hash signature for the target module (loaded, unloaded, etc.) content. |
| Datatype    | SHA256                                                                            |
| Dataclass   | Scalar                                                                            |

#### `xdm.target.module.is_signed`

|             |                                                                                    |
| ----------- | ---------------------------------------------------------------------------------- |
| Description | Whether the loaded module of the target module (loaded, unloaded, etc.) is signed. |
| Datatype    | Boolean                                                                            |
| Dataclass   | Scalar                                                                             |
| Examples    | True                                                                               |

#### `xdm.target.module.signer`

|             |                                                           |
| ----------- | --------------------------------------------------------- |
| Description | The signer of the target module (loaded, unloaded, etc.). |
| Datatype    | String                                                    |
| Dataclass   | Scalar                                                    |
| Examples    | Microsoft Corporation                                     |

#### `xdm.target.module.signature_status`

|             |                                                                                                                                                                                      |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Description | The signature status of the target module (loaded, unloaded, etc.).                                                                                                                  |
| 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.target.module.size`

|             |                                                              |
| ----------- | ------------------------------------------------------------ |
| Description | Size in bytes of the target module (loaded, unloaded, etc.). |
| Datatype    | Number                                                       |
| Dataclass   | Scalar                                                       |
| Unit        | Bytes                                                        |

#### `xdm.target.module.last_modified`

|             |                                                                                   |
| ----------- | --------------------------------------------------------------------------------- |
| Description | The last modified time (millisecs) of the target module (loaded, unloaded, etc.). |
| Datatype    | UnixMillis                                                                        |
| Dataclass   | Scalar                                                                            |
| Examples    | 1716549375886                                                                     |

#### `xdm.target.module.metadata_change_time`

|             |                                                                                                |
| ----------- | ---------------------------------------------------------------------------------------------- |
| Description | The metadata last modification time (millisecs) of the target module (loaded, unloaded, etc.). |
| Datatype    | UnixMillis                                                                                     |
| Dataclass   | Scalar                                                                                         |
| Examples    | 1716549375886                                                                                  |

#### `xdm.target.module.owner_id`

|             |                                                             |
| ----------- | ----------------------------------------------------------- |
| Description | The owner id of the target module (loaded, unloaded, etc.). |
| Datatype    | Number                                                      |
| Dataclass   | Scalar                                                      |
| Examples    | 123456789                                                   |

#### `xdm.target.module.owner_name`

|             |                                                               |
| ----------- | ------------------------------------------------------------- |
| Description | The owner name of the target module (loaded, unloaded, etc.). |
| Datatype    | String                                                        |
| Dataclass   | Scalar                                                        |
| Examples    | admin                                                         |

#### `xdm.target.module.group_id`

|             |                                                             |
| ----------- | ----------------------------------------------------------- |
| Description | The group id of the target module (loaded, unloaded, etc.). |
| Datatype    | Number                                                      |
| Dataclass   | Scalar                                                      |
| Examples    | 123456789                                                   |

#### `xdm.target.module.group_name`

|             |                                                               |
| ----------- | ------------------------------------------------------------- |
| Description | The group name of the target module (loaded, unloaded, etc.). |
| Datatype    | String                                                        |
| Dataclass   | Scalar                                                        |
| Examples    | all                                                           |

#### `xdm.target.module.volume_path`

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

#### `xdm.target.module.contributors`

|             |                                                                                            |
| ----------- | ------------------------------------------------------------------------------------------ |
| Description | Git contributors and their last commit time of the target module (loaded, unloaded, etc.). |
| 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/target/module.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.
