OktaAuth0EventCollector

Okta Auth0 logs event collector integration for Cortex XSIAM.

Analytics & SIEM · Okta Auth0

Details

IDOktaAuth0EventCollector
ProviderOkta
CategoryAnalytics & SIEM
From Version8.2.0
Docker Imagedemisto/python3:3.12.13.10116658
Supported ModulesXSIAM

README

Okta Auth0 logs event collector integration for Cortex XSIAM.
This integration was integrated and tested with version 2.0 of Okta Auth0.
Please see the Okta Auth0 rate limit policy.

Configure Okta Auth0 Event Collector in Cortex

Parameter Description Required
Server URL   True
Client ID The API key to use for connection. True
Client Secret   True
First fetch (<number> <time unit>, e.g., 12 hours, 7 days)   False
The maximum number of events per fetch   False
Trust any certificate (not secure)   False
Use system proxy settings   False

Commands

You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.

okta-auth0-get-events


Manual command to fetch events and display them.

Base Command

okta-auth0-get-events

Input

Argument Name Description Required
should_push_events If true, the command will create events, otherwise it will only display them. Possible values are: true, false. Default is false. Required
limit Maximum number of results to return. Maximum is 2000. Default is 10. Optional
since Occurrence time of the least recent event to include (inclusive). Default is 3 days. Optional

Context Output

There is no context output for this command.

Configuration parameters

  • url — Server URL (required)
  • credentials — Client ID (required)
  • since — First fetch (<number> <time unit>, e.g., 12 hours, 7 days)
  • limit — The maximum number of events per fetch
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (1)

  • okta-auth0-get-events

    Manual command to fetch events and display them.

category: Analytics & SIEM
provider: Okta
commonfields:
  id: OktaAuth0EventCollector
  version: -1
configuration:
- defaultvalue: https://example.com/
  display: Server URL
  name: url
  required: true
  type: 0
- displaypassword: Client Secret
  display: Client ID
  additionalinfo: The API key to use for connection.
  name: credentials
  required: true
  type: 9
- display: First fetch (<number> <time unit>, e.g., 12 hours, 7 days)
  name: since
  type: 0
  defaultvalue: 3 days
  required: false
  section: Collect
- display: The maximum number of events per fetch
  name: limit
  type: 0
  defaultvalue: 1000
  required: false
  section: Collect
- display: Trust any certificate (not secure)
  name: insecure
  required: false
  type: 8
- display: Use system proxy settings
  name: proxy
  required: false
  type: 8
description: Okta Auth0 logs event collector integration for Cortex XSIAM.
display: Okta Auth0 Event Collector
name: OktaAuth0EventCollector
script:
  commands:
  - description: Manual command to fetch events and display them.
    name: okta-auth0-get-events
    arguments:
    - auto: PREDEFINED
      defaultValue: 'false'
      description: If true, the command will create events, otherwise it will only display them.
      name: should_push_events
      predefined:
      - 'true'
      - 'false'
      required: true
    - description: Maximum number of results to return. Maximum is 2000.
      name: limit
      defaultValue: 10
    - description: Occurrence time of the least recent event to include (inclusive).
      name: since
      defaultValue: 3 days
  isfetchevents: true
  runonce: false
  script: '-'
  type: python
  subtype: python3
  dockerimage: demisto/python3:3.12.13.10116658
marketplaces:
- marketplacev2
- platform
fromversion: 8.2.0
tests:
- No tests (auto formatted)
supportedModules:
- xsiam