> 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/xdr-3-api/cortex-xdr-3.x-apis/cortex-xdr-tables.md).

# Additional References

## Insert Parsed IOCs Fields

Used by the [**Insert Parsed IOCs**](/xdr-3-api/cortex-xdr-3.x-apis/cortex-xdr-apis-overview.md#postInsertCsv) endpoint to describe the required and optional CSV fields for inserting indicators.

| Field              | Description                                                                                                                                                                                                                                                                                                                            |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| indicator          | (Required) String that identifies the indicator you want to insert into Cortex XDR.                                                                                                                                                                                                                                                    |
| type               | (Required) Keyword identifying the type of indicator. Valid values are: `HASH`, `IP`, `PATH`, `DOMAIN_NAME`, or `FILENAME`                                                                                                                                                                                                             |
| severity           | (Required) Keyword identifying the indicator's severity. Valid values are: `INFO`, `LOW`, `MEDIUM`, `HIGH`, or `CRITICAL`                                                                                                                                                                                                              |
| expiration\_date   | Integer representing the indicator's expiration timestamp. This is a Unix epoch timestamp value, in milliseconds. If this indicator has no expiration, use `Never`. If this value is NULL, the indicator receives the indicator's type value with the default expiration date. Valid values are: 7 days, 30 days, 90 days, or 180 days |
| comment            | Comment string.                                                                                                                                                                                                                                                                                                                        |
| reputation         | Keyword representing the indicator's reputation. Valid values are: `GOOD`, `BAD`, `SUSPICIOUS`, or `UNKNOWN`                                                                                                                                                                                                                           |
| reliability        | Character representing the indicator's reliability rating. Valid values are A-F. A is the most reliable, F is the least.                                                                                                                                                                                                               |
| class              | String representing the indicator class (for example, "Malware")                                                                                                                                                                                                                                                                       |
| vendor.name        | String representing the name of the vendor who reported this indicator.                                                                                                                                                                                                                                                                |
| vendor.reputation  | Keyword representing the vendor's reputation. Valid values are: `GOOD`, `BAD`, `SUSPICIOUS`, or `UNKNOWN`                                                                                                                                                                                                                              |
| vendor.reliability | Character representing the vendor's reliability rating. Valid values are A-F. A is the most reliable, F is the least.                                                                                                                                                                                                                  |


---

# 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/xdr-3-api/cortex-xdr-3.x-apis/cortex-xdr-tables.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.
