githubEdit

Binary

A binary Action is a BrazenCloud Action that primarily runs some an executable file. A good example is our osqueryarrow-up-right Action. Its purpose is to query any number of BrazenAgents using osquery and to route the results somewhere using a Service.

Using binary Actions, BrazenCloud can easily turn any commandline tool into a scalable, enterprise solution.

Getting Started

The easiest way to get started creating your own binary Actions is by using the template:

Using the Templatechevron-right

And then build and publish your Action:

Build and Publishchevron-right

When you are ready to move on to more advanced developing, check out:

Overviewchevron-right

Last updated