Advertisement
James_inthe_box

FF49PreemUp yara

Dec 7th, 2018
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. rule FF49PreemUp_mem
  2. {
  3. meta:
  4. description = "FF infostealer"
  5. author = " James_inthe_box"
  6. reference = "https://app.any.run/tasks/4e438c30-34b4-4219-98f4-db396ec19565"
  7. date = "2018/12"
  8. maltype = "Infostealer"
  9.  
  10. strings:
  11. $string1 = "ff49preemup_dll" ascii
  12. $string2 = "RS=" wide
  13. $string3 = "FF_V=" wide
  14. $string4 = "FF_S_Domain_brand=" wide
  15. $string5 = "FF_installed_admin=" wide
  16. $string6 = "FF_H=" wide
  17. $string7 = "FF_S=" wide
  18. $string8 = "FF_S_Domain=" wide
  19. $string9 = "FF_H_BRAND=" wide
  20. $string10 = "AC=" wide
  21. $string11 = "ff_bit64=" wide
  22.  
  23. condition:
  24. all of ($string*)
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement