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

# Login

{% hint style="info" %}
**크리덴셜 스터핑 공격 대응**

* **로그인 성공 및 실패 정보**를 확인하는 것은 크리덴셜 스터핑 공격 대응에 필수적입니다.
* 로그인 성공 및 실패 로그를 기반으로 **가시성**을 제공합니다.
* **요청 헤더**에서 IP 주소, 쿠키, 브라우저, 레퍼러 정보를 참조할 수 있습니다.
* **요청 본문**에서 사용자 아이디를 추출합니다.
* **응답 헤더**에서 상태값을 참조하여 상태를 확인할 수 있습니다.
* **Host**와 **Path** 정보를 통해 더 상세한 로그를 확인할 수 있습니다.
* **테이블**과 **그래프** 형식으로 데이터를 선택하여 볼 수 있습니다.
  {% endhint %}

### 통계 항목 <a href="#id-1" id="id-1"></a>

* 일일 통계&#x20;

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

* 주별 통계

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

* 월별 통계

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

* 통계 > 로그인 페이지 상단에서 **Host**와 **Path**가 선택되지 않은 경우, 시간대별 로그인 분석이 노출되지 않습니다.

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

* **Host**와 **Path**를 선택하면 시간대별 로그인 분석 통계가 표시됩니다.

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