-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Labels
BugAn error, flaw, misbehavior or failure in the Monkey or Monkey Island.An error, flaw, misbehavior or failure in the Monkey or Monkey Island.Complexity: MediumImpact: LowMITRE ATT&CKReported by user
Description
Describe the bug
Technique T1086 ("PowerShell") states that adversaries can use PowerShell to run commands and scripts for information discovery and malicious code execution.
PBAs "Timestomping" and "Modify shell startup files" run ps1
scripts but don't map to T1086.
For a user going through the logs, they can see that ps1
scripts were run but can't see those events in the ATT&CK report under T1086.
To Reproduce
Steps to reproduce the behavior:
- Configure the Monkey to only run the PBA "Timestomping". Don't touch the ATT&CK config.
- Run the Monkey on a Windows machine.
- Click on the "PowerShell" technique in the ATT&CK report and see no results.
- Go to the logs and see that a
ps1
script was run.
Expected behavior
T1086 should show that a ps1
script was run, in such a scenario.
Metadata
Metadata
Assignees
Labels
BugAn error, flaw, misbehavior or failure in the Monkey or Monkey Island.An error, flaw, misbehavior or failure in the Monkey or Monkey Island.Complexity: MediumImpact: LowMITRE ATT&CKReported by user