> 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/cortex-xsoar-8-on-prem/8.5/investigate-and-respond-to-threats/threat-intel-management/indicator-investigation/use-sessions-and-submissions-in-your-investigation.md).

# Use sessions and submissions in your investigation

The **Sessions & Submissions** tab enables you to use your firewall sessions and submissions data for investigation and analysis.

**Sessions** refer to firewall sessions that show connections from one endpoint to another. A firewall can forward information about network sessions for an investigation. Cortex XSOAR TIM uses session information to learn more about the context of the suspicious network event, indicators of compromise related to the malware, affected hosts and clients, and applications used to deliver the malware.

**Submissions** refer to sample logs reported to Wildfire from Palo Alto Networks products, such as Cortex XDR. While Sessions data shows connections from one endpoint to another, submissions data shows if a file was found on a specific endpoint.

**Sessions & Submissions** data is available for users with at least one of the following products:

* Palo Alto Networks Firewall
* WildFire
* Cortex XDR
* Prisma Cloud
* Prisma Access

You can take steps to block external IP addresses that are the sources of malicious files and threat campaigns. You can find compromised machines within your network, isolate them as needed, and take remediation steps. For example, search for a file hash in **Sessions & Submissions**. If the file appeared in one or more sessions or submissions, you can see when and where that occurred. A firewall session data enables you to view the source IP and the destination IP for each session that includes the file.

If you are using Cortex XDR, you can see which XDR agent reported the file and which computers are affected.

{% hint style="info" %}

### Note

When searching on the **Sessions & Submissions** page for relationships **`-relationships""`**, some results may appear without their specific relationships listed, due to internal relationship permissions.

(Multi-tenant) **Sessions & Submissions** data is not available for Multi-tenant deployments.
{% endhint %}

**Investigate Sessions and Submissions**

From **Sessions & Submissions** in the **ID** column click an ID to start an investigation.

In the **Session Summary** tab you can see the following information:

| Section                          | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Basic Information                | Includes general information such as the session Timestamp, destination IP, and source country.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Sample Information               | <p>Includes file information, such as the file name, SHA, File URL, and Status. The Status for blocked samples is <strong>Blocked</strong>, while the status for allowed samples is blank.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>The Application is matched to the type of application traffic detected in a session. For example, a search for the Application web-browsing returns sessions during which web browsing over HTTP occurred. See <a href="https://applipedia.paloaltonetworks.com/">Applipedia</a> for an updated list of applications that Palo Alto Networks identifies.</p></div> |
| Metadata                         | Includes metadata, such as the source, region, and Device Hostname.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Related Sessions and Submissions | Lists any related sessions and submissions for further investigation                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |

**Sessions & Submissions advanced search**

You can use Unit 42 Intel data to build complex searches for sessions and submissions with similar characteristics. From within the **Session Summary** tab, any of the items listed in the **Basic Information**, **Sample Information**, or **Metadata** sections can be used to create a new search for similar sessions and submissions. For example, you can create a new search that includes a specific destination IP and a specific file name that you found together in a session.

To build a new search, hover your cursor over the end of the desired row. You can submit the following search:

![unit42-sessions-search.png](/files/JVxeOR8riEmpGbomYEH0)

* **Add to Sessions & Submissions Search**

  Adds selected information to a **Sessions & Submissions** search.
* **Create New Sessions & Submissions Search**

  Clears any search characteristics you have already added and starts a new **Sessions & Submissions** search.

After selecting the relevant option, a message appears. You can do the following:

* Run the query now, by clicking the link.

  You pivot to the **Sessions & Submissions** tab where you can edit or run your search for sessions and submissions that exhibited the same behavior.
* If you want to add additional items to the search, ignore the message.

  To run the search without clicking on the popup link, go to the **Threat Intel** page and click on the **Sessions & Submissions** tab.


---

# 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/cortex-xsoar-8-on-prem/8.5/investigate-and-respond-to-threats/threat-intel-management/indicator-investigation/use-sessions-and-submissions-in-your-investigation.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.
