James_inthe_box

Firefoxx64 stealer yara sig

Dec 10th, 2018
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. rule Firefoxx64_bin_mem
  2. {
  3. meta:
  4. author = " James_inthe_box"
  5. reference = "https://app.any.run/tasks/7d5cd23b-ddfb-44c3-adb3-9777265382b0"
  6. date = "2018/12"
  7. maltype = "Infotealer"
  8.  
  9. strings:
  10. $string1 = "Password could not decrypted." wide
  11. $string2 = "hostname|encryptedPassword|encryptedUsername" wide
  12. $string3 = "firefoxx64"
  13.  
  14. condition:
  15. all of ($string*)
  16. }
Add Comment
Please, Sign In to add comment