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.
Panther-managed detections
See Panther-managed rules for Netskope in the panther-analysis GitHub repository.
schema: Netskope.Audit
description: Audit logs from the Netskope Audit API
referenceURL: https://docs.netskope.com/en/rest-api-v2-overview-312207.html
fields:
- name: timestamp
required: true
description: The timestamp of the audit log.
type: timestamp
timeFormats:
- unix
isEventTime: true
- name: type
required: true
description: The type of the audit log.
type: string
- name: user
required: true
description: The user associated with the audit log.
type: string
indicators:
- email
- username
- name: is_netskope_personnel
description: Indicates whether the user is Netskope personnel.
type: boolean
- name: severity_level
description: The severity level of the audit log.
type: int
- name: audit_log_event
required: true
description: The event description of the audit log.
type: string
- name: supporting_data
required: true
description: Supporting data associated with the audit log.
type: json
- name: organization_unit
description: The organization unit associated with the audit log.
type: string
- name: ur_normalized
description: The normalized user identifier.
type: string
- name: count
description: The count of the audit log.
type: int
- name: _insertion_epoch_timestamp
required: true
description: The timestamp of the log insertion.
type: int
- name: _id
required: true
description: The ID of the audit log.
type: string