You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that red shell sessions that are created as a result of phishing e-mails do not appear to have any files associated with them. This means they are undetectable by the Analyse action. Additionally, this means new red shells are not detectable by the Analyse action until they have run PrivilegeEscalate which then drops the associated file.
Here is how the session is set up as a result of phishing:
Is this the intended behavior? If so, it would be helpful to highlight this difference in the documentation, maybe under the Analyse action information?
I understand this likely won't be addressed until after the competition ends, but wanted to check for addressing afterwards.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @dvanbrug, that is indeed the intended behavior. This feature was included to make it more difficult for the Blue agent to effectively respond to a Red agent. I'll edit the documentation to better reflect these changes after the challenge concludes.
I have noticed that red shell sessions that are created as a result of phishing e-mails do not appear to have any files associated with them. This means they are undetectable by the
Analyse
action. Additionally, this means new red shells are not detectable by theAnalyse
action until they have runPrivilegeEscalate
which then drops the associated file.Here is how the session is set up as a result of phishing:
cage-challenge-4/CybORG/Simulator/Actions/ConcreteActions/PhishingEmail.py
Lines 95 to 112 in a001e7b
And here is how it is set up as a result of the ExploitAction:
cage-challenge-4/CybORG/Simulator/Actions/ConcreteActions/ExploitActions/ExploitAction.py
Lines 230 to 260 in a001e7b
Is this the intended behavior? If so, it would be helpful to highlight this difference in the documentation, maybe under the
Analyse
action information?I understand this likely won't be addressed until after the competition ends, but wanted to check for addressing afterwards.
Thank you!
The text was updated successfully, but these errors were encountered: