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
- Host: GitHub
- URL: https://github.com/ag-michael/pyfalcon
- Owner: ag-michael
- Created: 2019-01-20T18:46:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T22:21:42.000Z (over 6 years ago)
- Last Synced: 2023-03-08T20:22:06.088Z (over 2 years ago)
- Topics: crowdstrike, falcon, python, thehive, thehive-project
- Language: Python
- Size: 11.7 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.