Module 8: Linux Endpoint Introduction
Linux Applications and Daemons
Daemons
[offsec@linux02 ~]$ systemctl status sshd
β sshd.service - OpenSSH server daemon
Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
Active: inactive (dead) since Tue 2021-06-15 09:52:57 CEST; 2s ago
Docs: man:sshd(8)
man:sshd_config(5)
...[offsec@linux02 ~]$ sudo systemctl start sshd
[sudo] password for offsec: [offsec@linux02 ~]$ systemctl status sshd
β sshd.service - OpenSSH server daemon
Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
Active:active (running) since Tue 2021-06-15 09:53:55 CEST; 4s ago
Docs: man:sshd(8)
man:sshd_config(5)
Main PID: 78962 (sshd)
Tasks: 1 (limit: 4627)
Memory: 1.3M
CGroup: /system.slice/sshd.service
ββ78962 /usr/sbin/sshd -D -oCiphers=aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes256-cbc,aes128-gcm@openssh.com,aes128->Logging on Linux and the Syslog Framework
Rsyslog Meets Journal
Web Daemon Logging
Automating the Defensive Analysis
Python for Log Analysis
DevOps Tools
Hunting for Login Attempts
Last updated