Connecting Carbon Black logs in your Panther Console
Overview
Carbon Black log ingestion is in open beta starting with Panther version 1.78, and is available to all customers. Please share any bug reports and feature requests with your Panther support team.
The Trigger an alert when no events are processed setting defaults to YES. We recommend leaving this enabled, as you will be alerted if data stops flowing from the log source after a certain period of time. The timeframe is configurable, with a default of 24 hours.
Supported log types
Required fields in the schema are listed as "required: true" just below the "name" field.
schema: CarbonBlack.Audit
description: Audit logs from CarbonBlack
referenceURL: https://developer.carbonblack.com/reference/carbon-black-cloud/cb-defense/latest/rest-api/
fields:
- name: verbose
description: Whether the event is verbose or not
type: boolean
- name: eventId
description: The ID of the event
required: true
type: string
- name: eventTime
description: The time the event occurred
type: timestamp
timeFormats:
- unix_ms
isEventTime: true
- name: description
description: A description of the event
type: string
- name: orgName
description: The name of the organization
type: string
- name: clientIp
description: The IP address of the client
type: string
indicators:
- ip
- name: requestUrl
description: The URL of the request
type: string
indicators:
- hostname
- name: loginName
description: The name of the user who logged in
type: string
indicators:
- username
- name: flagged
description: Whether the event is flagged or not
type: boolean