Skip to content

Commit

Permalink
Merge branch 'master' into 122_cbc_logging_bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rc-csmith authored Nov 6, 2024
2 parents b8defed + 3042ee8 commit bcf36e7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions definitions/scripting.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"process_name": ["autoit.exe"]
},
"Powershell": {
"process_name": ["powershell.exe"]
"process_name": ["powershell*.exe", "pwsh.exe", "posh.exe", "runscripthelper.exe"]
},
"PSExec": {
"process_name": ["psexec*.exe",
Expand All @@ -15,9 +15,24 @@
"WScript": {
"process_name": ["wscript.exe"]
},
"Jscript":{
"process_name": ["jscript.exe"]
},
"CScript": {
"process_name": ["cscript.exe"]
},
"mshta": {
"process_name": ["mshta.exe"]
},
"hh":{
"process_name": ["hh.exe"]
},
"Diskshadow": {
"process_name":["diskshadow.exe"]
},
"PHP":{
"process_name":["php.exe", "php-cgi.exe"]
},
"Python": {
"process_name": ["python*.exe",
"python*"]
Expand All @@ -33,10 +48,17 @@
"sh",
"bash",
"zsh"]
}
},
"msbuild":{
"process_name":["msbuild.exe"]
},
"GPscript.exe":{
"process_name":["gpscript.exe"]
},
"AutoHotKey": {
"process_name": ["autohotkey.exe",
"AutoHotkeyU32.exe",
"AutoHotkeyA32.exe",
"AutoHotkeyU64.exe"]
}
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click~=8.0.4
requests~=2.32.3
cbapi~=2.0.0
setuptools~=75.2.0
setuptools~=75.3.0
tqdm~=4.66.6
carbon-black-cloud-sdk~=1.5.6

0 comments on commit bcf36e7

Please sign in to comment.