author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 22 Feb 2016 12:41:52 +0200 | |
changeset 1903 | 901e7394849f |
parent 1828 | 89380c212670 |
child 1911 | 870693ce6ff0 |
permissions | -rw-r--r-- |
1823 | 1 |
.. -*- coding: utf-8 -*- |
2 |
||
3 |
================================= |
|
4 |
Computer viruses and rootckits. |
|
5 |
================================= |
|
6 |
||
7 |
Online virus scaner. |
|
8 |
==================== |
|
9 |
||
10 |
* http://virusscan.jotti.org/ |
|
11 |
* http://www.virustotal.com/ |
|
12 |
* http://virscan.org/ |
|
13 |
||
14 |
Rootkit checker. |
|
15 |
================ |
|
16 |
||
17 |
For Debian:: |
|
18 |
||
19 |
$ sudo apt-get install rkhunter chkrootkit |
|
20 |
||
21 |
$ sudo rkhunter -c |
|
22 |
... |
|
23 |
||
24 |
$ sudo chkrootkit |
|
25 |
... |
|
26 |
||
27 |
.. |
|
28 |
||
29 |
http://www.rootkit.nl/projects/rootkit_hunter.html |
|
30 |
||
1828 | 31 |
For Windows just use `Sysinternals suite |
32 |
<https://technet.microsoft.com/ru-ru/sysinternals/>`_. There are two tools which |
|
33 |
help a lot: |
|
34 |
||
35 |
* ``procexp.exe`` to find which process lock file and path to executable images |
|
36 |
for removing unwanted software. |
|
37 |
* ``autoruns.exe`` to find program and service registration. |
|
1824
897d88b927bc
HijackThis, Sysinternals.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1823
diff
changeset
|
38 |
|
1828 | 39 |
Also you may use less powerful but built-in ``msconfig.exe`` to investigate |
40 |
startup processes registration. |
|
41 |
||
42 |
HijackThis. |
|
43 |
----------- |
|
44 |
||
45 |
Works nice on 32-bit Windows. But fail to properly handle paths on 64-bit. |
|
1824
897d88b927bc
HijackThis, Sysinternals.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1823
diff
changeset
|
46 |
|
1828 | 47 |
Autoruns from sysinternals supresses HijackThis by quality and number of |
48 |
detected places. |
|
49 |
||
50 |
http://sourceforge.net/projects/hjt/ |
|
51 |
Home page |
|
52 |
https://en.wikipedia.org/wiki/HijackThis |
|
53 |
Wiki page. |
|
1824
897d88b927bc
HijackThis, Sysinternals.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1823
diff
changeset
|
54 |
|
1828 | 55 |
GMER. |
56 |
----- |
|
57 |
||
58 |
List processes, services, autostarts, scans for rootkits or 3rd party file |
|
59 |
registration. |
|
1824
897d88b927bc
HijackThis, Sysinternals.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1823
diff
changeset
|
60 |
|
1828 | 61 |
Under Windows 10 x64 it cause reboot due to write to rean-only memory. |
62 |
||
63 |
http://www.gmer.net/ |
|
64 |
Home page. |
|
65 |
https://en.wikipedia.org/wiki/GMER |
|
66 |
Wiki page. |
|
1826 | 67 |
|
1823 | 68 |
Antivirus software. |
69 |
=================== |
|
70 |
||
71 |
Debian. |
|
72 |
------- |
|
73 |
||
74 |
ClamAV - anti-virus utility for Unix:: |
|
75 |
||
76 |
$ sudo apt-get install clamav |
|
77 |
||
78 |
Windows. |
|
79 |
-------- |
|
80 |
||
1828 | 81 |
Free active antivirus: |
1823 | 82 |
|
83 |
* `Windows Defender |
|
84 |
<http://windows.microsoft.com/en-us/windows/using-defender>`_ |
|
85 |
* `Avast <http://www.avast.com/>`_ - free Antivirus is free only for personal |
|
86 |
and non-commercial use. |
|
1828 | 87 |
|
88 |
Free one time scan antivirus: |
|
89 |
||
1823 | 90 |
* `Dr.Web CureIt! <https://free.drweb.ru/cureit/>`_ |
91 |
* `Free Kaspersky security scan for your PC |
|
92 |
<http://www.kaspersky.com/free-virus-scan>`_ |
|
93 |
* `Kaspersky Virus Removal Tool <www.kaspersky.com/antivirus-removal-tool>`_ |
|
1828 | 94 |
* `ESET SysInspector <http://www.eset.com/int/support/sysinspector/>`_. |
1823 | 95 |
|
96 |
Nod32 removal. |
|
97 |
~~~~~~~~~~~~~~ |
|
98 |
||
99 |
Disable nod32 services by 'msconfig' utility. |
|
100 |
||
101 |
Remove such keys from registry by 'regedit':: |
|
102 |
||
103 |
HKEY_LOCAL_MACHINE\SOFTWARE\ESET |
|
104 |
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_NOD32DRV |
|
105 |
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\eamon ==> |
|
106 |
... easdrv easdrv EhttpSrv ekrn epfw Epfwndis epfwtdi |
|
107 |