Skip to content

Commit

Permalink
Updated CrowdStrike Driver Files
Browse files Browse the repository at this point in the history
  • Loading branch information
harleyQu1nn committed Aug 21, 2019
1 parent 1a41636 commit 37d38e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDR.cna
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ sub list {
if ('CRExecPrev.sys' in @matches) {
blog($bid, "Cybereason Found!");
}
if ('im.sys' in @matches || 'csagent.sys' in @matches) {
if ('im.sys' in @matches || 'CSAgent.sys' in @matches || 'CSBoot.sys' in @matches || 'CSDeviceControl.sys' in @matches || 'cspcm2.sys' in @matches) {
blog($bid, "CrowdStrike Found!");
}
if ('cfrmd.sys' in @matches || 'cmdccav.sys' in @matches || 'cmdguard.sys' in @matches || 'CmdMnEfs.sys' in @matches || 'MyDLPMF.sys' in @matches) {
Expand Down

0 comments on commit 37d38e0

Please sign in to comment.