Action
In its simplest form, an Action is anything that will execute on the targeted BrazenAgents. It can be anything from a simple command up to a script that orchestrates a multi-step installation and configuration. Other examples include, but are not limited to:
PowerShell scripts
Python scripts
Shell or Batch scripts
Executables such as osquery or the Sysinternals tools
Actions Repository
BrazenCloud includes a collection of predefined Actions that can be used or modified to suit your needs. Our entire Action library is hosted in our Actions repository on Github. These are a good reference for developing your own Actions.
Action types
Since Actions are so flexible, there's practically no limit to what you can do with them! Here we have divided up the Actions into several different types based on what they primarily run. You can also find templates with examples in these pages:
PowerShellPythonBinaryAdvanced Action Development Guides
If you are interested in learning all the details around how you can write your own Actions in BrazenCloud, then take a look at the Action development page:
OverviewLast updated