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

# Axonius 로그

## 개요

Panther가 수집하는 [Axonius](https://www.axonius.com/) Panther의 HTTP 엔드포인트로 로그를 보내도록 Axonius를 구성하여 활동 로그를 수집합니다.

Axonius는 장치, 사용자, 소프트웨어에 대한 가시성과 제어를 제공하는 사이버 보안 자산 관리 플랫폼입니다.

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

### 1단계: Panther에서 새 Axonius 소스를 생성합니다

1. Panther Console의 왼쪽 탐색 모음에서 클릭 **로그 소스**.
2. 클릭합니다 **새로 만들기**.
3. "Axonius"를 검색한 다음 해당 타일을 클릭합니다.
4. 슬라이드아웃 패널에서 다음을 클릭합니다 **설정 시작**.

   <figure><img src="/files/56469747e09455e403284007e2f8b4b05f570dc8" alt=""><figcaption></figcaption></figure>
5. 다음을 따르세요: [HTTP 소스를 구성하기 위한 Panther의 지침](/ko/data-onboarding/data-transports/http.md#how-to-set-up-an-http-log-source-in-panther), 5단계부터 시작합니다.
   * 설정할 때 **인증 방식** 소스의 경우 다음 중에서 선택합니다 [공유 비밀](/ko/data-onboarding/data-transports/http.md#shared-secret), [Bearer](/ko/data-onboarding/data-transports/http.md#bearer), 및 [기본](/ko/data-onboarding/data-transports/http.md#basic). 공유 비밀 사용을 권장합니다.
     * 선택한 경우 **SharedSecret**로 설정되면, **헤더 이름** 값으로 고정됩니다 `x-panther-axonius`.
   * 이 소스로 전송되는 페이로드는 [모든 HTTP 소스의 페이로드 요구사항](/ko/data-onboarding/data-transports/http.md#payload-requirements).
   * HTTP 엔드포인트 생성이 완료될 때까지 다음 단계로 진행하지 마세요.

### 2단계: Axonius에서 HTTPS 웹훅을 생성합니다

* 다음의 지침에 따라 Axonius에서 HTTPS 웹훅을 생성합니다 [Axonius HTTPS 로그 설정 구성 문서](https://docs.axonius.com/docs/configuring-https-log-settings).
  * 다음 **HTTPS 로그 호스트** 필드에 1단계에서 생성한 URL을 입력합니다.
  * 1단계에서 사용한 방법에 따라 인증을 구성합니다:
    * 공유 비밀 인증을 사용한 경우, **사용자 지정 요청 헤더(JSON 형식)**, 다음을 입력합니다 `{"x-panther-axonius": "[공유 비밀 토큰]"}`.
    * Bearer 인증을 사용한 경우, **Authorization 헤더** 필드에 다음을 입력합니다 `Bearer <베어러 토큰>`.
    * 기본 인증을 사용한 경우, **Authorization 헤더** 필드에 다음을 입력합니다 `Basic <기본 토큰>`.

## 지원되는 로그 유형

### Axonius.Activity

```yaml
스키마: Axonius.Activity
설명: Axonius 활동 로그의 활동 이벤트
참조 URL: https://docs.axonius.com/docs/activities
필드:
  - name: time
    필수: true
    설명: 이벤트가 생성된 시점의 타임스탬프
    유형: timestamp
    시간 형식:
      - unix
    이벤트 시간 여부: true
  - name: source
    필수: true
    설명: 활동 이벤트를 생성하는 원본 시스템
    유형: string
  - 이름: event
    필수: true
    설명: 활동 이벤트와 관련된 필드 모음
    유형: object
    필드:
      - 이름: action
        필수: true
        설명: 수행된 특정 작업
        유형: string
      - 이름: category
        필수: true
        설명: 활동 이벤트의 범주
        유형: string
      - 이름: type
        필수: true
        설명: 이벤트의 유형/심각도 수준
        유형: string
      - 이름: user
        설명: 이벤트와 연결된 사용자(사용자 시작 작업)
        유형: string
      - 이름: params
        설명: 이벤트에 대한 추가 매개변수 및 세부 정보(구조는 이벤트 범주에 따라 다름)
        유형: object
        필드:
          - name: source
            설명: 작업에 관련된 원본 시스템 또는 통합(UserManagement 이벤트)
            유형: string
          - name: user_name
            설명: 작업에 관련된 사용자의 사용자 이름 또는 이메일(UserManagement 이벤트)
            유형: string
          - 이름: adapter
            설명: 작업에 관련된 adapter 이름(CustomDiscovery, Adapters 이벤트)
            유형: string
          - 이름: client_id
            설명: adapter 인스턴스의 클라이언트 식별자(Adapters 이벤트)
            유형: string
          - 이름: devices_count
            설명: 처리된 장치 수(Adapters 이벤트)
            유형: bigint
          - 이름: users_count
            설명: 처리된 사용자 수(Adapters 이벤트)
            유형: bigint
          - 이름: duration
            설명: HH:MM:SS 형식의 adapter 작업 기간(Adapters 이벤트)
            유형: string
          - 이름: generic_counts_msg
            설명: 처리된 엔티티에 대한 포괄적인 통계를 포함한 상세 카운트 메시지(Adapters 이벤트)
            유형: string
          - 이름: space_id
            설명: 대시보드 공간의 고유 식별자(Dashboard 이벤트)
            유형: string
          - 이름: space_name
            설명: 대시보드 공간의 사람이 읽을 수 있는 이름(Dashboard 이벤트)
            유형: string
          - 이름: ip
            설명: 사용자 세션과 연결된 IP 주소(UserSession 이벤트)
            유형: string
            지표:
              - ip
          - 이름: status
            설명: 인증 시도의 상태(UserSession 이벤트)
            유형: string
          - 이름: name
            설명: 강제 적용 룰, 정책, 워크플로 또는 저장된 쿼리의 이름(Enforcements, Workflows, SavedQueries 이벤트)
            유형: string
          - 이름: access_type
            설명: 저장된 쿼리의 액세스 수준(SavedQueries 이벤트)
            유형: string
          - 이름: module
            설명: 저장된 쿼리가 대상으로 하는 데이터 모듈(SavedQueries 이벤트)
            유형: string
          - 이름: action_name
            설명: 실행 중인 작업의 설명적 이름(RunAction 이벤트)
            유형: string
          - 이름: enforcement
            설명: 실행 중인 강제 적용 룰 식별자(Enforcements RunAction 이벤트)
            유형: string
          - 이름: workflow
            설명: 실행 중인 워크플로 식별자 또는 이름(Workflows RunAction 이벤트)
            유형: string
          - 이름: run_id
            설명: 작업 실행을 추적하기 위한 실행 식별자(RunAction 이벤트)
            유형: string
          - 이름: id
            설명: 액세스되는 데이터 항목의 고유 식별자(Users ViewItem 이벤트)
            유형: string
          - 이름: config_id
            설명: 웹훅 구성 식별자(WebhookManagement 이벤트)
            유형: string
          - 이름: vendor_name
            설명: 외부 공급업체 또는 서비스 이름(WebhookManagement 이벤트)
            유형: 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, and the optional `goal` query parameter:

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