Advertisement
Demonslay335

How to restore files.hta

Aug 16th, 2016
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta charset="windows-1251">
  5. <title>GLOBE</title>
  6.  
  7. <HTA:APPLICATION
  8. ICON="msiexec.exe"
  9. SINGLEINSTANCE="yes">
  10.  
  11. <script language="JScript">
  12. window.moveTo(50, 50);
  13. window.resizeTo(screen.width - 100, screen.height - 100);
  14. </script>
  15.  
  16. <style type="text/css">
  17.  
  18. body {
  19. font: 15px Tahoma, sans-serif;
  20. margin: 10px;
  21. line-height: 25px;
  22. background: #EDEDED;
  23. }
  24.  
  25. .bold {
  26. font-weight: bold;
  27. }
  28.  
  29. .mark {
  30. background: #D0D0E8;
  31. padding: 2px 5px;
  32. }
  33.  
  34. .header {
  35. font-size: 30px;
  36. height: 50px;
  37. line-height: 50px;
  38. font-weight: bold;
  39. border-bottom: 10px solid #D0D0E8;
  40. }
  41.  
  42. .info {
  43. background: #D0D0E8;
  44. border-left: 10px solid #00008B;
  45. }
  46. .alert {
  47. background: #FFE4E4;
  48. border-left: 10px solid #FF0000;
  49. }
  50. .private {
  51. border: 1px dashed #000;
  52. background: #FFFFEF;
  53. }
  54.  
  55. .note {
  56. height: auto;
  57. padding-bottom: 1px;
  58. margin: 15px 0;
  59. }
  60. .note .title {
  61. font-weight: bold;
  62. text-indent: 10px;
  63. height: 30px;
  64. line-height: 30px;
  65. padding-top: 10px;
  66. }
  67. .note .mark {
  68. background: #A2A2B5;
  69. }
  70. .note ul {
  71. margin-top: 0;
  72. }
  73. .note pre {
  74. margin-left: 15px;
  75. line-height: 13px;
  76. font-size: 13px;
  77. }
  78.  
  79. </style>
  80. </head>
  81.  
  82. <body>
  83. <div class="header">YOUR FILES HAVE BEEN ENCRYPTED! </div>
  84.  
  85. <div class="note private">
  86. <div class="title">You personal ID</div>
  87. <pre>[redacted]</pre><!-- !!! Строку не менять !!! -->
  88. </div>
  89.  
  90. <div class=bold>Your files have been been encrypted with a powerfull strain of a virus called ransomware.</div> <div> Your files are encrytped using rsa encryption, the same standard used by the military and banks. It is currently impossible to decrypt files encrypted with rsa encryption..</div>
  91.  
  92. <div>Lucky for you, we can help. We are willing to sell you a decryptor UNIQUELY made for your computer (meaning someone else's decryptor will not work for you). Once you pay a small fee, we will instantly send you the software/info neccessary to decrypt all your files, quickly and easilly. </div>
  93.  
  94. <div>In order to get in touch with us email us at <span class="mark">powerbase@tutanota.com</span>.In your email write your personal ID (its located at the up of the page, it is a string of random characters). Once we receive your personal ID, we will send you payment instructions. </div>
  95. <div>As proff we can decrypt you files we may decrypt 1 small file for test. </div>
  96. <div class="note info">
  97. <div class="title">If you dont get answer from powerbase@tutanota.com in 10 hours</div>
  98. <ul>
  99. <li>Register here: <a href="http://bitmsg.me">http://bitmsg.me</a> (online sending message service Bitmessage)</li>
  100. <li>Write to adress <span class="mark">BM-2cUrKsazEKiamN9cZ17xQq9c5JpRpokca5</span> with you email and personal ID</li>
  101. </ul>
  102. </div>
  103.  
  104. <div>When you payment will bee confirmed, You will get decrypter of files on you computer.</div>
  105. <div>After you run decrypter software all you files will be decryped and restored.</div>
  106.  
  107.  
  108. <div class="note alert">
  109. <div class="title">IMPORTANT!</div>
  110. <ul>
  111. <li>Do not try restore files without our help, this is useless and you may lose data permanetly</li>
  112.  
  113. <li>Decrypters of others clients are unique and work only on PC with they personal ID.</li>
  114. <li>We can not keep your decryption keys forever, meaning after 1 week after you have been infected, if you have not paid, we will not be able to decrypt your files. Email us as soon as you see this message, we know exactly when everyone has been encrypted and the longer you wait, the higher the payment gets. </li>
  115.  
  116. </ul>
  117. </div>
  118. </body>
  119. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement