James_inthe_box

Osiris yara sig

Aug 28th, 2019
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. rule Osiris_bin
  2. {
  3. meta:
  4. description = "Osiris"
  5. author = "James_inthe_box"
  6. reference = "0325714eeb2af235a0f543ad9e11b5d852a61be78c9ece308c651412d97edd39"
  7. date = "2019/08"
  8. maltype = "Banker"
  9.  
  10. strings:
  11. $string1 = "MAKEITSAD"
  12. $string2 = "%s\\%d-%02d-%02d_%02d-%02d-%02d_%d.dat" wide
  13. $string3 = "has_existing.txt" wide
  14. $string4 = "LibVNCServer"
  15. $string5 = "BOTID"
  16.  
  17. condition:
  18. uint16(0) == 0x5A4D and all of ($string*) and filesize < 800KB
  19. }
  20.  
  21. rule Osiris_mem
  22. {
  23. meta:
  24. description = "Osiris"
  25. author = "James_inthe_box"
  26. reference = "0325714eeb2af235a0f543ad9e11b5d852a61be78c9ece308c651412d97edd39"
  27. date = "2019/08"
  28. maltype = "Banker"
  29.  
  30. strings:
  31. $string1 = "MAKEITSAD"
  32. $string2 = "%s\\%d-%02d-%02d_%02d-%02d-%02d_%d.dat" wide
  33. $string3 = "has_existing.txt" wide
  34. $string4 = "LibVNCServer"
  35. $string5 = "/kpanel/"
  36. $string6 = "Fast Guard"
  37. $string7 = "BOTID"
  38.  
  39. condition:
  40. all of ($string*) and filesize > 800KB
  41. }
Advertisement
Add Comment
Please, Sign In to add comment