Troubleshooting

Starting CALDERA

  1. Ensure that CALDERA has been cloned recursively. Plugins are stored in submodules and must be cloned along with the core code.

  2. Check that Python 3.6.1+ is installed and being used.

  3. Confirm that all pip requirements have been fulfilled.

  4. Run the CALDERA server with the --log DEBUG parameter to see if there is additional output.

  5. Consider removing the conf/local.yml and letting CALDERA recreate the file when the server runs again.

Agent Deployment

Downloading the agent

  1. Check the server logs for the incoming connection. If there is no connection:

    1. Check for any output from the agent download command which could give additional information.

    2. Make sure the agent is attempting to connect to the correct address (not 0.0.0.0 and likely not 127.0.0.1).

    3. Check that the listen interface is the same interface the agent is attempting to connect to.

    4. Check that the firewall is open, allowing network connections, between the remote computer running the agent and the server itself.

  2. Ensure Go is properly installed (required to dynamically-compile Sandcat):

    1. Make sure the Go environment variables are properly set. Ensure the PATH variable includes the Go binaries by adding this to the /etc/profile or similar file:

      export PATH=$PATH:/usr/local/go/bin
      
    2. If there are issues with a specific package, run something like the following:

      go get -u github.com/google/go-github/github
      go get -u golang.org/x/oauth2
      

Running the agent

  1. Run the agent with the -v flag and without the -WindowStyle hidden parameter to view output.

  2. Consider removing bootstrap abilities so the console isn’t cleared.

Operations

No operation output

  1. Ensure that at least one agent is running before running the operation.

    1. Check that the agent is running either on the server or in the agent-specific settings under last checked in time.

    2. Alternatively, clear out the running agent list using the red X’s. Wait for active agents to check in and repopulate the table.

  2. Ensure that an adversary is selected before running the operation.

  3. Check each ability on the adversary profile.

    1. Abilities show an icon for which operating system they run on. Match this up with the operating systems of the running agents.

    2. Abilities have specific executors in the details. Match this up with the executors of the running agents (found under the agent-specific settings).

    3. Look at each ability command. If there is a fact variable inside - shown by #{} syntax - the ability will need to be “unlocked” by another ability, in a prior step, before it can run.

Opening Files

  1. Files are encrypted by default and can be decrypted with the following utility: https://github.com/mitre/caldera/blob/master/app/utility/file_decryptor.py