> 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/client-onboarding-and-configuration/monitoring-profiles.md).

# Monitoring Profiles

The <mark style="color:green;">DRP module</mark> defines the customized perimeter of each monitored entity within it. These profiles serve as the operational scope for threat detection, data enrichment, and prioritization. They allow organizations to configure what should be monitored, such as <mark style="color:green;">domains, high-risk individuals (VIPs), and sensitive keywords or identifiers (strings)</mark> tailoring detection efforts to their unique risk surface.

Each profile is fully self-managed by the user through the configuration interface under the respective company settings. Authorized users can add, edit, or remove items at any time. The DRP engine continuously ingests and correlates these elements across surface, deep/dark web, and communication platforms to identify brand impersonation, credential leaks, reputational threats, and fraud campaigns.

#### Profile Types

There are three types of items that can be configured within a Monitoring Profile:

* <mark style="color:green;">**Domains:**</mark> Used for tracking company-owned domains, subdomains, and web infrastructure.
* <mark style="color:green;">**VIPs:**</mark> Includes executives, public figures, or employees with a high exposure or risk index.
* <mark style="color:green;">**Strings:**</mark> Covers sensitive keywords, identifiers, or custom tokens such as product names, legal terms, internal project codes, or PII patterns.

Each of these categories can be managed independently and updated as the threat surface evolves.

***

**Pages in this section:**

* [Domains](/drp/client-onboarding-and-configuration/monitoring-profiles/domains.md)
* [VIPs](/drp/client-onboarding-and-configuration/monitoring-profiles/vips.md)
* [Strings](/drp/client-onboarding-and-configuration/monitoring-profiles/sensitive-strings.md)


---

# 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/client-onboarding-and-configuration/monitoring-profiles.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.
