- check and apply software updates
- cf man:cron-apt
- in particular server with unfiltered open ports
- cf man:lsof (with
grep LISTEN
) and man:nmap (with -sV target
)
- follow the related mailing lists
- failed access
auth.log
- cf man:iptables (with ) and man:fail2ban
- check against passwords stored in plain text
- using
man:find / -...
, grep /dev/mem
even search engines
- in particular in specific locations (users storage, logs, backups, ...)
- periodically generate new passwords
- maintaining independence between accounts (locally and remotely too)
- save logs remotely and check for integrity
See also
Motivated by