Advertisement
PepperPotts

grandsteal yara

Aug 31st, 2019
863
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. rule grandsteal {
  2. strings:
  3. $s1 = "ws://{0}:{1}/websocket" wide
  4. $s2 = "GrabBrowserCredentials: " wide
  5. $s3 = "GrabColdWallets: " wide
  6. $s4 = "GrabDesktopFiles: " wide
  7. $s5 = "GrabTelegram: " wide
  8. $s6 = "ColdWallets parser has been started" wide
  9. $s7 = "DiscordSession parser has been started" wide
  10. $s8 = "Rdps parser has been started" wide
  11. $s9 = "DesktopFiles parser has been started" wide
  12. $s10 = "FTPs parser has been started" wide
  13. $s11 = "TelegramSession parser has been started" wide
  14. $s12 = "ListOfProcesses parser has been started" wide
  15. $s13 = "ListOfPrograms parser has been started" wide
  16. $s14 = "card_number_encrypted" wide
  17. $s15 = "\\Litecoin\\wallet.dat" wide
  18. $s16 = "\\Bitcoin\\wallet.dat" wide
  19. $s17 = "\\Exodus\\exodus.wallet" wide
  20. $s18 = "\\Electrum\\wallets" wide
  21. $s19 = "\\Ethereum\\wallets" wide
  22. $s20 = "monero-project" wide
  23. $s21 = "Discord dump UNKNOWN" wide
  24. $s22 = "{0}\\FileZilla\\recentservers.xml" wide
  25. $s23 = "{0}\\FileZilla\\sitemanager.xml" wide
  26. $s24 = "cookies.sqlite" wide
  27. $s25 = "password-check" wide
  28. $s26 = "AppData\\Roaming\\Telegram Desktop\\tdata\\D877F783D5D3EF8C" wide
  29. $s27 = "%USERPROFILE%\\AppData\\Local\\Temp\\Remove.bat" wide
  30. $s28 = "taskkill /F /PID %1" wide
  31. $s29 = "choice /C Y /N /D Y /T 3 & Del %2" wide
  32. $s30 = "ExtractPrivateKey" wide
  33. $s31 = "formSubmitURL" wide
  34. $s32 = "passwordField" wide
  35. $s33 = "usernameField" wide
  36. $s34 = "GrabDiscord" wide
  37. $s35 = "encryptedPassword" wide
  38. $s36 = "masterPassword" wide
  39. $s37 = "WalletName" wide
  40. condition:
  41. (30 of them)
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement