<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IOS Firewall (ZBF) Limit SMTP connections from same IP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163995#M360092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) It can be done as specified by Mashal but it will be applied to all the connections or the ones you configure manually Only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Okay got it &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Mar 2013 19:04:03 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2013-03-28T19:04:03Z</dc:date>
    <item>
      <title>IOS Firewall (ZBF) Limit SMTP connections from same IP</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163987#M360084</link>
      <description>&lt;P&gt;IOS Firewall (ZBF) Limit SMTP connections from same IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are running a Postfix MTA behind a IOS Firewall (ZBF) on a CISCO1921. Sometimes we get more than 2000 smtp login attemps like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;postfix/smtpd[123456]: connect from (...)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(...)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;postfix/smtpd[123456]: lost connection after AUTH from (...)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in one second. May be bruteforce or DoS ... nevertheless - we like to protect the Postfix MTA from this stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we inspect the smtp and limit connections in a time period from the the same IP? Something like "not more than 10 smtp connections during 60 seconds from the same ip" ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input : )&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:14:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163987#M360084</guid>
      <dc:creator>NISITNETC</dc:creator>
      <dc:date>2019-03-12T01:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Firewall (ZBF) Limit SMTP connections from same IP</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163988#M360085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TAC Service Request opened today ... Let's wait for the professional solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 16:41:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163988#M360085</guid>
      <dc:creator>NISITNETC</dc:creator>
      <dc:date>2013-03-23T16:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Firewall (ZBF) Limit SMTP connections from same IP</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163989#M360086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;yes, surely you can.&lt;/P&gt;&lt;P&gt;you can limit the smtp connections in ZBFW for specific IP and a specific period (one minute):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- access-list 100 permit ip host &lt;IP&gt; &lt;DESTINATION ip=""&gt; &lt;/DESTINATION&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;-- class-map type inspect match-all smtp_class&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; match protocol smtp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; match access-group 100&lt;/P&gt;&lt;P&gt;-- parameter-map type inspect smtp_par_map&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; one-minute high &lt;MAX vlaue=""&gt;&lt;/MAX&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; policy-map type inspect smtp_policy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; class smtp_class&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inspect smtp_par_map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, please let's know if this works with your requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mashal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 19:55:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163989#M360086</guid>
      <dc:creator>malshbou</dc:creator>
      <dc:date>2013-03-23T19:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Firewall (ZBF) Limit SMTP connections from same IP</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163990#M360087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mashal,&lt;/P&gt;&lt;P&gt;thanks !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This limits the general a fixed source IP to a fixed destination IP.&lt;/P&gt;&lt;P&gt;&amp;gt; I search for some more complexity - from a single detected IP to a fixed destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With your configuration is the complete smtp connection stopped, if one spammer breaks the limit. All the others have no access anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;x.x.x.x tries to connect with more than 100 smtp connection to our e-mail server y.y.y.y. Only 100 connetions can be established for the IP x.x.x.x.&lt;/P&gt;&lt;P&gt;- all further connections from the IP x.x.x.x are blocked becauase of the limit and for 120 seconds&lt;/P&gt;&lt;P&gt;- but alle other IPs are not blocked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to closed the access for the detected IP source ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 14:05:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163990#M360087</guid>
      <dc:creator>NISITNETC</dc:creator>
      <dc:date>2013-03-27T14:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Firewall (ZBF) Limit SMTP connections from same IP</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163991#M360088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean detected automatically??? No, for that you will need another device or feature such as an IPS/IOS-IPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could configure a policy manually for that IP making reference to the parameter-map previously defined&amp;nbsp; but dinamically there is no way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 19:35:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163991#M360088</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-03-27T19:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Firewall (ZBF) Limit SMTP connections from same IP</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163992#M360089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; You mean detected automatically???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's the same process used for "stateful connections" or "inspect". Yes - that's automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; No, for that you will need another device or feature such as an IPS/IOS-IPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IPS, yes - that's what I need. Did you/someone configure IPS relating to my question. Would be nice to get some input - Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 09:24:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163992#M360089</guid>
      <dc:creator>NISITNETC</dc:creator>
      <dc:date>2013-03-28T09:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Firewall (ZBF) Limit SMTP connections from same IP</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163993#M360090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)No, because what you are looking for is the firewall to identify who is doing more than X amount of connections to one of your boxes so it can apply some protection,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to add manually who is the host, that is my point.. No way to just say to the firewall learn it &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's way different that the usage of the stateful table, we are trying to cover here a DoS attack,it's different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Yes, I have worked with IPS's as well... Do you have one, what is the model you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 16:19:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163993#M360090</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-03-28T16:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Firewall (ZBF) Limit SMTP connections from same IP</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163994#M360091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;ok - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) This problem (see first post) can be solved with any DoS solution on smtp-connections ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Think IPS is just another area - sorry, maybe it has mixed up a little. We have an IOS-IPS license with out IOS 15.x on the CISCO 1921 - but it was not as performace as we aspected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 18:58:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163994#M360091</guid>
      <dc:creator>NISITNETC</dc:creator>
      <dc:date>2013-03-28T18:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Firewall (ZBF) Limit SMTP connections from same IP</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163995#M360092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) It can be done as specified by Mashal but it will be applied to all the connections or the ones you configure manually Only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Okay got it &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 19:04:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-zbf-limit-smtp-connections-from-same-ip/m-p/2163995#M360092</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-03-28T19:04:03Z</dc:date>
    </item>
  </channel>
</rss>

