# OSINT Explained

## Overview

**Open Source Intelligence (OSINT)** is a methodology for collecting and analyzing publicly available information to used in an intelligence context. The sources can be from social media, websites, news articles, etc.

## Intelligence Lifecycle

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

### Planning and Direction

* Who are we going to target?
* What are we going to target?
* Why are we going to target them?
* When are we going to do it?

### Collection

* Start gathering information
* Gather **Metadata** from an image
* Gather names from an organization

### Processing and Exploitation

* Take the gathered data and interpret/process it

### Analysis and Production

* Analyze the data and put it into a readable form
* Make ties between each data point and provide why they connect

### Dissemination and Integration

* Present the found information to the client and make sure they can understand it

{% hint style="info" %}
The cycle is never ending and doesn't need to be done in any particular order
{% endhint %}


---

# 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://pnpt.adot8.com/osint-fundamentals/osint-explained.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.
