Skip to content

Commit

Permalink
Merge pull request ctxis#164 from kevross33/patch-93
Browse files Browse the repository at this point in the history
Powershell shadowcopy modification into Curtain
  • Loading branch information
doomedraven authored Oct 3, 2019
2 parents aff5955 + 3723251 commit b44083f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/processing/curtain.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ def buildBehaviors(entry, behaviorTags):

behaviorCol["Token Manipulation"] = [["CreateProcessWithTokenA"],["CreateProcessWithTokenW"],["AdjustTokenPrivileges"],["DuplicateToken"],["OpenProcessToken"],["WTSQueryUserToken"]]

behaviorCol["Modifies Shadowcopy"] = [["Win32_Shadowcopy"]]

for event in entry:
for message in entry[event]:
message = entry[event][message]
Expand Down

0 comments on commit b44083f

Please sign in to comment.