Common: Add PBA const and remove system info collector const for process list collection

This commit is contained in:
Shreya Malviya 2022-02-11 22:26:21 +05:30
parent 976c46cf86
commit 5d01f12d45
2 changed files with 1 additions and 1 deletions

View File

@ -9,3 +9,4 @@ POST_BREACH_TIMESTOMPING = "Modify files' timestamps"
POST_BREACH_SIGNED_SCRIPT_PROXY_EXEC = "Signed script proxy execution"
POST_BREACH_ACCOUNT_DISCOVERY = "Account discovery"
POST_BREACH_CLEAR_CMD_HISTORY = "Clear command history"
POST_BREACH_PROCESS_LIST_COLLECTION = "Process list collection"

View File

@ -1,2 +1 @@
PROCESS_LIST_COLLECTOR = "ProcessListCollector"
MIMIKATZ_COLLECTOR = "MimikatzCollector"