Advertisement
James_inthe_box

Bolek kbot yara

Jul 16th, 2019
815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. rule Bolek_kbot_mem
  2. {
  3. meta:
  4. description = "Bolek"
  5. author = "James_inthe_box"
  6. reference = ""
  7. date = "2019/07"
  8. maltype = "Stealer"
  9.  
  10. strings:
  11. $string1 = "127.0.0.1"
  12. $string2 = "0.0.0.0:80"
  13. $string3 = "\\TOR.32"
  14. $string4 = "I'm a teapot"
  15.  
  16. condition:
  17. all of ($string*) and filesize > 1000KB
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement