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

# IP주소

{% hint style="info" %}
**공격자 IP 주소 실시간 탐지는 공격 대응에 매우 효과적입니다.**

* **IP 주소 추출**: 추천 및 사용자 정의 필터에 의해 탐지된 IP 주소를 추출합니다.
* IP 주소의 특징을 반영하여 **C-TAS**에 등록된 **Blacklist 여부** 및 **사용 국가** 정보를 표시합니다.
  {% endhint %}

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

* 시스템에서 발생하는 모든 IP 주소를 추출하여 제공합니다.

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

* 날짜 및 탐지 횟수를 기준으로 정렬할 수 있으며, 기본 정렬 방식은 **최신순**입니다.

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

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

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

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