Install Script Overview
The latest installer is downloaded from
https://installerfiles.rpp.cybercrucible.com/installers/64/installer-cli.exe
PowerShell (PS1) install scripts will use a WebClient instance.
Batch (BAT) install scripts will use BitsAdmin, or JScript if BitsAdmin fails.
Installer is executed and passed the group ID and client authentication provided in your script.
Optionally append
--reuse-agent-by-machine-name
to the execution of the exe, in order to have the installer reuse the agent object & license of a previously installed agent with the the same netbios name.
Installer checks for required installation conditions
Running with Administrator privileges.
The machine is running a supported version of Windows.
There is not another installer already running.
The agent is not already installed.
Installer checks that the machine can communicate with the required servers.
Amazon oAuth 2.0 at
ransomwarerewind-agents.auth.us-west-2.amazoncognito.com
Cyber Crucible backend at
agent.tasking.rpp.cybercrucible.com
Agent files are downloaded from
installerfiles.rpp.cybercrucible.com
over HTTPS.The agent is installed and started.
Â