> 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-agentix/detect-investigate-and-respond-to-threats/investigation-and-response/investigate-artifacts-and-assets/investigate-an-ip-address.md).

# Investigate an IP address

Drill down on an IP address on the **IP View**. On this view, you can investigate and take actions on IP addresses, and see detailed information about an IP address over a defined 24-hour or 7-day time frame. In addition, to help you determine whether an IP address is malicious, the **IP View** displays an interactive visual representation of the collected activity for a specific IP address.

How to investigate an IP address

1. Open the **IP View**.

   Right-click the IP address that you want to investigate and select **Open IP View**.
2. In the left panel, review the overview of the IP address.

   The overview displays network operations, cases, actions, and threat intelligence information relating to the selected IP address, and provides a summary of the network operations and processes related to the IP address.

   The displayed information and available actions are context-specific.

   1. Add an **Alias** or **Comment** to the IP address.
   2. Review the location of the IP address. By default, Cortex AgentiX displays information on whether the IP address is an internal or external IP address.
      * **External**—**Connection Type: Incoming** displaying IP address is located outside of your organization. Displays the country flag if the location information is available.
      * **Internal**—**Connection Type: Outgoing** displaying IP address is from within your organization. The XDR Agent icon is displayed if the endpoint identified by the IP address had an agent installed at that point in time.
   3. Identify the IOC severity.

      The color of the IP address value is color-coded to indicate the IOC severity.
   4. Review threat intelligence for the IP address.

      Depending on the threat intelligence sources that are integrated with Cortex AgentiX, the following threat intelligence might be available:

      * **Virus Total** score and report

        <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Note</h3><p>Requires a license key. Select Settings → Configurations → Integrations → <strong>Threat Intelligence</strong>.</p></div>
      * **Whois** identification data for the specific IP address.
      * **IOC** Rule, if applicable, includes the IOC **Severity**, **Number of hits**, and **Source**.
      * **EDL** IP address if the IP address was added to an EDL.
   5. Review the related cases.

      **Recent Open Cases** lists the most recent cases that contain the IP address as part of the case’s key artifacts, according to the Last Updated timestamp. If the IP address belongs to an endpoint with a Cortex XDR agent installed, the cases are displayed according to the hostname rather than the IP address. To dive deeper into a specific case, select the case ID.
3. In the right-hand view, use the filter criteria to refine the scope of the IP address information that you want to visualize in the map.

   In the Type field, select **Host Insights** to pivot to the **Asset View** of the host associated with the IP address, or select **Network Connections** to display the **IP View** of the network connections made with the IP address.
4. Review the selected data.
   * Select each node for additional information.
   * Select **Recent Outgoing Connections** to view the most recent connections made by the IP address. **Search all Outgoing Connections** to run a Network Connections query on all the connections made by the IP address.
5. Perform actions on IOC or EDL.

   Depending on the current IOC and EDL status, the **Actions** button is displayed.


---

# 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-agentix/detect-investigate-and-respond-to-threats/investigation-and-response/investigate-artifacts-and-assets/investigate-an-ip-address.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.
