• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

S7510E怎么进行封堵高危端口 445 135 137

2021-01-04提问
  • 1关注
  • 1收藏,1432浏览
粉丝:0人 关注:0人

问题描述:

在交换机上对高危端口进行封堵,怎么进行配置。

组网及组网描述:


最佳答案

已采纳
粉丝:111人 关注:1人


#
acl adance 3100
 rule 5 deny tcp destination-port eq 445
 rule 10 deny tcp destination-port eq 135
 rule 15 deny tcp destination-port eq 137
 rule 20 deny tcp destination-port eq 138
 rule 25 deny tcp destination-port eq 139
 rule 30 deny udp destination-port eq 445
 rule 35 deny udp destination-port eq 135
 rule 40 deny udp destination-port eq 137
 rule 45 deny udp destination-port eq 138
 rule 50 deny udp destination-port eq 139
#
traffic classifier anti_wana operator and
 if-match acl 3100
#
traffic behavior anti_wana
 filter deny
#
qos policy anti_wana
 classifier anti_wana behavior anti_wana

#
[接口视图]
 qos apply policy anti_wana inbound
 qos apply policy anti_wana outbound

[全局视图]         //基于全局应用QoS策略仅在MPE单板(仅入方向)和SPC单板上生效;部分设备无法使用此命令,只能在接口上应用。
 qos apply policy anti_wana global inbound
 qos apply policy anti_wana global outbound

==========================================
近期勒索病毒发生了变异,3389端口也在攻击之列中,请在ACL中添加相关规则,以防不测!
rule 55 deny udp destination-port eq 3389
rule 60 deny tcp destination-port eq 3389

如果我在ACL里面放通了某个IP 可以访问445 端口,那流行为下面也是filter deny吗?

zhiliao_wzwI5 发表时间:2021-01-25
2 个回答
粉丝:38人 关注:3人

acl number 3333

 rule 0 deny udp destination-port eq tftp

 rule 1 deny tcp destination-port eq 135

 rule 2 deny udp destination-port eq 135

 rule 3 deny udp destination-port eq netbios-ns

 rule 4 deny udp destination-port eq netbios-dgm

 rule 5 deny tcp destination-port eq 139

 rule 6 deny udp destination-port eq netbios-ssn

 rule 7 deny tcp destination-port eq 445

 rule 8 deny udp destination-port eq 445

 rule 9 deny tcp destination-port eq 539

 rule 10 deny udp destination-port eq 539

 rule 11 deny udp destination-port eq 593

 rule 12 deny tcp destination-port eq 593

 rule 13 deny udp destination-port eq 1434

 rule 14 deny udp destination-port eq 1433

 rule 15 deny tcp destination-port eq 4444

 rule 16 deny tcp destination-port eq 9996

 rule 17 deny tcp destination-port eq 5554

 rule 18 deny udp destination-port eq 9996

 rule 19 deny udp destination-port eq 5554

 rule 20 deny tcp destination-port eq 137

 rule 21 deny tcp destination-port eq 138

 rule 22 deny tcp destination-port eq 1025

 rule 23 deny udp destination-port eq 1025

 rule 24 deny tcp destination-port eq 9995

 rule 25 deny udp destination-port eq 9995

 rule 26 deny tcp destination-port eq 1068

 rule 27 deny udp destination-port eq 1068

 rule 28 deny tcp destination-port eq 1023

 rule 29 deny udp destination-port eq 1023

 rule 30 permit icmp icmp-type echo

 rule 31 permit icmp icmp-type echo-reply

 rule 32 permit icmp icmp-type ttl-exceeded

 rule 33 deny icmp

进入相应的内网口和外网口,下发到inbound方向

interface ethernet 1/0

packet-filter 3333 inbound

packet-filter 3333 outbound


粉丝:126人 关注:6人

您好,请知:

以下是S7500E系列封堵高危端口的配置脚本及案例连接,请参考:

1、创建ACL,对高危端口进行拦截:

acl number 3210

 rule 0 deny tcp destination-port eq 135

 rule 1 deny udp destination-port eq 135

 rule 2 deny tcp destination-port eq 137

 rule 3 deny udp destination-port eq netbios-ns

 rule 4 deny tcp destination-port eq 138

 rule 5 deny udp destination-port eq netbios-dgm

 rule 6 deny udp destination-port eq netbios-ssn

 rule 7 deny tcp destination-port eq 139

 rule 8 deny tcp destination-port eq 445

 rule 9 deny udp destination-port eq 445

 rule 10 deny tcp destination-port eq 3389

 rule 11 deny udp destination-port eq 3389

 rule 20 deny tcp source-port eq 135

 rule 21 deny udp source-port eq 135

 rule 22 deny tcp source-port eq 137

 rule 23 deny udp source-port eq netbios-ns

 rule 24 deny tcp source-port eq 138

 rule 25 deny udp source-port eq netbios-dgm

 rule 26 deny udp source-port eq netbios-ssn

 rule 27 deny tcp source-port eq 139

 rule 28 deny tcp source-port eq 445

 rule 29 deny udp source-port eq 445

 rule 30 deny tcp source-port eq 3389

 rule 31 deny udp source-port eq 3389

 rule 1500 permit ip

2、将ACL下发到端口:

int range gi 1/0/1 gi 1/0/24

packet-filter 3210 inbound

packet-filter 3210 outbound

quit


https://zhiliao.h3c.com/theme/details/127170

编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。

分享扩散:

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作

举报

×

侵犯我的权益 >
对根叔社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明