Advertisement
James_inthe_box

Zeus yara

Oct 27th, 2018
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. rule zeus
  2. {
  3. meta:
  4. author = " James_inthe_box"
  5. date = "2018/10"
  6. maltype = "Zeus"
  7.  
  8. strings:
  9. //$c1 = "%BOTID%"
  10. //$c2 = "%BOTNET%"
  11. $s1 = "http://www.google.com/webhp"
  12. $s2 = "Global\\%08X%08X%08X" wide
  13. $s3 = "RFB 003.003"
  14. $s4 = "%s%08x.%s" wide
  15.  
  16. condition:
  17. 3 of ($s*)
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement