> 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.md).

# xdm.target

Information about the target of the activity

## Field groups

* [`xdm.target.host`](/xsiam-data-model-schema/fields/target/host.md)
* [`xdm.target.agent`](/xsiam-data-model-schema/fields/target/agent.md)
* [`xdm.target.identity`](/xsiam-data-model-schema/fields/target/identity.md)
* [`xdm.target.user`](/xsiam-data-model-schema/fields/target/user.md)
* [`xdm.target.location`](/xsiam-data-model-schema/fields/target/location.md)
* [`xdm.target.process`](/xsiam-data-model-schema/fields/target/process.md)
* [`xdm.target.application`](/xsiam-data-model-schema/fields/target/application.md)
* [`xdm.target.asn`](/xsiam-data-model-schema/fields/target/asn.md)
* [`xdm.target.cloud`](/xsiam-data-model-schema/fields/target/cloud.md)
* [`xdm.target.module`](/xsiam-data-model-schema/fields/target/module.md)
* [`xdm.target.registry`](/xsiam-data-model-schema/fields/target/registry.md)
* [`xdm.target.registry_before`](/xsiam-data-model-schema/fields/target/registry-before.md)
* [`xdm.target.file`](/xsiam-data-model-schema/fields/target/file.md)
* [`xdm.target.file_before`](/xsiam-data-model-schema/fields/target/file-before.md)
* [`xdm.target.resource`](/xsiam-data-model-schema/fields/target/resource.md)
* [`xdm.target.resource_before`](/xsiam-data-model-schema/fields/target/resource-before.md)
* [`xdm.target.virtualization`](/xsiam-data-model-schema/fields/target/virtualization.md)

## Fields

#### `xdm.target.ipv4`

|             |                                          |
| ----------- | ---------------------------------------- |
| Description | The target IPv4 address of the activity. |
| Datatype    | IPv4                                     |
| Dataclass   | Scalar                                   |

#### `xdm.target.ipv6`

|             |                                          |
| ----------- | ---------------------------------------- |
| Description | The target IPv6 address of the activity. |
| Datatype    | IPv6                                     |
| Dataclass   | Scalar                                   |

#### `xdm.target.is_internal_ip`

|             |                                                                  |
| ----------- | ---------------------------------------------------------------- |
| Description | Whether the target IP address is internal (auto-enriched field). |
| Datatype    | Boolean                                                          |
| Dataclass   | Scalar                                                           |

#### `xdm.target.port`

|             |                  |
| ----------- | ---------------- |
| Description | The target port. |
| Datatype    | Number           |
| Dataclass   | Scalar           |

#### `xdm.target.sent_bytes`

|             |                                                          |
| ----------- | -------------------------------------------------------- |
| Description | The amount of bytes transmitted back by the target host. |
| Datatype    | Number                                                   |
| Dataclass   | Scalar                                                   |
| Unit        | Bytes                                                    |

#### `xdm.target.sent_packets`

|             |                                                            |
| ----------- | ---------------------------------------------------------- |
| Description | The amount of packets transmitted back by the target host. |
| Datatype    | Number                                                     |
| Dataclass   | Scalar                                                     |

#### `xdm.target.interface`

|             |                                                         |
| ----------- | ------------------------------------------------------- |
| Description | The target interface address (usually the MAC address). |
| Datatype    | String                                                  |
| Dataclass   | Scalar                                                  |

#### `xdm.target.zone`

|             |                                     |
| ----------- | ----------------------------------- |
| Description | The region/zone of the target host. |
| Datatype    | String                              |
| Dataclass   | Scalar                              |

#### `xdm.target.subnet`

|             |                                                        |
| ----------- | ------------------------------------------------------ |
| Description | The subnet of the target IP address, in CIDR notation. |
| Datatype    | String                                                 |
| Dataclass   | Scalar                                                 |
| Examples    | 198.51.100.0/22, 2001:db8::/48                         |

#### `xdm.target.vlan`

|             |                              |
| ----------- | ---------------------------- |
| Description | The VLAN of the target host. |
| Datatype    | Number                       |
| Dataclass   | Scalar                       |

#### `xdm.target.domain`

|             |                                             |
| ----------- | ------------------------------------------- |
| Description | The domain that the client tried to access. |
| Datatype    | String                                      |
| Dataclass   | Scalar                                      |

#### `xdm.target.url`

|             |                                          |
| ----------- | ---------------------------------------- |
| Description | The URL that the client tried to access. |
| Datatype    | String                                   |
| Dataclass   | Scalar                                   |


---

# 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.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.
