Skip to content

First steps with PS Banshee

After installing PS Banshee, you can check that the commands are available by running the banshee command:

PS Banshee commands

You should see a help menu listing the available commands.

Authorization

Provide your Recorded Future API key using the -k or --api-key argument, or set it as the RF_TOKEN environment variable:

banshee -k <RF_TOKEN> <command> <sub-command> <arguments>

Proxies

If you are behind a proxy, set the HTTP_PROXY and HTTPS_PROXY environment variables.

To disable SSL verification, use the -s flag:

banshee -s ca rules

Next steps

Now that you've confirmed PS Banshee is installed jump to the commands reference to start using PS Banshee, and learn how to get help if you run into any issues.