From 1b99390a7154e81aa7d10ffd7b5dc7564c33261a Mon Sep 17 00:00:00 2001 From: Kayla Kraines <20597974+kaylakraines@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:07:17 +0000 Subject: [PATCH] Fix punctuation --- turla/Emulation_Plan/yaml/Carbon_Scenario.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/turla/Emulation_Plan/yaml/Carbon_Scenario.md b/turla/Emulation_Plan/yaml/Carbon_Scenario.md index ad3d1f0..7e349a4 100644 --- a/turla/Emulation_Plan/yaml/Carbon_Scenario.md +++ b/turla/Emulation_Plan/yaml/Carbon_Scenario.md @@ -29,11 +29,11 @@ Before running the operation, you will need to make sure that the Turla fact sou - `third.target.ntlm`: The NTLM hash for the third target user. - `apache.server.ip`: The IP address of the Apache server. - `attacker.host.ip`: The IP address of the attacker's host. -- `first.epic.id`: The first EPIC implant ID -- `second.epic.id`: The second EPIC implant ID -- `first.carbon.id`: The first Carbon implant ID -- `second.carbon.id`: The second Carbon implant ID -- `third.carbon.id`: The third Carbon implant ID +- `first.epic.id`: The first EPIC implant ID. +- `second.epic.id`: The second EPIC implant ID. +- `first.carbon.id`: The first Carbon implant ID. +- `second.carbon.id`: The second Carbon implant ID. +- `third.carbon.id`: The third Carbon implant ID. Generally, it’s only possible to task a Caldera agent which is alive and actively checking in with the Caldera server. However, due to the integration between the `evalsc2client.py` and the Caldera Emu plugin in this port, the user is effectively tasking the Sandcat agent to task `evalsc2client.py` to task an implant through the Control Server, which makes it possible to task an implant that is not active. Therefore, a Caldera requirement was implemented to prevent an ability from executing if the implant tasked in that ability was not actively beaconing in. This requirement uses the facts for the EPIC and Carbon implant IDs, which are listed above.