James_inthe_box

Sarwent yara sig and domains

Aug 15th, 2019
951
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. rule Sarwent_bin
  2. {
  3. meta:
  4. description = "Sarwent"
  5. author = "James_inthe_box"
  6. reference = "https://app.any.run/tasks/6812075f-1785-494f-9624-eda8b19943c3/"
  7. date = "2019/09"
  8. maltype = "Bot"
  9.  
  10. strings:
  11. $string1 = "Options.dat"
  12. $string2 = "1.tmp"
  13. $string3 = "2.tmp"
  14. $string4 = "&bits="
  15. $string5 = "&av="
  16. $string6 = "&status="
  17.  
  18. condition:
  19. uint16(0) == 0x5A4D and all of ($string*) and filesize < 1700KB
  20. }
  21.  
  22. rule Sarwent_mem
  23. {
  24. meta:
  25. description = "Sarwent"
  26. author = "James_inthe_box"
  27. reference = "https://app.any.run/tasks/6812075f-1785-494f-9624-eda8b19943c3/"
  28. date = "2019/09"
  29. maltype = "Bot"
  30.  
  31. strings:
  32. $string1 = "Options.dat"
  33. $string2 = "1.tmp"
  34. $string3 = "2.tmp"
  35. $string4 = "&bits="
  36. $string5 = "&av="
  37. $string6 = "&status="
  38.  
  39. condition:
  40. all of ($string*) and filesize > 1700KB
  41. }
  42.  
  43. shopstoregame.com
  44. shopstoregamesnews.com
  45. startprojekt201907.com
  46. startprojektnewswold.com
  47. startprojekt.ru
  48. stratbuks.icu
Advertisement
Add Comment
Please, Sign In to add comment