Common signs of Viruses:
- Unusual messages may appear on your screen.
- Decreased system performance.
- Missing data.
- Inability to access your hard drive.
Steps to identify the Viruses:
- Isolate/disconnect the machine from the network.
- Check/kill for the unusual processes.
- Use process explorer, task manager, etc,.
- Check/delete for any new users’ added in administrator (or) power user groups.
- Check/delete for any new unusual files created.
- files like .exe, .bat, .tmp, completely in hex code, etc,.
- in folders like %Systemdrive%, %WinDir%system32, %ProgramFiles%, %WinDir%system32Drivers, %Systemdrive%Recycler, etc,. Sort the files by date created or modified.
- Check/delete any extra keys created in below startup registry paths.
- Run, RunOnce, etc,.
- Use autoruns, etc,.
- Check/disconnect the client communication with outside machines.
- Use netstat, netcat, tcpview, netmon, etc,.
- Check/ensure that firewall (CSA) and antivirus (SAV) programs are running.
- Check/note the event logs to notice any abnormal sequence of actions took place.
- If still couldn’t find?
- Boot in safe mode.
- Disable any non-standard services.
Commands:
- How to check all the executables involved, ports, active network connections made from an infected machine to another machine?
C:>netstat -b -v
Active Connections
Proto Local Address Foreign Address State PID
TCP Test:3886 dc.domain.com:microsoft-ds ESTABLISHED 4
— unknown component(s) —
[System]
TCP Test:4278 mail-srvr.site-1.domian.com:1191 ESTABLISHED 3332
C:WINNTsystem32WS2_32.dll
C:WINNTsystem32RPCRT4.dll
C:Program FilesCommon FilesSYSTEMMSMAPI1033EMSMDB32.DLL
C:Program FilesCommon FilesSystemMSMAPI1033msmapi32.dll
[OUTLOOK.EXE]
C:>
Active Connections
Proto Local Address Foreign Address State PID
TCP Test:3886 dc.domain.com:microsoft-ds ESTABLISHED 4
— unknown component(s) —
[System]
TCP Test:4278 mail-srvr.site-1.domian.com:1191 ESTABLISHED 3332
C:WINNTsystem32WS2_32.dll
C:WINNTsystem32RPCRT4.dll
C:Program FilesCommon FilesSYSTEMMSMAPI1033EMSMDB32.DLL
C:Program FilesCommon FilesSystemMSMAPI1033msmapi32.dll
[OUTLOOK.EXE]
C:>
Windows components:
- Default explorer shell
- All Windows versions have a default shell consisting of one main program, Explorer.exe, launched by the Winlogon process each time an interactive session is opened.
- The Windows Shell program, Explorer.exe, is stored in the Windows folder (%WinDir%).
- In the Windows NT family (NT4/2K/XP/2003), the shell value is stored in the registry.
- The Winlogon process begins by retrieving the shell data value in the registry key: HKEY_CURRENT_USERSOFTWAREMicrosoftWindows NTCurrentVersionWinlogon
- If it does not exist, it looks for it in the key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon
- Command-Line Switches for Windows Explorer
Windows Procedures:
- How to create a new folder in Control Panel?
Expand Special Folder on the Start Menu. Once you’ve found the ID the hard work is done, now all you need to do is right-click on the Start button and chose open. Now create a new folder with the name of the folder followed by a dot and the folder ID. For Control Panel create a new folder called ‘Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}’. The new folder should now change into the Control Panel logo. Close the explorer window and click on the Start button, and there should now be a new expanding folder for the Control Panel.