-
Notifications
You must be signed in to change notification settings - Fork 130
Installation Upgrades and Removal
FalconPy leverages the Python Package Index for distribution, making installation and maintenance easy.
Stable releases of FalconPy are available on the Python Package Index and are the default installation option:
python3 -m pip install crowdstrike-falconpy
You may also call pip3
directly to perform an installation:
pip3 install crowdstrike-falconpy
If you'd like to try the absolute bleeding edge, an automated GitHub action releases a test package
with every merged pull request that has the string [DEPLOY]
in the head of the commit.
To install this Bleeding Edge (development) version, you will need to use the PyPI test index:
python3 -m pip install -i https://test.pypi.org/simple crowdstrike-falconpy
or:
pip3 install -i https://test.pypi.org/simple crowdstrike-falconpy
Upgrading the package to the latest stable release follows a similar pattern:
python3 -m pip install crowdstrike-falconpy --upgrade
or:
pip3 install crowdstrike-falconpy --upgrade
To upgrade to the Bleeding Edge version you can use the following command:
python3 -m pip install -i https://test.pypi.org/simple crowdstrike-falconpy --upgrade
or:
pip3 install -i https://test.pypi.org/simple crowdstrike-falconpy --upgrade
To uninstall and remove the FalconPy package entirely:
python3 -m pip uninstall crowdstrike-falconpy
or:
pip3 uninstall crowdstrike-falconpy
Please note: This will uninstall whichever version of FalconPy you have installed, bleeding edge or stable.
- Home
- Discussions Board
- Glossary of Terms
- Installation, Upgrades and Removal
- Samples Collection
- Using FalconPy
- API Operations
-
Service Collections
- Alerts
- API Integrations
- ASPM
- CAO Hunting
- Certificate Based Exclusions
- Cloud AWS Registration
- Cloud Azure Registration
- Cloud OCI Registration
- Cloud Connect AWS (deprecated)
- Cloud Security Assets
- Cloud Snapshots
- Configuration Assessment
- Configuration Assessment Evaluation Logic
- Container Alerts
- Container Detections
- Container Image Compliance
- Container Images
- Container Packages
- Container Vulnerabilities
- Content Update Policies
- Correlation Rules
- CSPM Registration
- Custom IOAs
- Custom Storage
- D4C Registration (deprecated)
- DataScanner (deprecated)
- Delivery Settings
- Deployments
- Detects
- Device Content
- Device Control Policies
- Discover
- Downloads
- Drift Indicators
- Event Streams
- Exposure Management
- FaaS Execution
- Falcon Complete Dashboard
- Falcon Container
- Falcon Intelligence Sandbox
- FDR
- FileVantage
- Firewall Management
- Firewall Policies
- Foundry LogScale
- Host Group
- Host Migration
- Hosts
- Identity Protection
- Image Assessment Policies
- Incidents
- Installation Tokens
- Intel
- Intelligence Feeds
- Intelligence Indicator Graph
- IOA Exclusions
- IOC
- IOCs (deprecated)
- Kubernetes Protection
- MalQuery
- Message Center
- ML Exclusions
- Mobile Enrollment
- MSSP (Flight Control)
- NGSIEM
- OAuth2
- ODS (On Demand Scan)
- Overwatch Dashboard
- Prevention Policy
- Quarantine
- Quick Scan
- Quick Scan Pro
- Real Time Response
- Real Time Response Admin
- Real Time Response Audit
- Recon
- Report Executions
- Response Policies
- Sample Uploads
- Scheduled Reports
- Sensor Download
- Sensor Update Policy
- Sensor Usage
- Sensor Visibility Exclusions
- Serverless Vulnerabilities
- Spotlight Evaluation Logic
- Spotlight Vulnerabilities
- Tailored Intelligence
- ThreatGraph
- Unidentified Containers
- User Management
- Workflows
- Zero Trust Assessment
- Documentation Support
-
CrowdStrike SDKs
- Crimson Falcon - Ruby
- FalconPy - Python 3
- FalconJS - Javascript
- goFalcon - Go
- PSFalcon - Powershell
- Rusty Falcon - Rust