An open API service indexing awesome lists of open source software.

https://github.com/ag-michael/pyfalcon

Crowdstrike Falcon streaming api client in python
https://github.com/ag-michael/pyfalcon

crowdstrike falcon python thehive thehive-project

Last synced: 6 months ago
JSON representation

Crowdstrike Falcon streaming api client in python

Awesome Lists containing this project

README

          

## pyfalcon
Crowdstrike Falcon streaming api client in python.

## Usage:

You can run the stand-alone `pyfalcon.py` script which will use the `config.json` json configuration file to connect to the crowdstrike falcon streaming api. If you choose this method, you'll need to edit the script and modify the processor() function to process the returned data further.

Alternatively you can import it as a module as part of your own separate project.