We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a16fdc commit a7192fbCopy full SHA for a7192fb
1 file changed
README.md
@@ -58,6 +58,7 @@
58
9、安全配置类分析
59
9.1、DNS配置检测
60
9.2、Iptables防火墙配置检测
61
+ 9.3、hosts配置检测
62
10、Rootkit分析
63
10.1、检查已知rootkit文件类特征
64
10.2、检查已知rootkit LKM类特征
@@ -147,6 +148,7 @@
147
148
| 【主机进程检测】进程exe恶意特征检测 | √ | x | x | x |
149
| 【主机进程检测】僵尸进程检测 | x | x | x | √ |
150
| 【主机进程检测】可疑的较大共享内存检测 | x | x | √ | x |
151
+| 【主机进程检测】内存恶意特征检测 | x | x | x | x |
152
| 【网络链接检测】境外IP链接检测 | √ | x | x | x |
153
| 【网络链接检测】恶意特征链接检测 | √ | √ | √ | x |
154
| 【网络链接检测】网卡混杂模式检测 | √ | √ | √ | √ |
0 commit comments