HFish/docs/3-4-check.md
2021-08-06 15:55:22 +08:00

32 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 部署后的确认检查
- ### 管理端server
1. 使用passwd修改root账户密码避免弱口令
2. 使用date确认系统时间的准确
3. 确认防火墙已经启用并配置了正确的端口放行需要放行22、4433、4434端口
```wiki
#centos7 检查防火墙状态
systemctl status firewalld
#centos7 检查防火墙开放端口
firewall-cmd --list-ports
```
4. 检查蜜罐服务中的web服务是否已经修改为80端口
5. 如果server能够访问外网建议用户有限放行对情报源的访问检查情报对接x & tip是否完成
6. 如果如果server能够访问通知服务syslog、邮件、webhook检查通知是否完成
- ### 节点端Client
1. 使用passwd修改root账户密码避免弱口令
2. 使用date确认系统时间的准确
3. 确认防火墙已经启用并配置了正确的端口放行需要放行22、22122端口和节点端上启动的蜜罐服务端口需要在server后台确认端口信息放行方式参考上面的server端命令。