# Enrichment Strategies

The *<mark style="color:green;">Enrichment Strategies</mark>* applied to deep and dark web findings ensure that raw, often fragmented content is transformed into clear and actionable intelligence due to the nature of these sources like <mark style="color:green;">forums, leak sites, and underground markets</mark>. Many posts include informal language, encrypted references, or hidden data within files. Enrichment adds the necessary context to help security teams understand the significance of each finding.

#### What We Do

This process begins by standardizing and cleaning the content. The language of each item is identified, and relevant entities such as people, companies, domains, or technologies are extracted and linked to the organization’s monitored assets. Files and archives are unpacked, images are scanned for on-screen text, and audio is transcribed when necessary. This allows buried evidence to be revealed and included in the analysis.

In addition to the content itself, metadata such as timestamps, links, and file information is collected to complete the picture. If the same leak appears in different places, duplicates are removed and the information is consolidated to present a single, unified view to analysts. Findings are also prioritized based on relevance and severity.

#### Why This Matters

Without enrichment, deep and dark web content remains difficult to interpret and full of noise. With it, each signal becomes easier to understand, compare, and act on. The process allows analysts to quickly identify exposed credentials, leaked documents, access-for-sale offers, or active threats, all with enough context to support immediate decision-making.


---

# Agent Instructions: 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/deep-dark-web-monitoring/enrichment-strategies.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.
