Please enable JavaScript.
Coggle requires JavaScript to display documents.
System Security (Linux (Relevant Log File (lastlog, sulog, btmp, logging,…
System Security
Linux
Relevant Daemon
xinetd
(extended Internet daemon)
/etc/xinetd.conf
Cron
Crontab
(Cron table)
yearly
Run once a year at midnight of 1 January
0 0 1 1 *
monthly
Run once a month at midnight of the first day of the month
0 0 1 * *
daily
Run once a day at midnight
0 0 * * *
hourly
Run once an hour at the beginning of the hour
0 * * * *
/etc/passwd
Access rights
File Access rights
Sticky Bit
(user ownership access right)
Chmod
(Command)
setuid
(set u ser ID upon execution)
setgid
(set g roup ID upon execution)
Network Access rights
TCP Wrapper
(host-based networking ACL system)
/etc/hosts.allow
/etc/hosts.deny
Relevant Log File
lastlog
sulog
btmp
logging
xferlog
find
option
-mtime
(최근 n*24 시간 이전에 변경된 적이 있는 파일)
usage
find [검색대상위치] [옵션] [수행할작업]
Common(Windows, Unix)
Buffer overflow
Types
Heap-based exploitation
Stack-based exploitation
OS(Operating System)
Functions
Resource Management
1 layer =
Processor
management and Synchronization
2 layer = Allocate and Collect
Memory
3 layer =
Process
management
4 layer =
Device
management
5 layer =
I/O
devices management
Windows
Hosts