> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/data-onboarding/supported-logs/proofpoint.md).

# Proofpoint 로그

## 개요

Panther는 쿼리하여 Proofpoint 로그를 가져올 수 있습니다 [Proofpoint SIEM API](https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/SIEM_API).

## Proofpoint 로그를 Panther에 온보딩하는 방법

Proofpoint 로그를 온보딩하려면 먼저 Proofpoint API 자격 증명을 생성한 다음 Panther에 Proofpoint 소스를 만듭니다.

### 1단계: Proofpoint에서 API 자격 증명 생성

1. Proofpoint에 로그인합니다.
2. 다음으로 이동: **설정.**
3. 다음을 클릭합니다: **새 토큰**, 그런 다음 토큰을 생성합니다.
   * 다음을 저장합니다 **토큰 서비스 주체** 그리고 **토큰 비밀** 다음 단계에서 필요하므로 안전한 위치에 생성합니다.

### 2단계: Panther에 Proofpoint 소스 생성

1. Panther Console의 왼쪽 탐색 모음에서 클릭 **구성** > **로그 소스.**
2. 다음을 클릭합니다: **새로 만들기.**
3. “Proofpoint”를 검색한 다음 해당 타일을 클릭합니다.
4. 슬라이드아웃 패널에서 **설정 시작**.
5. 설명적인 **이름** 소스 이름 예: "My Proofpoint logs."
6. 다음을 클릭합니다: **설정**.
7. 다음에서 **자격 증명 설정** 페이지에서 다음 필드의 값을 입력합니다:
   * **Proofpoint 도메인**: Proofpoint 인스턴스의 도메인 이름을 입력합니다. 예: `https://tap-api-v2.proofpoint.com`.
   * **토큰 서비스 주체**: 1단계에서 Proofpoint에서 생성한 값을 입력합니다.
   * **토큰 비밀**: 1단계에서 Proofpoint에서 생성한 값을 입력합니다.
8. 다음을 클릭합니다: **설정**. 성공 화면으로 이동합니다:\\

   <figure><img src="/files/e0820e5acb9452e294cfe3ba72060f0fbbfd3b32" alt="The success screen reads, &#x22;Everything looks good! Panther will now automatically pull &#x26; process logs from your account&#x22;" width="281"><figcaption></figcaption></figure>

   * 선택적으로 하나 이상의 [디택션 팩](https://docs.panther.com/detections/panther-managed/packs).
   * 해당 **이벤트가 처리되지 않을 때 알러트를 트리거** 설정의 기본값은 **YES**. 일정 시간이 지나 로그 소스에서 데이터 흐름이 중지되면 알림을 받게 되므로 이 기능을 활성화한 상태로 두는 것을 권장합니다. 기간은 구성 가능하며 기본값은 24시간입니다.\\\\

     <figure><img src="/files/7db146cd7acee3d0704a4a8b2157f230cfa22168" alt="The &#x22;Trigger an alert when no events are processed&#x22; toggle is set to YES. The &#x22;How long should Panther wait before it sends you an alert that no events have been processed&#x22; setting is set to 1 Day" width="320"><figcaption></figcaption></figure>

## 지원되는 로그 유형

### Proofpoint.Event

Proofpoint.Event 로그는 Proofpoint 인스턴스 내의 활동을 나타냅니다. 자세한 내용은 [Proofpoint 문서](https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/SIEM_API).

```yaml
schema: Proofpoint.Event
description: Proofpoint API에서 가져온 이벤트 로그
referenceURL: https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/SIEM_API
fields:
  - name: messageTime
    description: 로그의 타임스탬프.
    isEventTime: true
    timeFormats:
      - rfc3339
    type: timestamp
  - name: messageParts
    description: 메시지의 부분을 포함하는 JSON 구조.
    유형: json
  - name: fromAddress
    description: 메시지가 발신된 이메일 주소 배열.
    type: array
    element:
      type: string
      indicator: email
  - name: toAddresses
    description: 메시지가 수신된 이메일 주소 배열.
    type: array
    element:
      type: string
      indicator: email
  - name: recipient
    description: 메시지가 수신된 이메일 주소 배열.
    type: array
    element:
      type: string
      indicator: email
  - name: threatsInfoMap
    description: 위협 정보를 포함하는 객체 배열.
    type: array
    element:
      type: object
      fields:
        - name: threatUrl
          description: 위협과 연결된 URL.
          type: string
          indicator: url
        - name: threatID
          description: 위협의 고유 식별자.
          type: string
        - name: threatStatus
          description: 위협의 상태.
          type: string
        - 이름: classification
          description: 위협의 분류 유형.
          type: string
        - name: threatTime
          description: 위협의 타임스탬프.
          type: string
          indicator:
            - timestamp
        - 이름: threat
          description: 위협의 세부 정보.
          type: string
        - name: campaignID
          description: 관련 캠페인의 식별자.
          type: string
        - name: threatType
          description: 위협 유형.
          type: string
  - name: completelyRewritten
    description: 메시지가 완전히 다시 작성되었는지 여부를 나타냅니다.
    유형: boolean
  - 이름: id
    description: 이벤트의 고유 식별자.
    type: string
  - name: QID
    description: 메시지의 큐 식별자.
    type: string
  - name: GUID
    description: 이벤트의 전역 고유 식별자.
    type: string
  - 이름: 발신자
    description: 발신자의 이메일 주소.
    type: string
    indicator:
      - 이메일
  - name: senderIP
    description: 발신자의 IP 주소.
    type: string
    indicator:
      - ip
  - name: messageID
    description: 메시지의 고유 식별자.
    type: string
  - name: spamScore
    description: 메시지가 스팸일 가능성을 나타내는 점수.
    유형: int
  - name: phishScore
    description: 메시지가 피싱 시도일 가능성을 나타내는 점수.
    유형: int
  - name: impostorScore
    description: 발신자가 사칭자일 가능성을 나타내는 점수.
    유형: int
  - name: malwareScore
    description: 메시지에 멀웨어가 포함되었을 가능성을 나타내는 점수.
    유형: int
  - 이름: cluster
    description: 이벤트와 관련된 클러스터 정보.
    type: string
  - 이름: 제목
    description: 이메일 제목.
    type: string
  - name: quarantineFolder
    description: 메시지가 격리되는 폴더.
    type: string
  - name: quarantineRule
    description: 메시지 격리에 적용된 룰.
    type: string
  - name: policyRoutes
    description: 정책 라우팅 정보를 포함하는 JSON 구조.
    유형: json
  - name: modulesRun
    description: 메시지 처리에 실행된 모듈에 대한 정보를 포함하는 JSON 구조.
    유형: json
  - name: messageSize
    description: 바이트 단위의 메시지 크기.
    유형: int
  - name: headerFrom
    description: 'From' 헤더의 이메일 주소.
    type: string
    indicator: email
  - name: headerReplyTo
    description: 'Reply-To' 헤더의 이메일 주소.
    type: string
    indicator: email
  - name: ccAddresses
    description: 'CC' 필드의 이메일 주소 배열.
    type: array
    element:
      type: string
      indicator: email
  - name: replyToAddress
    description: 'Reply-To' 필드의 이메일 주소 배열.
    type: array
    element:
      type: string
      indicator: email
  - name: xmailer
    description: 메시지를 보낸 이메일 클라이언트 또는 서버에 대한 정보.
    type: string
```


---

# 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:

```
GET https://docs.panther.com/ko/data-onboarding/supported-logs/proofpoint.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.
