Advertisement
James_inthe_box

Retefe yara sig

Dec 11th, 2018
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. rule Retefe_mem
  2. {
  3. meta:
  4. description = "Retefe"
  5. author = " James_inthe_box"
  6. reference = "https://app.any.run/tasks/e12aee8f-c137-4002-859c-cedc675c8536"
  7. date = "2018/12"
  8. maltype = "Banker"
  9.  
  10. strings:
  11. $string1 = "http://127.0.0.1:5555"
  12. $string2 = "socat-windows"
  13. $string3 = "torbrowser"
  14. $string4 = "taskscheduler"
  15. $string5 = "chocolatey"
  16. $string6 = "SOCKS4A:127.0.0.1"
  17.  
  18. condition:
  19. all of ($string*)
  20. }
  21.  
  22. rule Retefe_js
  23. {
  24. meta:
  25. description = "Retefe"
  26. author = " James_inthe_box"
  27. reference = "https://app.any.run/tasks/e12aee8f-c137-4002-859c-cedc675c8536"
  28. date = "2018/12"
  29. maltype = "Banker"
  30.  
  31. strings:
  32. $string1 = "http://127.0.0.1:5555/{0}.js?ip={1}"
  33. $string2 = ".onion"
  34. $string3 = "icanhazip.com"
  35. $string4 = "api.ipify.org"
  36. $string5 = "\\\\root\\\\cimv2"
  37.  
  38. condition:
  39. all of ($string*)
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement