LICENSE.txt
MANIFEST.in
README.md
VERSION
requirements.txt
setup.cfg
setup.py
bin/panther_analysis_tool
bin/pat
panther_analysis_tool/__init__.py
panther_analysis_tool/analysis_utils.py
panther_analysis_tool/cli_output.py
panther_analysis_tool/constants.py
panther_analysis_tool/destination.py
panther_analysis_tool/directory.py
panther_analysis_tool/enriched_event.py
panther_analysis_tool/enriched_event_generator.py
panther_analysis_tool/immutable.py
panther_analysis_tool/main.py
panther_analysis_tool/schema_regexs.py
panther_analysis_tool/schemas.py
panther_analysis_tool/testing.py
panther_analysis_tool/util.py
panther_analysis_tool/validation.py
panther_analysis_tool/zip_chunker.py
panther_analysis_tool.egg-info/PKG-INFO
panther_analysis_tool.egg-info/SOURCES.txt
panther_analysis_tool.egg-info/dependency_links.txt
panther_analysis_tool.egg-info/requires.txt
panther_analysis_tool.egg-info/top_level.txt
panther_analysis_tool/backend/__init__.py
panther_analysis_tool/backend/client.py
panther_analysis_tool/backend/errors.py
panther_analysis_tool/backend/lambda_client.py
panther_analysis_tool/backend/mocks.py
panther_analysis_tool/backend/public_api_client.py
panther_analysis_tool/backend/graphql/async_bulk_upload.graphql
panther_analysis_tool/backend/graphql/async_bulk_upload_status.graphql
panther_analysis_tool/backend/graphql/bulk_upload.graphql
panther_analysis_tool/backend/graphql/create_or_update_schema.graphql
panther_analysis_tool/backend/graphql/create_perf_test.graphql
panther_analysis_tool/backend/graphql/delete_detections.graphql
panther_analysis_tool/backend/graphql/delete_saved_queries.graphql
panther_analysis_tool/backend/graphql/feature_flags.graphql
panther_analysis_tool/backend/graphql/generate_enriched_event.graphql
panther_analysis_tool/backend/graphql/get_rule_body.graphql
panther_analysis_tool/backend/graphql/get_version.graphql
panther_analysis_tool/backend/graphql/introspection_query.graphql
panther_analysis_tool/backend/graphql/list_schemas.graphql
panther_analysis_tool/backend/graphql/metrics.graphql
panther_analysis_tool/backend/graphql/replay.graphql
panther_analysis_tool/backend/graphql/stop_replay.graphql
panther_analysis_tool/backend/graphql/test_correlation_rule.graphql
panther_analysis_tool/backend/graphql/transpile_filters.graphql
panther_analysis_tool/backend/graphql/transpile_sdl.graphql
panther_analysis_tool/backend/graphql/validate_bulk_upload.graphql
panther_analysis_tool/backend/graphql/validate_bulk_upload_status.graphql
panther_analysis_tool/command/__init__.py
panther_analysis_tool/command/benchmark.py
panther_analysis_tool/command/bulk_delete.py
panther_analysis_tool/command/check_connection.py
panther_analysis_tool/command/standard_args.py
panther_analysis_tool/command/validate.py
panther_analysis_tool/detection_schemas/__init__.py
panther_analysis_tool/detection_schemas/analysis_config_schema.json
panther_analysis_tool/log_schemas/__init__.py
panther_analysis_tool/log_schemas/user_defined.py
tests/__init__.py
tests/fixtures/__init__.py
tests/unit/__init__.py
tests/unit/panther_analysis_tool/__init__.py
tests/unit/panther_analysis_tool/test_analysis_utils.py
tests/unit/panther_analysis_tool/test_check_packs.py
tests/unit/panther_analysis_tool/test_enriched_event.py
tests/unit/panther_analysis_tool/test_enriched_event_generator.py
tests/unit/panther_analysis_tool/test_exceptions.py
tests/unit/panther_analysis_tool/test_immutable.py
tests/unit/panther_analysis_tool/test_lookup_tables.py
tests/unit/panther_analysis_tool/test_main.py
tests/unit/panther_analysis_tool/test_schemas.py
tests/unit/panther_analysis_tool/test_testing.py
tests/unit/panther_analysis_tool/test_util.py
tests/unit/panther_analysis_tool/test_validation.py
tests/unit/panther_analysis_tool/test_version_matches.py
tests/unit/panther_analysis_tool/backend/__init__.py
tests/unit/panther_analysis_tool/backend/test_lambda_client.py
tests/unit/panther_analysis_tool/command/__init__.py
tests/unit/panther_analysis_tool/command/test_benchmark.py
tests/unit/panther_analysis_tool/command/test_bulk_delete.py
tests/unit/panther_analysis_tool/log_schemas/__init__.py
tests/unit/panther_analysis_tool/log_schemas/test_user_defined.py
tests/utils/__init__.py
tests/utils/get_specs_for_test.py