Linux审计部署

1) 禁用root 登陆

vi /etc/ssh/sshd_config

PermitRootLogin no

2) 修改启动模式 3

vi  /etc/inittab

3) 关服务

export LANG=en

chkconfig --level 2345 bluetooth  off
chkconfig --level 2345 ip6tables  off
chkconfig --level 2345 nfslock    off
chkconfig --level 2345 nfs        off
chkconfig --level 2345 sendmail   off

chkconfig --list bluetooth
chkconfig --list ip6tables
chkconfig --list nfslock 
chkconfig --list nfs     
chkconfig --list sendmail   


/etc/init.d/sendmail   stop
/etc/init.d/bluetooth  stop
/etc/init.d/ip6tables  stop
/etc/init.d/nfslock    stop
/etc/init.d/nfs        stop


/etc/init.d/sendmail   status
/etc/init.d/bluetooth  status
/etc/init.d/ip6tables  status
/etc/init.d/nfslock    status
/etc/init.d/nfs        status

/etc/init.d/portmap    stop
chkconfig --level 2345  portmap  off
chkconfig --list portmap
/etc/init.d/portmap        status

/etc/init.d/cups    stop
chkconfig --level 2345  cups  off
chkconfig --list cups
/etc/init.d/cups        status
                  
                  
4) 审计           
                  
chkconfig --list | grep  auditd

service auditd status

service auditd restart 

vi  /etc/audit/audit.rules


# Enable auditing

-e 1

## login configuration and information

-w /etc/login.defs -p wa -k CFG_login.defs

-w /etc/securetty -p wa -k CFG_securetty

-w /var/log/faillog -p wa -k LOG_faillog

-w /var/log/lastlog -p wa -k LOG_lastlog

-w /var/log/tallylog -p wa -k LOG_tallylog

## directory operations

#-a entry,always -S mkdir -S mkdirat -S rmdir

-a entry,always  -F arch=b64 -S mkdir -S rmdir

## cron configuration & scheduled jobs

-w /etc/cron.allow -p wa -k CFG_cron.allow

-w /etc/cron.deny -p wa -k CFG_cron.deny

#-w /etc/cron.d/ -p wa -k CFG_cron.d -w /etc/cron.daily/ -p wa -k CFG_cron.daily

-w /etc/cron.hourly/ -p wa -k CFG_cron.hourly

-w /etc/cron.monthly/ -p wa -k CFG_cron.monthly

-w /etc/cron.weekly/ -p wa -k CFG_cron.weekly

-w /etc/crontab -p wa -k CFG_crontab

-w /var/spool/cron/root -k CFG_crontab_root

## user, group, password databases

-w /etc/group -p wa -k CFG_group

-w /etc/passwd -p wa -k CFG_passwd

-w /etc/gshadow -k CFG_gshadow

-w /etc/shadow -k CFG_shadow

-w /etc/security/opasswd -k CFG_opasswd

# ----- File System audit rules -----

# Add a watch on "passwd" with the arbitrary filterkey "fk_passwd" that

# generates records for "reads, writes, executes, and appends" on "passwd"

-w /etc/passwd -k fk_passwd -p rwxa  

# Add a watch "shadow" with a NULL filterkey that has permissions

# filtering turned off

-w /etc/shadow 



来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/22661144/viewspace-1413188/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/22661144/viewspace-1413188/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值