> For the complete documentation index, see [llms.txt](https://docs.plura.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ko/agents/forensic/windows.md).

# Windows

{% hint style="info" %}
이 응용프로그램은 Windows 이벤트 채널 로깅을 분석하여 포렌식 도구로 사용됩니다.

설치 지원 대상 (관리자 권한 필요)

* MS Windows 10 이상
* .NET Framework 4.5 이상
  {% endhint %}

## 설치 안내 <a href="#id-1" id="id-1"></a>

### 1. 포렌식 응용프로그램 다운로드 <a href="#id-1-1" id="id-1-1"></a>

* 제공된 링크를 통해 응용프로그램을 다운로드합니다.

<figure><img src="https://qubitsec.github.io/docs/images/Ins_G/Forensic/install_step.png" alt=""><figcaption><p>[포렌식 응용프로그램 전용]</p></figcaption></figure>

### 2. 포렌식 응용프로그램  설치 <a href="#id-1-2" id="id-1-2"></a>

* 다운로드한 "PluraSetup.exe" 파일을 실행합니다.
* 설치 과정에서 지원 언어를 선택합니다.

<figure><img src="https://qubitsec.github.io/docs/images/Ins_G/Forensic/install_1.png" alt=""><figcaption></figcaption></figure>

### 3. 설치 경로 선택 <a href="#id-1-3" id="id-1-3"></a>

* 기본 경로 외에 원하는 경로로 설치할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Ins_G/Forensic/install_2.png" alt=""><figcaption></figcaption></figure>

### 4. 로그인 <a href="#id-1-4" id="id-1-4"></a>

* 설치 후 응용프로그램이 자동으로 시작되며, 로그인 화면이 나타납니다.
* 로그인 후, 웹 콘솔에서 "Install Agents"로 이동하여 라이선스 정보를 입력합니다.
  * [x] 라이선스 확인: PLURA 웹 로그인 > 상단 메뉴 > 관리 > 라이선스

<figure><img src="https://qubitsec.github.io/docs/images/Ins_G/Forensic/install_3.png" alt=""><figcaption></figcaption></figure>

### 5. 서비스 시작 <a href="#id-1-5" id="id-1-5"></a>

* 로그인 후 응용프로그램이 자동으로 시작됩니다.
* 지원되는 로그 분석 시스템: Windows, Linux, Android

<figure><img src="https://qubitsec.github.io/docs/images/Ins_G/Forensic/install_4.png" alt=""><figcaption></figcaption></figure>

## 동영상 안내 <a href="#id-2" id="id-2"></a>

### 1. 에이전트 설치 <a href="#id-2-1" id="id-2-1"></a>

{% embed url="<https://youtu.be/SzMPzaImDwk>" %}
<https://youtu.be/SzMPzaImDwk>
{% endembed %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.plura.io/ko/agents/forensic/windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
