Skip to main content

No project description provided

Project description

panther-okta

Panther SDK repo for Okta content

Install all content with defaults:

import panther_okta as okta

okta.use_all_with_defaults()

Install a single rule with overrides:

from panther_sdk import detection
from panther_utils import match_filters
import panther_okta as okta

okta.rules.account_support_access(
    # optionally, provide overrides
    overrides=detection.RuleOptions(
        # override the default "reference"
        reference="https://security-wiki.megacorp.internal/okta-incident-response",
    ),
    # optionally, provide pre-filters to be added to the defaults
    pre_filters=[
        match_filters.deep_equal("version", "0"),
    ]
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

panther_okta-0.2.0.tar.gz (25.3 kB view details)

Uploaded Source

File details

Details for the file panther_okta-0.2.0.tar.gz.

File metadata

  • Download URL: panther_okta-0.2.0.tar.gz
  • Upload date:
  • Size: 25.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for panther_okta-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3b7d107820e5cc9c122fc925b1a4c6ec2069c5362229f313797f468ca683ce43
MD5 ec196afa86d08539e14b152db5d72c41
BLAKE2b-256 7efbdd1d3df8b4049708f0d22b92987e31d3b938fabcff804d064ff3e15f1a82

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page