Skip to content

Commit ded2ab9

Browse files
committed
update
1 parent 08eb03b commit ded2ab9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**项目**(点击预览)| **文章作者 ID** | **文章链接** |**学习资源**
1010
-------------- | ---- | -------- | ---- |
11-
[**# 安全运维规范**](https://github.com/aqzt/sso/blob/master/Server_security_operation.md)|[@ppabc](https://github.com/ppabc/)|安全运维规范发起人 |[原创链接](https://github.com/aqzt/sso/blob/master/Server_security_operation.md)|[推荐](https://github.com/aqzt/sso)|归档
11+
[**# 安全运维规范 #**](https://github.com/aqzt/sso/blob/master/Server_security_operation.md)|[@ppabc](https://github.com/ppabc/)|安全运维规范发起人 |[原创链接](https://github.com/aqzt/sso/blob/master/Server_security_operation.md)|[推荐](https://github.com/aqzt/sso)|归档
1212
|[- 内部漏扫工具-巡风](https://github.com/ysrc/xunfeng)|[@ysrc](https://github.com/ysrc)|同程安全应急响应中心|[原创链接](http://www.freebuf.com/articles/security-management/126254.html)|[推荐](https://github.com/ysrc)|归档
1313
|[- Docker的蜜罐系统](https://github.com/atiger77/Dionaea)|[@atiger77](https://github.com/atiger77)|atiger77|[原创链接](http://www.freebuf.com/articles/security-management/126254.html)|[推荐](https://github.com/ysrc)|归档
1414
|[- jumpserver跳板机](https://github.com/jumpserver/jumpserver)|[@jumpserver](https://github.com/jumpserver)|jumpserver|[原创链接](https://github.com/jumpserver)|[推荐](https://github.com/jumpserver)|归档
@@ -31,7 +31,7 @@
3131
## 服务器安全那些要做,那些不要做
3232
- 安全设置要不要做?做安全还是不做安全?还是说只做一些基础设置。
3333
- 如果安全相关工作,能让服务器和服务器集群更安全,那就要去做。
34-
- 安全的相关工作尽量做,不会做的想办法做,实在没法做的,那就延后再说,也需现在没办法做,可能以后有办法,想做总能找到办法。
34+
- 安全的相关工作尽量做,不会做的想办法做,实在没法做的,那就延后再说,也许现在没办法做,可能以后有办法,想做总能找到办法。
3535
- 安全无小事,要想想不安全的后果,如果出现安全事件,数据泄露,数据库被拖库,后果是很严重的,这样的案例互联网上很多,就不多说了。
3636

3737
- 项目的口号是:使用服务器安全运维规范,不掉坑,不背锅!

Server_security_operation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- 3. 监控服务器SSH登录记录、iptables状态、进程状态,有异常记录告警。
2222
- 4. 监控网站WEB日志(包括nginx日志php日志等),可以采用EKL来收集管理,有异常日志告警。
2323
- 5. 运维人员都要接收告警邮件和短信,至少所负责的业务告警邮件和短信必须接收,运维经理接收重要业务告警邮件和短信。(除非是专职运维开发)
24-
- 6. 除服务器内部监控外,最好使用第三方监控业务是否正常(监控URL、端口等),比如:监控宝。
24+
- 6. 除服务器内部监控外,最好使用第三方监控,从外部监控业务是否正常(监控URL、端口等),比如:监控宝。
2525

2626
## 故障避免预防
2727
- 1. 网站WEB增加WAF,避免XSS跨站脚本、SQL注入、网页挂马等漏洞威胁。

0 commit comments

Comments
 (0)