Docs Home
Panther.com
Release Notes
Demo Request
Search…
Overview
Quick Start
Data Onboarding
Writing Detections
Rules
Policies
Detection Auxiliary Functions
Testing
Alert Summaries
Detection Packs
Caching
Data Models
Global Helper Functions
Triaging Alerts
Report Mapping
Panther Analysis Tool
Runtime Environment
Cloud Security Scanning
Destinations
Data Analytics
Enrichment (BETA)
System Configuration
Alert Runbooks
Panther API (BETA)
Guides
Help
Powered By
GitBook
Runtime Environment
The following Python libraries are available to be used in Panther in addition to
boto3
provided by
AWS Lambda
:
Package
Version
Description
License
jsonpath-ng
1.5.2
JSONPath Implementation
Apache v2
policyuniverse
1.3.3.20210223
Parse AWS ARNs and Policies
Apache v2
requests
2.23.0
Easy HTTP Requests
Apache v2
To add more libraries, edit the
PipLayer
below in the
panther_config.yml
:
1
PipLayer
:
2
-
jsonpath
-
ng=1.5.2
3
-
policyuniverse==1.3.3.20210223
4
-
requests==2.23.0
Copied!
Alternatively, you can override the runtime libraries by attaching a custom Lambda layer in the
panther_config.yml
:
1
BackendParameterValues
:
2
PythonLayerVersionArn
:
'arn:aws:lambda:us-east-2:123456789012:layer:my-layer:3'
Copied!
For Panther Cloud customers, file a support ticket to have a custom layer or set of libraries applied
Previous
Panther Analysis Tool
Next
Cloud Security Scanning
Last modified
1mo ago
Copy link