Cron-script deleted, but the job is still running in the crontab file
Writable file
$cat/etc/crontab...***** root /home/user/run.sh...# 1)$locaterun.sh# no results$find/-namerun.sh2>/dev/null# no results# create run.sh in the /home/user directory$cd/home/user/run.sh$nanorun.sh...$catrun.sh#!/bin/bash...startreverseshell,etc.# 2)# user home directory - writable by the current user$ls-l/home/user/run.sh-rw-r--r--1useruserxxxxxxxxxxx/home/user/run.sh$cd/home/user$nano/home/user/run.sh...appendinmaliciousscript