> 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/extraction/login.md).

# Login

{% hint style="info" %}
**크리덴셜 스터핑 공격에 대응하기 위해서는 로그인 성공 및 실패 정보를 확인하는 것이 필수적입니다.**&#x20;

계정탈취 필터에 등록된 로그인 정보를 바탕으로 모든 탐지를 제공합니다.

보안탐지 > [계정탈취](https://docs.plura.io/ko/function/common/sdetection/takeover) (크리덴셜 스터핑)
{% endhint %}

### 1. Login 추출리스트 <a href="#id-1" id="id-1"></a>

* 계정탈취 필터에 등록된 서버(Path, Host)의 로그인 시도를 추출하여 제공합니다.

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

* 날짜 및 시도 횟수를 기준으로 정렬할 수 있습니다.&#x20;
* 기본적으로는 최신순으로 로그인 정보가 표시됩니다.

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

### 3. 페이지당 로그 노출 설정 <a href="#id-3" id="id-3"></a>

* 한 페이지에서 표시할 로그 라인의 수를 20\~100라인 범위에서 설정할 수 있습니다.<br>

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/common/extraction/login/2.png" alt=""><figcaption></figcaption></figure>

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

* 기본은 오늘로, 시간 설정을 통하여 특정 정보 검색 제공
* 과거 로그로 전날, 1주 또는 1개월 등 기간 선택 제공<br>

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/common/extraction/login/3.png" alt=""><figcaption></figcaption></figure>

### 5. 응답 <a href="#id-5" id="id-5"></a>

* 응답 상태에 따라 로그를 필터링하여 정렬할 수 있습니다.

  <br>

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/common/extraction/login/4.png" 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/extraction/login.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.
