# 전체로그

{% hint style="info" %}
웹 접속 전체 로깅을 제공합니다.

* 웹 탐지 로그 분석 시, 요청 및 응답 본문 정보가 포함됩니다 (세계 특허 기술).
* OWASP TOP 10 및 사용자 정의 필터 방식을 지원합니다.
* 주요 로그 정보를 시각화하여 제공합니다.
* 알려지지 않은(Unknown) 공격에도 대응 가능합니다.
  {% endhint %}

### 1. 정렬 <a href="#id-1" id="id-1"></a>

* **정렬 기준**: 생성일 기준의 최신순, 과거순, 요청 크기, 동일 로그 등 다양한 기준으로 정렬할 수 있습니다.
* 기본 설정은 최신순으로, 가장 최근에 생성된 로그가 먼저 표시됩니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/waf/all/01.png" alt=""><figcaption></figcaption></figure>

### 2. 페이지당 로그 라인 수 설정 <a href="#id-2" id="id-2"></a>

* 한 페이지에 표시되는 로그 라인 수를 20 \~ 100 라인 사이에서 선택할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/waf/all/02.png" alt=""><figcaption></figcaption></figure>

### 3. 날짜/시간 선택 <a href="#id-3" id="id-3"></a>

* 기본적으로 당일 발생한 로그를 표시하며, 시간 설정을 통해 특정 로그를 검색할 수 있습니다.
* 전날, 1주일, 1개월 등 과거 기간을 선택할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/waf/all/03.png" alt=""><figcaption></figcaption></figure>

### 4. 그룹 선택 <a href="#id-4" id="id-4"></a>

* 그룹별 로그 정렬이 가능합니다.<br>

  <figure><img src="/files/jnpXQJUkODnKgrVHuZQm" alt="" width="563"><figcaption></figcaption></figure>

### 5. 운영체제 선택 <a href="#id-5" id="id-5"></a>

* 운영체제별로 로그를 정렬할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/waf/all/05.png" alt=""><figcaption></figcaption></figure>

### 6. 호스트 선택 <a href="#id-6" id="id-6"></a>

* 특정 호스트를 선택하여 해당 호스트의 로그를 정렬할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/waf/all/06.png" alt=""><figcaption></figcaption></figure>

### 7. 호스트(도메인) 선택 <a href="#id-7" id="id-7"></a>

* 특정 호스트(도메인)을 선택하여 해당 로그를 정렬할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/waf/all/07.png" alt=""><figcaption></figcaption></figure>

### 8. 상태값 선택 <a href="#id-8" id="id-8"></a>

* 웹 서버 응답 코드에 따라 로그를 정렬할 수 있습니다.
* 예: 정상 응답(200), 페이지 없음(404), 서버 오류(500)

<figure><img src="https://qubitsec.github.io/docs/images/Manual/waf/all/08.png" alt=""><figcaption></figcaption></figure>

### 9. 메소드 선택 <a href="#id-9" id="id-9"></a>

* **요청 헤더 정보**에 따른 정렬 (GET, POST 등)
  * RFC 정의: GET, POST, CONNECT, DELETE, HEAD, OPTIONS, PATCH, PUT, TRACE
  * RFC 정의되지 않은 값이 있을 경우: noneRFC로 표시

<figure><img src="https://qubitsec.github.io/docs/images/Manual/waf/all/09.png" alt=""><figcaption></figcaption></figure>

### 10. 유형 선택 <a href="#id-10" id="id-10"></a>

* 탐지 발생 시 기준값에 따라 로그를 정렬할 수 있습니다.
* OWASP TOP 10 및 사용자 정의 필터가 지원됩니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/waf/all/10.png" alt=""><figcaption></figcaption></figure>

### 11. 로그 분석 정보 <a href="#id-11" id="id-11"></a>

* 로그 목록을 클릭하면 각각의 로그에 담긴 자세한 내용을 확인할 수 있습니다. <br>

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/waf/all/11.png" alt=""><figcaption></figcaption></figure>

### 12. 로그 원본 내용 <a href="#id-12" id="id-12"></a>

* ‘로그상세’ 버튼을 클릭하면 발생된 원본 내용을 확인할 수 있습니다.<br>

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/waf/all/12.png" alt=""><figcaption></figcaption></figure>


---

# 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.plura.io/ko/fn/waf/flog.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.
