The Falcon Sandbox Phantom App
Copyright (C) 2018 Hybrid Analysis GmbH
============
- Phantom >= 3.5.180
Should you not be using hybrid-analysis.com as the application server, but a private cloud or on premise instance, please E-Mail support@crowdstrike.com for help on enabling the Phantom integration on your instance.
After creating the Falcon Sandbox asset, we recommended to test the application server connectivity. That way, you make sure that the provided base URL and API credentials are working correctly.
- Go to
VxPhantom
directory, - Run
python -m compileall .
command to prepare .pyc files (you can remove already existing .pyc filesfind . -type f -name '*.pyc' -delete
), - Run
python compile_app.py -d -t
command.