> For the complete documentation index, see [llms.txt](https://notes.kraken-security.ru/kraken/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.kraken-security.ru/kraken/krupicy-znanii/instrumenty/o-freimvorke-volatility-na-windows.md).

# О фреймворке Volatility на Windows

### Что такое Volatility <a href="#chto-takoe-volatility" id="chto-takoe-volatility"></a>

Открытый набор инструментов, который реализован на Python под лицензией GNU General Public License. Он нужен для извлечение цифровых артефактов из оперативной памяти. Фреймворк поддерживает огромное количество профилей: Windows, Linux, MacOS, списанных dd-дампы и дампы виртуальных машин ( QEMU, VirtualBox).

### Как установить Volatility на Windows <a href="#kak-ustanovit-volatility-na-windows" id="kak-ustanovit-volatility-na-windows"></a>

Для работы Volatility на Windows понадобиться:

* Volatility 3
* Python 3
* Таблицы символов Windows Volatility 3

### **Установка Python 3**

1\. Переходим на [официальный сайт Python](https://www.python.org/downloads/) и качем файл установки для Windows.\
2\. После скачивания, следуя инструкции, устанавливаем Python 3.

#### Установка Volatility 3 на Windows <a href="#ustanovka-volatility-3-na-windows" id="ustanovka-volatility-3-na-windows"></a>

1. Заходим на [официальный сайт Volatility](https://www.volatilityfoundation.org/releases).
2. Переходим на вкладку Volatility 3 → качаем последнюю версию файла Source code(zip).

<figure><img src="https://telegra.ph/file/e008afb35fd47083dfaf4.png" alt=""><figcaption></figcaption></figure>

3\. Извлекаем содержимое архива на диск C.

#### **Таблицы символов Windows Volatility 3**

Скачиваем архив [windows.zip](https://www.youtube.com/redirect?event=video_description\&redir_token=QUFFLUhqazNfWWdyU0Y5T2h1UzZ6SDJCaHU5V190VFd0d3xBQ3Jtc0ttZnB3OW9xNkdTaXdOSVF3TzhQRU14YzNIenNwSFhpSlVuVEJBYTJXYVpMYkZmWFRFREdQUGF3aTdJUkhjM1ZQVE1rczVVTmpoM1NvWFZYdUNvdzJZVG1sb0xrV0NjdjdfY0dXWUNMZnpTNVZXbThUOA\&q=https%3A%2F%2Fdownloads.volatilityfoundation.org%2Fvolatility3%2Fsymbols%2Fwindows.zip\&v=-bMde2glwnE) → кидаем его в папку **volitality3** → **symbols**.

<figure><img src="https://telegra.ph/file/78a62add30bb1de604423.png" alt=""><figcaption></figcaption></figure>

### Используем Volatility 3 на Windows <a href="#ispolzuem-volatility-3-na-windows" id="ispolzuem-volatility-3-na-windows"></a>

1\. [Запускаем FTK Imager](https://spy-soft.net/memory-dump-ftk-imager-windows/) или [другой способ создания дампа оперативной памяти Windows](https://spy-soft.net/how-to-create-memory-dump-windows/).

2\. Кидаем файл дампа в туже папку.

3\. Используя PowerShell, запускаем Volatility. Нужно указать файл дампа (в нашем случае готовый дамп ОЗУ Windows 7).

4\. Пробуем модуль **Windows.info**:

<figure><img src="https://telegra.ph/file/a565407864cb435d7b3d4.png" alt=""><figcaption></figcaption></figure>

5\. Пробуем модуль **Windows.netscan**:

<figure><img src="https://telegra.ph/file/f9d51da1275c05e9d45fa.png" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://notes.kraken-security.ru/kraken/krupicy-znanii/instrumenty/o-freimvorke-volatility-na-windows.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.
