Skip to content

Commit

Permalink
Merge pull request #346 from CybercentreCanada/id_vbs
Browse files Browse the repository at this point in the history
Adding strong indicators for vbs
  • Loading branch information
cccs-kevin authored Sep 2, 2021
2 parents a7ab80d + f244beb commit 13d8132
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assemblyline/common/identify.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
re.compile(rb'(^|\n)ExecuteGlobal'),
re.compile(rb'(^|\n)REM[ \t]+'),
re.compile(rb'(ubound|lbound)\('),
re.compile(rb'CreateObject\('),
re.compile(rb'Set[ \t]*\w+[ \t]*=[ \t]*'),
],
'code/javascript': [
re.compile(rb'function([ \t]*|[ \t]+[\w]+[ \t]*)\([\w \t,]*\)[ \t]*{'),
Expand Down

0 comments on commit 13d8132

Please sign in to comment.