Panther supports receiving Auth0 logs directly via webhook
Overview
Auth0 log ingestion is in open beta starting with Panther version 1.73. Please share any bug reports and feature requests with your Panther support team.
schema: Auth0.Events
description: Event logs from Auth0 Log Stream
referenceURL: https://auth0.com/docs/deploy-monitor/logs
fields:
- name: log_id
required: true
description: The ID of the log.
type: string
- name: data
required: true
description: The data object containing information about the log.
type: object
fields:
- name: date
description: Date/Time when the event occurred.
type: timestamp
timeFormats:
- rfc3339
isEventTime: true
- name: type
description: Type of event.
type: string
- name: description
description: Description of this event.
type: string
- name: connection
description: Name of the connection the event relates to.
type: string
- name: connection_id
description: ID of the connection the event relates to.
type: string
- name: client_id
description: ID of the client (application).
type: string
- name: client_name
description: Name of the client (application).
type: string
- name: ip
description: IP address of the log event source.
type: string
indicators:
- ip
- name: hostname
description: Hostname the event applies to.
type: string
- name: user_id
description: ID of the user involved in the event.
type: string
indicators:
- username
- name: user_name
description: Name of the user involved in the event.
type: string
indicators:
- username
- name: audience
description: API audience the event applies to.
type: string
- name: scope
description: Scope permissions applied to the event.
type: string
- name: strategy
description: Name of the strategy involved in the event.
type: string
- name: strategy_type
description: Type of strategy involved in the event.
type: string
- name: details
description: Additional useful details about this event (structure is dependent upon event type).
type: json
- name: log_id
description: Unique ID of the event.
type: string
- name: is_mobile
description: Whether the client was a mobile device (true) or desktop/laptop/server (false).
type: boolean
- name: user_agent
description: User agent string from the client device that caused the event.
type: string
- name: location_info
description: Information about the location that triggered this event based on the IP.
type: object
fields:
- name: country_code
description: Two-letter Alpha-2 ISO 3166-1 country code.
type: string
- name: country_code3
description: Three-letter Alpha-3 ISO 3166-1 country code.
type: string
- name: country_name
description: Full country name in English.
type: string
- name: city_name
description: Full city name in English.
type: string
- name: latitude
description: Global latitude position.
type: float
- name: longitude
description: Global longitude position.
type: float
- name: time_zone
description: Time zone name as found in the tz database.
type: string
- name: continent_code
description: Two-letter continent code.
type: string