WORM_OTORUN.SMXY
Windows 2000, XP, Server 2003

Threat Type: Worm
Destructiveness: No
Encrypted: Yes
In the wild: Yes
OVERVIEW
This worm arrives via removable drives. It arrives on a system as a file dropped by other malware or as a file downloaded unknowingly by users when visiting malicious sites.
It drops copies of itself in removable drives. These dropped copies use the names of the folders located on the said drives for their file names. It drops an AUTORUN.INF file to automatically execute the copies it drops when a user accesses the drives of an affected system.
TECHNICAL DETAILS
Arrival Details
This worm arrives via removable drives.
It 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 Root%\RECYCLER\{SID}\WinSysApp.exe
- %Program Files%\Windows\Common Files\Commgr.exe
- %Program Files%\Windows Alerter\WinAlert.exe
(Note: %System Root% is the root folder, which is usually C:\. It is also where the operating system is located.. %Program Files% is the default Program Files folder, usually C:\Program Files in Windows 2000, Server 2003, and XP (32-bit), Vista (32-bit), and 7 (32-bit), or C:\Program Files (x86) in Windows XP (64-bit), Vista (64-bit), and 7 (64-bit).)
It creates the following folders:
- %System Root%\RECYCLER
- %System Root%\RECYCLER\{SID}
(Note: %System Root% is the root folder, which is usually C:\. It is also where the operating system is located.)
It injects threads into the following normal process(es):
- Explorer.exe
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
WindowMessenger = %System Root%\RECYCLER\{SID}\WinSysApp.exe
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Run
Windows Alerter = %Program Files%\Windows Alerter\WinAlert.exe
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Run
Windows Common Files Manager = %Program Files%\Windows\Common Files\Commgr.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows\CurrentVersion\Run
WindowMessenger = %System Root%\RECYCLER\{SID}\WinSysApp.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows\CurrentVersion\Run
Windows Alerter = %Program Files%\Windows Alerter\WinAlert.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows\CurrentVersion\Run
Windows Common Files Manager = %Program Files%\Windows\Common Files\Commgr.exe
Other System Modifications
This worm modifies the following registry entries to hide files with Hidden attributes:
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Explorer\
Advanced
Hidden = 2
(Note: The default value data of the said registry entry is 1.)
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Explorer\
Advanced
HideFileExt = 1
(Note: The default value data of the said registry entry is 0.)
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Explorer\
Advanced
SuperHidden = 0
(Note: The default value data of the said registry entry is 1.)
HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Explorer\
Advanced
ShowSuperHidden = 0
(Note: The default value data of the said registry entry is 1.)
Propagation
This worm drops the following copy(ies) of itself in all removable drives:
- YoIgDnR.exe
It drops copies of itself in removable drives. These dropped copies use the names of the folders located on the said drives for their file names.
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=RECYCLER\YoIgDnR.exe
Explore=RECYCLER\YoIgDnR.exe
AutoPlay=RECYCLER\YoIgDnR.exe
shell\Open\Command=RECYCLER\YoIgDnR.exe
shell\Open\Default=1
shell\Explore\command=RECYCLER\YoIgDnR.exe
shell\Autoplay\Command=RECYCLER\YoIgDnR.exe
Dropping Routine
This worm sets the attributes of its dropped file(s) to the following:
- Hidden
- Read Only
- System
SOLUTION
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
Identify and delete files detected as WORM_OTORUN.SMXY using either the Startup Disk or Recovery Console
Step 3
Restart in Safe Mode
Step 4
Delete this registry value
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
- WindowMessenger
- %System Root%\RECYCLER\{SID}\WinSysApp.exe
- In HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
- Windows Alerter
- %Program Files%\Windows Alerter\WinAlert.exe
- In HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
- Windows Common Files Manager
- %Program Files%\Windows\Common Files\Commgr.exe
- In HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
- WindowMessenger
- %System Root%\RECYCLER\{SID}\WinSysApp.exe
- In HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
- Windows Alerter
- %Program Files%\Windows Alerter\WinAlert.exe
- In HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
- Windows Common Files Manager
- %Program Files%\Windows\Common Files\Commgr.exe
- %Program Files%\Windows\Common Files\Commgr.exe
- %Program Files%\Windows Alerter\WinAlert.exe
- %System Root%\RECYCLER\{SID}\WinSysApp.exe
- %Program Files%\Windows\Common Files\Commgr.exe
- %Program Files%\Windows Alerter\WinAlert.exe
- %System Root%\RECYCLER\{SID}\WinSysApp.exe
- WindowMessenger
Step 5
Restore these modified registry values
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_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
- From: Hidden = 2
To: 1
- From: Hidden = 2
- In HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
- From: HideFileExt = 1
To: 0
- From: HideFileExt = 1
- In HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
- From: SuperHidden = 0
To: 1
- From: SuperHidden = 0
- In HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
- From: ShowSuperHidden =0
To: 1
- From: ShowSuperHidden =0
Step 6
Search and delete this folder
- In %System Root%\RECYCLER\{SID}
Step 7
Search and delete AUTORUN.INF files created by WORM_OTORUN.SMXY that contain these strings
- In [Autorun]
- Open=RECYCLER\YoIgDnR.exe
- Explore=RECYCLER\YoIgDnR.exe
- AutoPlay=RECYCLER\YoIgDnR.exe
- shell\Open\Command=RECYCLER\YoIgDnR.exe
- shell\Open\Default=1
- shell\Explore\command=RECYCLER\YoIgDnR.exe
- shell\Autoplay\Command=RECYCLER\YoIgDnR.exe
- shell\Autoplay\Command=RECYCLER\YoIgDnR.exe
- shell\Explore\command=RECYCLER\YoIgDnR.exe
- shell\Open\Default=1
- shell\Open\Command=RECYCLER\YoIgDnR.exe
- AutoPlay=RECYCLER\YoIgDnR.exe
- Explore=RECYCLER\YoIgDnR.exe
- Open=RECYCLER\YoIgDnR.exe
Step 8
Restart in normal mode and scan your computer with your Trend Micro product for files detected as WORM_OTORUN.SMXY. 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.