> For the complete documentation index, see [llms.txt](https://docs.inopli.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inopli.com/drp/hunt.md).

# Hunt

The <mark style="color:green;">**Hunt**</mark> feature in <mark style="color:green;">Inopli DRP</mark> enables users to search and investigate threat indicators across the platform’s internal intelligence base and correlated public feeds. Designed for both proactive threat hunting and reactive validation, it supports security teams in identifying malicious infrastructure, leaked assets, and suspicious behaviors across multiple dimensions.

This module provides immediate visibility into known threats and related findings, allowing analysts to trace attacker footprints, validate detection signals, and enrich investigations with contextual threat data.

***

#### Searchable Indicator Types

Hunting can be performed using the following categories:

* **IP Address** – Malicious or suspicious network indicators
* **Hash** – Known malware or leaked file signatures
* **Domain** – Phishing domains, typo-squats, and rogue infrastructure
* **Email** – Exposed, spoofed, or attacker-attributed email addresses
* **URL** – Hostnames or full links used in phishing or malware delivery
* **Username** – Aliases used in forums, dumps, or credential leaks

***

### Interface Overview

Users initiate a search by selecting the indicator type and entering the corresponding value. The Hunt engine returns results enriched with reputation signals, detection history, threat relationships, and classification.

<figure><img src="/files/IP9KAeya9kPlfyg2E7s2" alt=""><figcaption></figcaption></figure>


---

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

```
GET https://docs.inopli.com/drp/hunt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
