Advertisement
James_inthe_box

BlackNET Rat

Feb 15th, 2020
14,204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. rule Blacknet_bin
  2. {
  3. meta:
  4. description = "Blacknet"
  5. author = "James_inthe_box"
  6. reference = "675ff919a86ea11619e81732137e7cc7b872cfbd5445e8db8d82d33f97bb1133"
  7. date = "2020/02"
  8. maltype = "RAT"
  9.  
  10. strings:
  11. $string1 = "|BN|" ascii wide
  12. $string2 = "Online" ascii wide
  13. $string3 = "BlackNET.dat" ascii wide
  14.  
  15. condition:
  16. uint16(0) == 0x5A4D and all of ($string*) and filesize < 800KB
  17. }
  18.  
  19. rule Blacknet_bin
  20. {
  21. meta:
  22. description = "Blacknet"
  23. author = "James_inthe_box"
  24. reference = "675ff919a86ea11619e81732137e7cc7b872cfbd5445e8db8d82d33f97bb1133"
  25. date = "2020/02"
  26. maltype = "RAT"
  27.  
  28. strings:
  29. $string1 = "|BN|" ascii wide
  30. $string2 = "Online" ascii wide
  31. $string3 = "BlackNET.dat" ascii wide
  32.  
  33. condition:
  34. all of ($string*) and filesize > 800KB
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement