Mission Objectives
Welcome to the Breach & Attack Simulation (BAS) validation lab. In this exercise, you will configure MITRE Caldera with the AI-Driven ‘AutoPath’ plugin to simulate a cyber attack campaign and validate your endpoint detection and response (EDR) telemetry.
Lab Execution Steps
Step 1: Start the Caldera Server
- Open the Terminal window from your lab desktop taskbar.
- Navigate to the Caldera installation directory by entering the following command:
cd /opt/caldera - Start the Caldera server by running:
python3 server.py --insecure - Wait for the terminal to display
[+] Caldera Server Active at http://localhost:8888before proceeding.
Step 2: Access the Caldera Interface
- Open the Secure Browser window from the taskbar.
- In the URL bar at the top, enter the following address and press Enter:
http://localhost:8888
Step 3: Log In
- Once the MITRE Caldera login screen loads, authenticate using the default lab credentials:
- Username:
red - Password:
admin
- Username:
- Click Log In to access the main dashboard.
Step 4: Deploy the Target Agent
- Using the left-hand navigation sidebar, click on Agents.
- Under the “Deploy an Agent” section, ensure Sandcat (54ndc47) is selected in the dropdown menu.
- Click the Generate Deployment Cradle button.
- Wait a few seconds for the agent to initialize and communicate with the server. You should see
WIN-DESKTOP-01pop up under the “Active Agents” list.
Step 5: Run the AutoPath Operation
- Click on Operations in the left-hand navigation sidebar.
- In the “Start New Operation” section, change the adversary profile in the dropdown menu to AutoPath AI Simulation.
- Click the Run Operation button.
- Watch the execution log output as the AI simulation evaluates target defenses, attempts evasion, and tries lateral movement.
- Once the operation logs display
[*] OP COMPLETE, click the green View Final Report button that appears.
Post-Lab Analysis
After completing the simulation, review the Executive Debrief in the final report. Pay special attention to the AI Planner Insights and map the executed TTPs (such as Discovery T1033 and Windows Remote Management T1021.006) to ensure your simulated SIEM rules are properly detecting adaptive threats.

Leave a Reply