Skip to content

Commit

Permalink
FP: sublime package - recon commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roth committed Feb 26, 2019
1 parent cb46d0e commit fe92bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yara/gen_recon_keywords.yar
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ rule Recon_Commands_Windows_Gen1 {
$fp1 = "avdapp.dll" fullword wide
$fp2 = "keyword.command.batchfile" ascii
$fp3 = ".sublime-settings" ascii
condition:
filesize < 1000KB and 4 of them
and not 1 of ($fp*)
Expand Down

0 comments on commit fe92bee

Please sign in to comment.