James_inthe_box

Stealer

Apr 18th, 2019
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. rule stealer_5627264_bin
  2. {
  3. meta:
  4. description = "5627264stealer"
  5. author = "James_inthe_box"
  6. reference = "https://app.any.run/tasks/6a5f2e2e-6632-4f72-ba41-8493c5a29bb1"
  7. date = "2019/04"
  8. maltype = "Stealer"
  9. strings:
  10. $string1 = "Build_Starting" wide
  11. $string2 = "_Info.txt" wide
  12. $string3 = "_FilePasswords.txt" wide
  13. $string4 = "Google_Chrome_Default_Cookies.txt" wide
  14. condition:
  15. uint16(0) == 0x5A4D and all of ($string*) and filesize < 9000KB
  16. }
  17.  
  18. rule stealer_5627264_mem
  19. {
  20. meta:
  21. description = "5627264stealer"
  22. author = "James_inthe_box"
  23. reference = "https://app.any.run/tasks/6a5f2e2e-6632-4f72-ba41-8493c5a29bb1"
  24. date = "2019/04"
  25. maltype = "Stealer"
  26. strings:
  27. $string1 = "Build_Starting" wide
  28. $string2 = "_Info.txt" wide
  29. $string3 = "_FilePasswords.txt" wide
  30. $string4 = "Google_Chrome_Default_Cookies.txt" wide
  31. condition:
  32. all of ($string*) and filesize > 9000KB
  33. }
Add Comment
Please, Sign In to add comment