For the complete documentation index, see llms.txt. This page is also available as Markdown.
Lacework Export
Export Lacework logs to Panther via S3, Google Cloud Storage, or Azure
Overview
Panther supports ingesting Lacework export logs common Data Transport options: Amazon Web Services (AWS) S3, Google Cloud Storage (GCS), and Azure Blob.
Lacework.Applications contains applications information running on the machine with an agent installed with details (such as application name, user name, machine, etc.).
fields:
- name: APP_NAME
required: true
description: The application name detected by the Lacework agent installed on the machine.
type: string
- name: CONTAINER_INFO
description: The container info provides details about the container where the application is running.
type: json
- name: END_TIME
required: true
description: The time and date when the hourly aggregation time period ends.
type: timestamp
timeFormats:
- '%a, %d %b %Y %H:%M:%S %z'
- '%Y-%m-%d %H:%M:%S.%f'
- name: EXE_PATH
required: true
description: The executable path for the detected application.
type: string
- name: MID
description: The Lacework-generated machine identifier that uniquely identifies the machine.
type: string
- name: NET_STATS
description: The network stats about the application including the number of bytes in and out of the network.
type: json
- name: PROPS_MACHINE
description: The machine properties such as host name, ip address, machine tags, etc.
type: object
fields:
- name: hostname
description: hostname
type: string
indicators:
- hostname
- name: ip_addr
description: ip_addr
type: string
indicators:
- ip
- name: mem_kbytes
description: mem_kbytes
type: bigint
- name: num_users
description: num_users
type: bigint
- name: primary_tags
description: primary_tags
type: json
- name: tags
description: tags
type: json
- name: up_time
description: up_time
type: bigint
- name: START_TIME
required: true
description: The time and date when the hourly aggregation time period starts.
type: timestamp
timeFormats:
- '%a, %d %b %Y %H:%M:%S %z'
- '%Y-%m-%d %H:%M:%S.%f'
isEventTime: true
- name: USERNAME
description: The username running the application on the machine.
type: object
fields:
- name: effective
description: effective
type: string
indicators:
- username
- name: original
description: original
type: string
indicators:
- username
fields:
- name: START_TIME
required: true
description: The time and date when the hourly aggregation time period starts.
type: timestamp
timeFormats:
- '%a, %d %b %Y %H:%M:%S %z'
- '%Y-%m-%d %H:%M:%S.%f'
isEventTime: true
- name: END_TIME
required: true
description: The time and date when the hourly aggregation time period ends.
type: timestamp
timeFormats:
- '%a, %d %b %Y %H:%M:%S %z'
- '%Y-%m-%d %H:%M:%S.%f'
- name: URN
required: true
description: URN of the resource.
type: string
indicators:
- aws_arn
- name: SERVICE
description: The service that the resource belongs to.
type: string
- name: STATUS
description: The status of the resource.
type: json
- name: CLOUD_DETAILS
description: Cloud details.
type: json
- name: RESOURCE_TYPE
description: The resource type.
type: string
- name: RESOURCE_ID
required: true
description: The ID of the resource.
type: string
- name: RESOURCE_REGION
description: The region that the resource belongs to.
type: string
- name: RESOURCE_CONFIG
description: The configuration of the resource.
type: json
- name: RESOURCE_TAGS
description: The tags associated with the resource.
type: json
- name: CSP
description: The cloud provider.
type: string
- name: API_KEY
description: The key describing the API used to fetch data for the resource.
type: string