Getting Started

BrazenCloud

BrazenCloud is a Software-as-a-Service (SaaS) platform that allows you to deliver and run any predefined, arbitrary code on Windows and Linux endpoints. BrazenCloud allows you to operationalize any script, API call, freeware or open-source software at scale and perform ad hoc Actions anywhere in your hybrid cloud environment. Results created by Actions can be delivered from any BrazenAgent to any other BrazenAgent without any special networking considerations.

Getting Started

If this is your first time using BrazenCloud, then welcome! Here is everything you need to get started:

Please note: The free Community Version is limited to 100 devices. If you are interested in a larger scale trial, please reach out: [email protected].

Each entity (desktop, laptop, server, VM, container, etc) with an OS (Windows, Linux) can be a BrazenAgent if you install the BrazenAgent using the BrazenCloud utility. Once installed, you can build a Job to run any sort of code that is supported on the targeted BrazenAgents. This includes, but is not limited to PowerShell, Python, or binary Actions. Then ultimately you can send data to a Service.

BrazenCloud is also able to run asset discovery on any network with a BrazenAgent on it. After running an asset discovery, you can even leverage a single BrazenAgent to automatically deploy BrazenCloud to an entire network.

Installing Your First BrazenAgent

When logging into the BrazenCloud portal for the first time, you will see the screen below that says, "You currently have no endpoints in this group":

No endpoints

That means that we need to get some added! Click on the blue 'ADD ENDPOINTS' to get started (seen in the above screen shot). This opens the 'Add Endpoints' screen:

Add endpoints Portal

If you haven't yet downloaded the BrazenCloud utility, you have the option to do so here by clicking on the green 'Download' button. This downloads the Windows version of the utility by default, to download other versions see the BrazenCloud Utility Overview.

The install command is listed under 'ENROLL USING A TOKEN'.

If you are ready to jump in and get your first BrazenAgent installed, simply run the command in an elevated console.

If you would like to see more detailed instructions, check out the deployment guide:

Manual Deployment

Developing for BrazenCloud

With BrazenCloud, you have 2 options to extend the platform:

Last updated