RKhunter não realiza todas as verificações

RKhunter não realiza todas as verificações

Alguém pode me dizer como configurar/forçar o rkhunter a verificar tudo no meu sistema? As verificações são ignoradas, mesmo se eu executarrkhunter --checkall

Performing malware checks
    Checking running processes for suspicious files          [ None found ]
    Checking for hidden processes                            [ Skipped ]

Applications checks...
    All checks skipped

Responder1

Por alguma razão, minhas varreduras de aplicativos foram ignoradas quando usei o modificador --checkall porque em meu arquivo /etc/rkhunter.conf a opção "apps" estava por padrão incluída nas DISABLE_TESTSopções. Removê-lo permitiu que meus aplicativos fossem verificados.

#
# These two options determine which tests are to be performed. The ENABLE_TESTS
# option can use the word 'ALL' to refer to all of the available tests. The
# DISABLE_TESTS option can use the word 'NONE' to mean that no tests are
# disabled. The list of disabled tests is applied to the list of enabled tests.
#
# Both options are space-separated lists of test names, and both options may
# be specified more than once. The currently available test names can be seen
# by using the command 'rkhunter --list tests'.
#
# The supplied configuration file has some tests already disabled, and these
# are tests that will be used only occasionally, can be considered 'advanced'
# or that are prone to produce more than the average number of false-positives.
#
# Please read the README file for more details about enabling and disabling
# tests, the test names, and how rkhunter behaves when these options are used.
#
# The default values are to enable all tests and to disable none. However, if
# either of the options below are specified, then they will override the
# program defaults.
#
ENABLE_TESTS=ALL
#DISABLE_TESTS=suspscan hidden_ports hidden_procs deleted_files packet_cap_apps apps
DISABLE_TESTS=suspscan hidden_ports deleted_files packet_cap_apps ipc_shared_mem

Para qualquer colega rkhunter "noobies"

https://sourceforge.net/ <- tem o suporte/informações principais para rkhunter.

Também recomendo que você:
1.) (#) comente DISABLE_TESTS em /etc/rkhunter.conf
2.) use o virtualbox para configurar um servidor de teste (ambiente equivalente duplicado) e execute somas de verificação para verificar falsos positivos
3.) Use várias formas de "lista branca" em /etc/rkhunter.conf para limpar todos os avisos
4.) instale um aplicativo Linux chamado "exibir" para que você possa verificar portas e diretórios ocultos

informação relacionada