> 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/fn/comm/filter/audit.md).

# Audit

{% hint style="info" %}
**호스트 보안 Auditlog 필터 등록 시 필요한 주요 정보**

* **운영체제 그룹**: Linux, Unix
* **운영체제**: 하위 모든 OS
* **Audit 채널**, **이벤트 타입** 정보 제공
  {% endhint %}

### 1. Audit 필터 등록 <a href="#id-1" id="id-1"></a>

* 기본 정보
  * **유형**, **분류**, **그룹** 선택
  * **운영체제 그룹**: Linux, Unix
  * **운영체제**: 모든 OS
  * **채널**: Auditlog
  * **필터명**, **설명**, **위험도**, **동작 시간**, **동작**
* 탐지 정보
  * **요소:** 채널에 포함된 정보를 제공합니다.
  * **데이터값:** 탐지에 필요한 데이터를 입력합니다.
  * **조건: 포함**, **일치**, **포함 제외** 등의 조건을 설정할 수 있습니다.

### &#x20;2. 채널 <a href="#id-2" id="id-2"></a>

* **채널**: Auditlog

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/filter2/audit/1.png" alt=""><figcaption></figcaption></figure>

### 3. 이벤트 타입 <a href="#id-3" id="id-3"></a>

* **이벤트 타입**(ID): 151개의 이벤트 타입 제공
* **구성**: 이벤트 타입명, 이벤트 타입(ID), Provider

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


---

# 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/fn/comm/filter/audit.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.
