Advertisement
James_inthe_box

Ramnit cryptor

Apr 8th, 2019
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. rule Ramnit_cryptor_bin
  2. {
  3. meta:
  4. description = "Cryptor seen only with Ramint"
  5. author = "James_inthe_box"
  6. reference = "ead3f8379c51a7f14d045d2bd6a664a7a1a06322986d557c36ea26ea7d7ec37f"
  7. date = "2019/04"
  8. maltype = "Cryptor"
  9.  
  10. strings:
  11. $string1 = /\\var\\www\\4test\\files\\cryptors\\admin\\Loc/
  12.  
  13. condition:
  14. uint16(0) == 0x5A4D and all of ($string*) and filesize < 200KB
  15. }
  16.  
  17. rule Ramnit_cryptor_mem
  18. {
  19. meta:
  20. description = "Cryptor seen only with Ramint"
  21. author = "James_inthe_box"
  22. reference = "ead3f8379c51a7f14d045d2bd6a664a7a1a06322986d557c36ea26ea7d7ec37f"
  23. date = "2019/04"
  24. maltype = "Cryptor"
  25.  
  26. strings:
  27. $string1 = /\\var\\www\\4test\\files\\cryptors\\admin\\Loc/
  28.  
  29. condition:
  30. all of ($string*) and filesize > 200KB
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement