信息安全工程师案例分析当天每日一练试题地址:www.cnitpm.com/exam/ExamDayAL.aspx?t1=6
往期信息安全工程师每日一练试题汇总:www.cnitpm.com/class/27/e6_1.html
信息安全工程师案例分析每日一练试题(2026/9/11)在线测试:www.cnitpm.com/exam/ExamDayAL.aspx?t1=6&day=2026/9/11
点击查看:更多信息安全工程师习题与指导
信息安全工程师案例分析每日一练试题内容(2026/9/11)
试题一(20分)
信管网考友试题答案分享:
信管网user************:
网闸基于代理型防火墙第一道防线1、黑名单
2、filter表
3、iptables -input drop1、80端口
2、iptables -input --destination 192.168.70.140 --destination-port 80 accept
iptables -input drop
3、24位
4、iptables -input --source 192.168.11.2 0.0.0.0 --destination 192.168.70.140 --destination-port 22 accept
iptables -input --source 192.168.11.2 0.0.0.0 --destination 192.168.70.141 --destination-port 22 accept
信管网user************:
网闸基于屏蔽子网第一道防线1、白名单。
2、filter表
3、iptables -t source any drop1、防火墙1允许80 443端口通过。
2、iptables -t --source any --destination 192.168.70.140 0.0.0.0 --destination-port 80,443 accept
iptables -t --source any drop
3、255.255.255.0
4、
信管网cnit**************:
网闸 屏蔽子网 保护 白名单
iptables reject
80/443
iptable inout - d 192.168.70.140 -j drop
信管网fjnb****:
网闸基于屏蔽子网保护
黑名单安全策略
filter
iptables -p input drop
tcp80
tcp443
tcp53
2.iptables -a forward -s 0.0.0.0/0 -d 192.168.70.140 -p tcp --dport 80 -j accept
iptables -a forward -s 0.0.0.0/0 -d 192.168.70.140 -p tcp --dport 443 -j accept
iptables -a forward -s 0.0.0.0/0 -j drop
3.255.255.255.0
4.iptables -a forward -s 192.168.11.2 -d 192.168.70.140 -p tcp --dport 80 443 -j accept
iptables -a forward -s 192.168.11.2 -d 192.168.70.141 -p tcp --dport 3363
-j accept
信管网user************:
iptables -i insert -s *.*.*.* -j drop80 443
iptables -i forward -d 192.168.70.140 -dport 80 -j accept
iptables -i forward -d 192.168.70.140 -dport 443 -j accept
255.255.255.0
iptables -i forward -s 192.168.11.2 -d 192.168.70.140 -dport 22 -j accept
信管网订阅号
信管网视频号
信管网抖音号
温馨提示:因考试政策、内容不断变化与调整,信管网网站提供的以上信息仅供参考,如有异议,请以权威部门公布的内容为准!
信管网致力于为广大信管从业人员、爱好者、大学生提供专业、高质量的课程和服务,解决其考试证书、技能提升和就业的需求。
信管网软考课程由信管网依托10年专业软考教研倾力打造,教材和资料参编作者和资深讲师坐镇,通过深研历年考试出题规律与考试大纲,深挖核心知识与高频考点,为学员考试保驾护航。面授、直播&录播,多种班型灵活学习,满足不同学员考证需求,降低课程学习难度,使学习效果事半功倍。
| 发表评论 查看完整评论 | |