最新6種勒索病毒NotPetya/Petya/Petna/SortaPetya/Petwap/GEl防毒疫苗的寫法

Home Home
引用 | 編輯 Zigzap
2017-07-09 01:15
樓主
推文 x0
這四種已經有疫苗了NotPetya/Petya/Petna/SortaPetya/Petwap/GoldenEyes,打開記事本 ;

把下列代碼貼上儲存為  (( 疫苗.BAT ))批次檔 :

複製程式
@echo off
REM Administrative check from here: [b]這裡www.stackoverflow.com/questions/4051883/batch-script-how-to-check-for-admin-rights[/b]


REM Vaccination discovered by twitter.com/0xAmit/status/879778335286452224

REM Batch file created by Lawrence Abrams of BleepingComputer.com. @bleepincomputer@lawrenceabrams

echo Administrative permissions required.
 Detecting permissions...
echo.
              
net session >nul 2>&1
if %errorLevel% == 0
 (
        if exist C:\Windows\perfc
 (
               
echo Computer already vaccinated for NotPetya/Petya/Petna/SortaPetya.
        
echo.
       
) else
 (
              
echo This is a NotPetya/Petya/Petna/SortaPetya Vaccination file. Do not remove as it protects you from being encrypted by Petya. 
> C:\Windows\perfc
               
echo This is a NotPetya/Petya/Petna/SortaPetya Vaccination file. Do not remove as it protects you from being encrypted by Petya. 

> C:\Windows\perfc.dll
 
       
echo This is a NotPetya/Petya/Petna/SortaPetya Vaccination file. Do not remove as it protects you from being encrypted by Petya. 

> C:\Windows\perfc.dat
                
attrib +R C:\Windows\perfc
             
attrib +R C:\Windows\perfc.dll
           
attrib +R C:\Windows\perfc.dat
              
echo Computer vaccinated for current version of NotPetya/Petya/Petna/SortaPetya.
            
echo.
)
)
 else
 (
        
echo Failure: You must run this batch file as Administrator.
)
 pause

---------------------------------------------------結束-------------------------------------------------------------------

獻花 x0
引用 | 編輯 Mar09411
2017-07-15 07:01
1樓
  
開啟後會怎樣?@@

獻花 x0
引用 | 編輯 Zigzap
2017-07-18 19:36
2樓
  
會產生3個perfc perfc.dll perfc.dat唯讀檔
在C:\Windows\ 目錄下......就不會中毒了 表情

獻花 x0