- Ensure that the blue agent from the previous flag is running on a remote system and can communicate with the Caldera server.
- On your local system, open a shell in a terminal.
- Using
netcat
, open a listening TCP socket on port 7011:nc -l 7011
- On the remote system running the blue agent, connect to the netcat listener created in the previous step and leave it running:
nc <IP address> 7011
(insert the correct IP address). - In Caldera and logged in as the blue user, click on
CAMPAIGNS > operations
. - In the
Operations
window, click the+ Create Operation
button to open theStart New Operation
menu. - Enter
Response Training
as the operation name. - Select the
Incident Responder
adversary from theAdversary
dropdown. - Ensure
response
is selected in theFact source
dropdown. - Press
ADVANCED
to open the advanced options dialog. - Select
blue
for the group. - Select
Auto close operation
from theAuto-close
radio group. - Select
batch
from thePlanner
dropdown. - Press the
Start
button. - Wait for the operation to complete.
- Task completed.