Advertisement
James_inthe_box

Modded netwire

Apr 21st, 2019
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. rule Netwire_mod_bin
  2. {
  3. meta:
  4. description = "Modded netwire"
  5. author = "James_inthe_box"
  6. reference = ""
  7. date = "2019/01"
  8. maltype = "RAT"
  9.  
  10. strings:
  11. $mz = { 4d 5a }
  12. $string1 = "Unknown"
  13. $string2 = "call :deleteSelf&exit /b"
  14. $string3 = "__WSAFDIsSet"
  15. $string4 = "DEL /s \"%s\" >nul 2>&1"
  16. $string5 = "[%s] - [%.2d/%.2d/%d %.2d:%.2d:%.2d]"
  17. $string6 = "localhost"
  18. $string7 = "Host.exe"
  19. $string8 = "This is element 0: %s"
  20. $string9 = "[D00Wg us]"
  21. $string10 = "[Log Started]"
  22. $string11 = "Mozilla Thunderbird"
  23. $string12 = "ping 192.0.2.2 -n 1 -w %d >nul 2>&1"
  24.  
  25. condition:
  26. $mz at 0 and (all of ($string*)) and filesize < 800KB
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement