-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75c6808
commit d2a4769
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
rule T5000 | ||
{ | ||
meta: | ||
author = "Seth Hardy" | ||
description = "T5000 Payload" | ||
cape_type = "T5000 Payload" | ||
|
||
strings: | ||
$ = "_tmpR.vbs" | ||
$ = "_tmpg.vbs" | ||
$ = "Dtl.dat" wide ascii | ||
$ = "3C6FB3CA-69B1-454f-8B2F-BD157762810E" | ||
$ = "EED5CA6C-9958-4611-B7A7-1238F2E1B17E" | ||
$ = "8A8FF8AD-D1DE-4cef-B87C-82627677662E" | ||
$ = "43EE34A9-9063-4d2c-AACD-F5C62B849089" | ||
$ = "A8859547-C62D-4e8b-A82D-BE1479C684C9" | ||
$ = "A59CF429-D0DD-4207-88A1-04090680F714" | ||
$ = "utd_CE31" wide ascii | ||
$ = "f:\\Project\\T5000\\Src\\Target\\1 KjetDll.pdb" | ||
$ = "l:\\MyProject\\Vc 7.1\\T5000\\T5000Ver1.28\\Target\\4 CaptureDLL.pdb" | ||
$ = "f:\\Project\\T5000\\Src\\Target\\4 CaptureDLL.pdb" | ||
$ = "E:\\VS2010\\xPlat2\\Release\\InstRes32.pdb" | ||
condition: | ||
any of them | ||
} | ||
/* | ||
last_modified = "2014-06-26" | ||
This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as long as you use it under this license. | ||
*/ |