Arrival Details
This worm arrives on a system as a file dropped by other malware or as a file downloaded unknowingly by users when visiting malicious sites.
Installation
This worm drops the following copies of itself into the affected system:
- %System%\regsvr.exe
- %Windows%\regsvr.exe
- %System%\svchost .exe
(Note: %System% is the Windows system folder, which is usually C:\Windows\System32.. %Windows% is the Windows folder, which is usually C:\Windows.)
It creates the following folders:
(Note: %System% is the Windows system folder, which is usually C:\Windows\System32.)
Autostart Technique
This worm adds the following registry entries to enable its automatic execution at every system startup:
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Run
Msn Messsenger = "%System%\regsvr.exe"
It modifies the following registry entries to ensure it automatic execution at every system startup:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows NT\CurrentVersion\Winlogon
Shell = "Explorer.exe regsvr.exe"
(Note: The default value data of the said registry entry is Explorer.exe.)
The scheduled task executes the malware at the following period:
Other System Modifications
This worm adds the following registry keys:
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Policies\
System
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Explorer\
WorkgroupCrawler\Shares
It adds the following registry entries:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\
Services\Schedule
AtTaskMaxHours = "0"
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Explorer\
WorkgroupCrawler\Shares
shared = "\New Folder .exe"
It creates the following registry entry(ies) to disable Task Manager, Registry Tools and Folder Options:
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Policies\
Explorer
NofolderOptions = "0"
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Policies\
System
DisableTaskMgr = "0"
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Policies\
System
DisableRegistryTools = "1"
Propagation
This worm drops copies of itself in the following drives:
- {Removable Drive Letter}:\New Folder .exe
- {Removable Drive Letter}:\regsvr.exe
- {Removable Drive Letter}:\{Folder Name}\{Folder Name}.exe
It drops an AUTORUN.INF file to automatically execute the copies it drops when a user accesses the drives of an affected system.
The said .INF file contains the following strings:
[Autorun]
Open=regsvr.exe
Shellexecute=regsvr.exe
Shell\Open\command=regsvr.exe
Shell=Open
Dropping Routine
This worm drops the following files:
- %System%\28463\svchost.001
- %System%\setting.ini
- %System%\setup.ini
- %Windows%\At1.job
- {Removable Drive Letter}:\autorun.inf
(Note: %System% is the Windows system folder, which is usually C:\Windows\System32.. %Windows% is the Windows folder, which is usually C:\Windows.)
NOTES:
This malware uses the icon of a Microsoft Word document to trick the user into thinking it is a normal file.
Step 1
Before doing any scans, Windows XP, Windows Vista, and Windows 7 users must disable System Restore to allow full scanning of their computers.
Step 2
Note that not all files, folders, and registry keys and entries are installed on your computer during this malware's/spyware's/grayware's execution. This may be due to incomplete installation or other operating system conditions. If you do not find the same files/folders/registry information, please proceed to the next step.
Step 3
Identify and delete files detected as WORM_SOHANAD.YTG using either the Startup Disk or Recovery Console
[ Learn More ]
[ back ]
To identify and delete the malware/grayware file:
• On Windows XP and Server 2003 systems:
- Scan your computer with your Trend Micro product and then take note of the names of the malware/grayware files detected.
- Click Start>Run. In the Open input box, type secpol.msc and press Enter.
- In the left panel, double-click Local Policies>Security Options.
- In the right panel, double-click Recovery Console: Allow floppy copy and access to all drives and folders.
- Select Enabled and click OK.
- Insert the Windows Installation CD into the CD drive, then restart your computer.
- When prompted, press any key to boot from the CD.
- On the main menu, type r to go to the Recovery Console.
- Type the number that corresponds to the drive and directory that contains Windows (usually C:\WINDOWS) and press Enter.
- Type the Administrator password and press Enter.
- In the input box, type the following then press Enter:
SET AllowAllPaths = TRUE
del "{malware/grayware path and file name}" - Type exit and press Enter to restart the system normally.
• On Windows Vista, 7, and Server 2008 (R2) systems:
- Scan your computer with your Trend Micro product and then take note of the names of the malware/grayware files detected.
- Insert your Windows Installation DVD in the DVD drive, then Press the restart button.
- When prompted, press any key to boot from the CD.
- Depending on your Windows Installation DVD, you might be required to select the installation language. Then on the Install Windows window, choose your language, locale, and keyboard layout or input method. Click Next, then click Repair your computer.
- Select Use recovery tools that can help fix problems starting Windows. Select your installation of Windows. Click Next.
- If the Startup Repair window appears, click Cancel, Yes, then Finish.
- In the System Recovery Options window, click Command Prompt.
- In the Command Prompt window, type the following then press Enter:
BootRec.exe /fixmbr
del "{malware/grayware path and file name}" - Type exit and press Enter to close the Command Prompt window.
- Click Restart to restart the system normally.
• On Windows 8, 8.1, and Server 2012 (R2) systems:
- Scan your computer with your Trend Micro product and then take note of the names of the malware/grayware files detected.
- Insert your Windows Installation DVD in the DVD drive, then restart your computer.
- When prompted, press any key to boot from the DVD.
- Depending on your Windows Installation DVD, you might be required to select the keyboard layout. Then on the Windows Setup window, choose your language, locale, and input method. Click Next, then click Repair your computer.
- Click Troubleshoot>Advanced Options>Command Prompt.
- In the Command Prompt window, type the following then press Enter:
BootRec.exe /fixmbr
del "{malware/grayware path and file name}" - Type exit and press Enter to close the Command Prompt window.
- Click Continue to restart the system normally.
Step 4
Enable Registry Editor, Task Manager, and Folder options
[ Learn More ]
[ back ]
By doing this step, you also enable other applications/programs disabled by this malware/grayware/spyware.
To enable Registry Editor, Task Manager, and Folder options:
- Open Notepad. To do this:
- For Windows 2000, XP, and Server 2003 users:
Click Start>Run, type Notepad in the text box provided, then press Enter. - For Windows Vista, 7, and Server 2008 (R2) users:
Click start. Type Notepad , then press Enter. - For Windows 8, 8.1, and 2012 (R2) users:
Right-click on the lower left corner of the screen. Click Run. Type Notepad in the input field, then press Enter.
- Copy and paste the following script:
- Save this file as C:\RESTORE.VBS.
- Run C:\RESTORE.VBS by double-clicking on the file.
- Click Yes at the prompt of the message box to execute the .VBS file.
Step 5
Delete this registry key
[ Learn More ]
[ back ]
Important: Editing the Windows Registry incorrectly can lead to irreversible system malfunction. Please do this step only if you know how or you can ask assistance from your system administrator. Else, check this Microsoft article first before modifying your computer's registry.
- In HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
- In HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WorkgroupCrawler
To delete the registry key this malware/grayware created:
- Open Registry Editor.
» For Windows 2000, Windows XP, and Windows Server 2003 users, click Start>Run, type regedit in the text box provided, and then press Enter.
» For Windows Vista, Windows 7, and Windows Server 2008 (R2) users, click the Start button, type regedit in the Search input field then press Enter.
» For Windows 8, Windows 8.1, and Windows Server 2012 (R2) users, right-click on the lower left corner of the screen, click Run, type regedit in the text box provided, and then press Enter. - In the left panel, double-click the following:
HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Policies - Still in the left panel, locate and delete the key:
System - In the left panel, double-click the following:
HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Explorer>WorkgroupCrawler - Still in the left panel, locate and delete the key:
Shares - Close Registry Editor.
Step 6
Delete this registry value
[ Learn More ]
[ back ]
Important: Editing the Windows Registry incorrectly can lead to irreversible system malfunction. Please do this step only if you know how or you can ask assistance from your system administrator. Else, check this Microsoft article first before modifying your computer's registry.
- In HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
- Msn Messsenger = %System%\regsvr.exe
- In HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Schedule
- In HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WorkgroupCrawler\Shares
- shared = \New Folder .exe
To delete the registry value this malware/grayware created:
- Open Registry Editor.
» For Windows 2000, Windows XP, and Windows Server 2003 users, click Start>Run, type regedit in the text box provided, and then press Enter.
» For Windows Vista, Windows 7, and Windows Server 2008 (R2) users, click the Start button, type regedit in the Search input field then press Enter.
» For Windows 8, Windows 8.1, and Windows Server 2012 (R2) users, right-click on the lower-left corner of the screen, click Run, type regedit in the text box provided, and then press Enter. - In the left panel, double-click the following:
HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Run - In the right panel, locate and delete the entry:
Msn Messsenger = %System%\regsvr.exe - In the left panel, double-click the following:
HKEY_LOCAL_MACHINE>SYSTEM>ControlSet001>Services>Schedule - In the right panel, locate and delete the entry:
AtTaskMaxHours = 0 - In the left panel, double-click the following:
HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Explorer>WorkgroupCrawler>Shares - In the right panel, locate and delete the entry:
shared = \New Folder .exe - Close Registry Editor.
Step 7
Restore these modified registry values
[ Learn More ]
[ back ]
Important:Editing the Windows Registry incorrectly can lead to irreversible system malfunction. Please do this only if you know how to or you can seek your system administrator's help. You may also check out this Microsoft article first before modifying your computer's registry.
- In HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
- From: Shell = Explorer.exe regsvr.exe
To: Shell = Explorer.exe
To restore registry values this malware/grayware modified:
- Open Registry Editor. To do this:
- On Windows 2000, XP, and Server 2003:
Click Start>Run, type REGEDIT in the text box provided, and then press Enter. - On Windows Vista, 7, and Server 2008 (R2):
Click the Start button, type REGEDIT in the Search input field then press Enter. - On Windows 8, 8.1, and Server 2012 (R2):
Right-click on the lower left corner of the screen and click Run, type REGEDIT in the Run input field, and then press Enter.
- In the left panel, double-click the following:
HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Windows NT>CurrentVersion>Winlogon - In the right panel, locate the registry value:
Shell = Explorer.exe regsvr.exe - Right-click on the value name and choose Modify. Change the value data of this entry to:
Shell = Explorer.exe - Close Registry Editor.
Step 8
Search and delete this folder
[ Learn More ]
[ back ]
Please make sure you check the
Search Hidden Files and Folders checkbox in the More advanced options option to include all hidden folders in the search result.
To delete the malware/grayware folder:
- Right-click Start then click Search... or Find..., depending on the version of Windows you are running.
- In the Named input box, type:
- In the Look In drop-down list, select My Computer, then press Enter.
- Once located, select the folder then press SHIFT+DELETE to permanently delete the folder.
Step 9
Search and delete this file
[ Learn More ]
[ back ]
There may be some files that are hidden. Please make sure you check the
Search Hidden Files and Folders checkbox in the "More advanced options" option to include all hidden files and folders in the search result.
- %System%\28463\svchost.001
- %System%\setting.ini
- %System%\setup.ini
- %Windows%\At1.job
To manually delete a malware/grayware file from an affected system:
• For Windows 2000, Windows XP, and Windows Server 2003:
- Right-click Start then click Search....
- In the File name* input box, type the following:
- %System%\28463\svchost.001
- %System%\setting.ini
- %System%\setup.ini
- %Windows%\At1.job
- In the Look In drop-down list, select My Computer then press Enter.
- Once located, select the file then press SHIFT+DELETE to delete it.
*Note: The file name input box title varies depending on the Windows version (e.g. Search for files or folders named or All or part of the file name.).
• For Windows Vista, Windows 7, Windows Server 2003 (R2), Windows 8, Windows 8.1, and Windows Server 2012 (R2):
- Open a Windows Explorer window.
- For Windows Vista, 7, and Server 2008 (R2) users, click Start>Computer.
- For Windows 8, 8.1, and Server 2012 (R2) users, right-click on the lower left corner of the screen, then click File Explorer.
- In the Search Computer/This PC input box, type:
- %System%\28463\svchost.001
- %System%\setting.ini
- %System%\setup.ini
- %Windows%\At1.job
- Once located, select the file then press SHIFT+DELETE to delete it.
*Note: Read the following Microsoft page if these steps do not work on Windows 7.
Step 10
Search and delete AUTORUN.INF files created by WORM_SOHANAD.YTG that contain these strings
[ Learn More ]
[ back ]
[Autorun]
Open=regsvr.exe
Shellexecute=regsvr.exe
Shell\Open\command=regsvr.exe
Shell=OpenTo identify and delete AUTORUN.INF files created:
For Windows 2000, Windows XP, and Windows Server 2003:
- Right-click the Start button then choose Search... or Find..., depending on the version of Windows you are running.
- In the File name* input box, type:
AUTORUN.INF - In the Look in: drop-down list, select a drive, then press Enter.
- Select the file, then open using Notepad.
- Check if the following lines are present in the file:
[Autorun]
Open=regsvr.exe
Shellexecute=regsvr.exe
Shell\Open\command=regsvr.exe
Shell=Open - If the lines are present, delete the file.
- Repeat steps 3 to 6 for the remaining AUTORUN.INF files in other remaining removable drives.
- Close Search Results.
*Note: The file name input box title varies depending on the Windows version (e.g.
Search for files or folders named or
All or part of the file name.).
For Windows Vista, Windows 7, Windows Server 2003 (R2), Windows 8, Windows 8.1, and Windows Server 2012 (R2):
- Open a Windows Explorer window.
- For Windows Vista, 7, and Server 2008 (R2) users, click Start>Computer.
- For Windows 8, 8.1, and Server 2012 (R2) users, right-click on the lower left corner of the screen, then click File Explorer.
- In the Search Computer/This PC input box, type:
AUTORUN.INF - Select the file, then open using Notepad.
- Check if the following lines are present in the file:
[Autorun]
Open=regsvr.exe
Shellexecute=regsvr.exe
Shell\Open\command=regsvr.exe
Shell=Open - If the lines are present, delete the file.
- Repeat steps 3 to 5 for the remaining AUTORUN.INF files in other remaining removable drives.
- Close Search Results.
Step 11
Scan your computer with your Trend Micro product to delete files detected as WORM_SOHANAD.YTG. If the detected files have already been cleaned, deleted, or quarantined by your Trend Micro product, no further step is required. You may opt to simply delete the quarantined files. Please check this Knowledge Base page for more information.
Did this description help? Tell us how we did.