Skip to content

Commit

Permalink
Added x64dbg processes to suspicious_strings.yara.
Browse files Browse the repository at this point in the history
  • Loading branch information
JusticeRage committed May 3, 2017
1 parent 339d1a8 commit 25c2708
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/yara_rules/suspicious_strings.yara
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ rule RE_Tools
$a3 = "lordpe.exe" nocase wide ascii
$a4 = "peid.exe" nocase wide ascii
$a5 = "windbg.exe" nocase wide ascii
// x64dbg (credit goes to @_pusher_0x90)
$a6 = "x32dbg.exe" nocase wide ascii
$a7 = "x64dbg.exe" nocase wide ascii
condition:
any of them
}
Expand Down Expand Up @@ -1323,4 +1327,4 @@ rule BITS_CLSID
$uuid_background_copy_callback = { C7 99 EA 97 86 01 D4 4A 8D F9 C5 B4 E0 ED 6B 22 }
condition:
any of them
}
}

0 comments on commit 25c2708

Please sign in to comment.