# Slack 대상 (Webhook)

## 개요

대상은 룰, 정책, 시스템 상태 알러트, 그리고 룰 오류로부터 알러트를 수신하는 통합입니다. Panther는 알러트를 수신할 대상으로 Slack을 구성할 수 있도록 지원합니다.

## Panther에서 Slack 알러트 대상을 설정하는 방법

### 1단계: Slack에서 새 앱 구성하기

1. 웹 브라우저에서 다음에 로그인합니다. [Slack 워크스페이스](https://api.slack.com/) 관리자 권한으로.
2. 다음으로 이동합니다. [**Your Apps** 페이지](https://api.slack.com/apps).
3. 오른쪽 상단 모서리에서 **새 앱 만들기**.\
   ![On the left is a "Your Apps" header, and on the right is a "Create New App" button.](/files/a6d2674e27063860f529af7d4a8f26ad498d89a8)
4. 다음에서 **앱 만들기** 팝업 모달에서 다음을 선택합니다. **처음부터**.\
   ![Under a "Create an app" header, a "From scratch" option is circled.](/files/a47ed5cb2bc3df0d78b9572ffe94ed82e08c024c)
5. 다음에서 **앱 이름 및 워크스페이스 선택** 양식에서 다음 항목을 입력합니다:
   * **앱 이름**: 앱에 설명적인 이름을 지정합니다. 예: `Panther App`.
   * **앱을 개발할 워크스페이스 선택**: Panther 알러트를 전송할 워크스페이스를 선택합니다.\
     ![Under a "Name app & choose workspace" header are two fields: "App Name" and "Pick a workspace to develop your app in."](/files/7dc21bfc2bfa3dac990c1e548d330b5f1ec96d6e)
6. 다음을 클릭합니다. **앱 만들기**.
7. 다음의 **기본 정보** 페이지로 이동한 후, 왼쪽 탐색 모음에서 다음을 선택합니다. **Incoming Webhooks**.\
   ![In a navigation bar on the left side, an "Incoming Webhooks" link is circled. On the right is a page titled Basic Information.](/files/f0e0064f40a0935293d3778447333c79a4a52866)
8. 다음을 설정합니다. **Incoming Webhooks 활성화** 토글을 **켜짐**.
   * 다음에서 **워크스페이스용 Webhook URL** 섹션이 나타나면 다음을 클릭합니다. **워크스페이스에 새 Webhook 추가**.\
     ![](/files/f569790702d37929c6b4ab0089ec82a662a3ba47)
9. 다음에서 **\<Panther App>를 어디에 게시하시겠습니까?** 필드에서 Panther 알러트를 게시할 채널을 선택한 다음 다음을 클릭합니다. **허용**.\
   ![](/files/5e7ec69aaaa936ff2cb36f006aecdd35466403e3)
10. 다음 **Incoming Webhooks** 페이지의 **워크스페이스용 Webhook URL**아래에서 **Webhook URL** 방금 만든 URL을 복사합니다. 다음 단계에서 Panther의 Slack 대상을 구성할 때 필요합니다.

### 2단계: Panther에서 Slack 알러트 대상 구성하기

1. Panther Console에 로그인합니다.
2. 왼쪽 사이드바에서 클릭합니다 **Configure > 알러트 대상**.
3. 다음을 클릭합니다. **+첫 번째 대상 추가**.
   * 이미 대상이 만들어져 있다면, 페이지 오른쪽 상단에서 **Create New** 를 클릭하여 새 대상을 추가합니다.
4. 다음을 클릭합니다. **Slack**.
5. Destination을 구성하려면 양식을 작성하세요:
   * **표시 이름**: 설명이 포함된 이름을 입력하세요.
   * **Webhook URL**: 이전 섹션에서 생성한 Webhook URL을 입력합니다.
   * **심각도 수준**: 이 대상로 보낼 알러트의 심각도 수준을 선택합니다.
   * **기본 알러트 유형**: 이 대상로 보낼 알러트 유형을 선택합니다.
   * **로그 유형**: 기본적으로 모든 로그 유형에서 알러트를 보냅니다. 특정 로그 유형에서만 알러트를 보내려면 여기에서 로그 유형을 지정하세요.
   * **수동 전송 허용**: 이 토글을 ON으로 설정하면 [알러트를 수동으로 전송할 수 있습니다](https://docs.panther.com/alerts#manual-alert-dispatch) 이 대상에.\
     ![In the Panther Console, the "Configure your Slack Destination" page is displayed. It contains fields for Display Name, Slack Webhook URL, Severity, Alert Types, and Log Types.](/files/0944ae0c90c49244b628d49d3cd0a4cdb2302ea7)
6. 다음을 클릭합니다. **대상 추가**.
7. 마지막 페이지에서 선택적으로 **테스트 알러트 전송** 통합을 테스트하려면. 완료되면 클릭합니다 **설정 완료**.

## 대상에 대한 추가 정보

알러트 라우팅 순서, 대상 수정 또는 삭제, 워크플로 자동화에 대한 자세한 내용은 Panther 문서를 참조하세요: [대상](https://docs.panther.com/destinations).


---

# 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.panther.com/ko/alerts/destinations/slack.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.
