Below was actual logic of Conficker Virus used to disable the security services. C opens the security manager with all access privileges. It then loops through the set of resident services, ignoring all services reported as kernel devices. If it finds a matching device name, it first shuts down the service, sleeps for 4 seconds, and then sets the service configuration to permanently disable the service.
&ServiceStatus); // notifies the service that it should stop
if ( success )
Sleep(4000); // sleep 4 seconds
}
}
result |= ChangeServiceConfigA(v, 0xFFFFFFFFu, 4u, 0xFFFFFFFFu,
0, 0, 0, 0, 0, 0, 0);
// set the service configuration so that the service is never started
CloseServiceHandle(v);
}
CloseServiceHandle(hSCObject);
}
return result;
}
Also these processes are immediately terminated by C's process monitoring thread whenever they are discovered running on the victim computer. These were tools seen as treat to its existence in the victims host computer. Seems these virus was protecting itself.
autoruns - malware removal tool
avenger - antivirus / firewall
confick - cleanup utilities
downad - cleanup utilities
filemon - security utility)
gmer - rootkit detector and remover (gmer.net)
hotfix - security patch or removal tools
kb890 - Microsoft patch
kb958 - Microsoft patch
kido - security patch or removal tools
klwk - Karspersky malware removal tool
mbsa. - Microsoft Baseline Security Analyser
mrt - Microsoft malware removal tool
mrtstub - Microsoft malware removal tool
ms08-06 - Microsoft patch
procexp - process explorer
procmon - process monitor
regmon - registry monitor
scct_ - unknown
sysclean - Trend Micro malware removal tool
tcpview - network packet analysis tool
unlocker - file unlocking utility
wireshark - network packet analysis tool
My personal perception was " these virus was for designed specially for those illegally obtained or hacked window version. It is a good worm for flushing out unregistered window version. Wonder why microsoft wants the author of this where in fact this will help themto get rid of all unregistered versions. If you have an authentic window version you dont have to worry a patch from from microsoft will keep you safe from this virus. So much for this one, It will April 2 tommorow so we don`t have to worry for it anymore. Let`s see tommorow and what new on this much talk about virus. ..Godbless
No comments:
Post a Comment