Advertisement
Xylitol

Win32/Spy.Shiz.NCP (Shifu)

Sep 4th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. rule Shifu
  2. {
  3. meta:
  4. author = "[email protected]"
  5. description = "Search for hex and strings pattern on Win32/Spy.Shiz.NCP (Shifu)"
  6. // May only the challenge guide you...
  7.  
  8. strings:
  9. $a1 = {C7 06 3C 00 00 00 C7 46 0C ?? ?? ?? ?? 89 5E 10 89 46 14 C7 46 04 40 00 00 00 EB 1C}
  10. $a2 = {85 C0 75 3A 68 ?? ?? ?? ?? 53 FF 15 ?? ?? ?? ?? 85 C0}
  11. $a3 = {8A 1C 0E 32 5D 0C 88 19 41 4A 75 F4}
  12.  
  13. $b1 = "cmd.exe" wide ascii
  14. $b2 = "runas" wide ascii
  15. $b3 = "exe"
  16. condition:
  17. all of ($a*) and 2 of ($b*)
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement