Advertisement
James_inthe_box

VNCOLD yara sig

Jan 23rd, 2019
980
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. rule Vncold_hvnc_memory
  2. {
  3. meta:
  4. author = "James_inthe_box"
  5. date = "2018/09"
  6. maltype = "Stealer"
  7.  
  8. strings:
  9. $string1 = "(%S)_%08x-VNCOLD"
  10. $string2 = "#hvnc"
  11.  
  12. condition:
  13. all of them
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement