Advertisement
cs0sf

YaraSig_Babuk

Jan 14th, 2021
3,749
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YARA 0.50 KB | None | 0 0
  1. rule babuk {
  2. meta:
  3.   ref = "https://twitter.com/Arkbird_SOLG/status/1349826691372343296"
  4.   md5 = "8b9a0b44b738c7884e6a14f4cb18afff"
  5.   sha256 = "704a0fa7de19564bc743fb68aa0652e38bf86e8ab694bc079b15f945c85f4320"
  6.   size = "39424"
  7.   author = "cs0sf"
  8. strings:
  9.   $a1 = "*BY BABUK LOCKER*"
  10.   $a2 = "Your computers and servers are encrypted"
  11.   $a3 = "using tor browser" nocase
  12.   $a4 = "DANGER"
  13.   $a5 = "CryptAcquireContextW"
  14.   $a6 = "CryptGenRandom"
  15. condition:
  16.   uint16(0) == 0x5a4d and all of ($a*)
  17. }
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement