<?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: Brute Force FTP attack in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742301#M1012449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Things are becoming much clearer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 03:06:11 GMT</pubDate>
    <dc:creator>srberg5219</dc:creator>
    <dc:date>2007-03-28T03:06:11Z</dc:date>
    <item>
      <title>Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742292#M1012440</link>
      <description>&lt;P&gt;OK, so I noticed on my server today a host from IP address 200.69.119.228 flooded my server this morning with 4,878 login attempts; in only 1/2 hour!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any good ways to prevent this from my PIX standpoint?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appliance: PIX 506 5.2(6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: I am brand spanking new to managing PIX appliances...&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:52:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742292#M1012440</guid>
      <dc:creator>srberg5219</dc:creator>
      <dc:date>2019-03-11T09:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742293#M1012441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deny the ip address in your access-list. You probably have something similar to below, just add the deny before the permit. Post your existing access-list applied to your outside interface and we can give you the correct statement. Here is the syntax. If you are asking how to stop this while it is occuring, hopefully someone else can chime in on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 deny tcp host 200.69.119.228 host &lt;FTPSERVER_PUBLIC_IP&gt; eq ftp&lt;/FTPSERVER_PUBLIC_IP&gt;&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp any host &lt;FTPSERVER_PUBLIC_IP&gt; eq ftp&lt;/FTPSERVER_PUBLIC_IP&gt;&lt;/P&gt;&lt;P&gt;access-group 100 in interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 22:25:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742293#M1012441</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-03-27T22:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742294#M1012442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am posting my config as a whole for reference. I have, of course completely changed my IP addresses for security reasons...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I basically understand the DENY access-list, and as most hackers are on dynamic IPs, I wasn't sure if there was a different way to config my PIX to help deal with these types of attacks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 5.2(6)&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;passwd xxx&lt;/P&gt;&lt;P&gt;hostname itfw1&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol h323 1720&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list out permit ip any any&lt;/P&gt;&lt;P&gt;access-list in permit tcp any host 192.168.250.25 eq smtp&lt;/P&gt;&lt;P&gt;access-list in permit tcp any host 192.168.250.25 eq pop3&lt;/P&gt;&lt;P&gt;access-list in permit tcp any host 192.168.250.25 eq 443&lt;/P&gt;&lt;P&gt;access-list in permit tcp any host 192.168.250.80 eq ftp&lt;/P&gt;&lt;P&gt;access-list in permit tcp any host 192.168.250.80 eq www&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;no logging standby&lt;/P&gt;&lt;P&gt;no logging console&lt;/P&gt;&lt;P&gt;no logging monitor&lt;/P&gt;&lt;P&gt;logging buffered alerts&lt;/P&gt;&lt;P&gt;no logging trap&lt;/P&gt;&lt;P&gt;no logging history&lt;/P&gt;&lt;P&gt;logging facility 20&lt;/P&gt;&lt;P&gt;logging queue 512&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10baset&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside 192.168.250.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.5.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 192.168.250.4-192.168.250.19 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 192.168.250.3 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.250.25 192.168.5.50 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.250.80 192.168.5.20 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;access-group in in interface outside&lt;/P&gt;&lt;P&gt;access-group out in interface inside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.250.1 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si&lt;/P&gt;&lt;P&gt;p 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;isakmp identity hostname&lt;/P&gt;&lt;P&gt;telnet 192.168.5.100 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 22:55:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742294#M1012442</guid>
      <dc:creator>srberg5219</dc:creator>
      <dc:date>2007-03-27T22:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742295#M1012443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have an IDS then it can detect brute force attacks and shun the traffic from the host. Otherwise, use access list as suggested to block the traffic. If the source address keeps changing then block the whole network if it comes from the same network and take up the matter with the people who own the IP range. You can get the owner and other pertinent details of the IP address from the link below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://ws.arin.net/whois" target="_blank"&gt;http://ws.arin.net/whois&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 23:47:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742295#M1012443</guid>
      <dc:creator>sundar.palaniappan</dc:creator>
      <dc:date>2007-03-27T23:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742296#M1012444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just keep mumbling...I love my job...I love my job...I love my job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco, can we just get one appliance that works across all layers!!!! LOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the feedback everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 00:00:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742296#M1012444</guid>
      <dc:creator>srberg5219</dc:creator>
      <dc:date>2007-03-28T00:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742297#M1012445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, insstead of blocking all of Central America, I was able to find the IP netblock:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;200.69.119.224/29 netmask of 255.255.255.248&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(IP addresses of: 200.69.119.224-200.69.119.231)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I construct a DENY access-list rule for each IP or is there a better way to construct my DENY rule for the IP addresses above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 01:22:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742297#M1012445</guid>
      <dc:creator>srberg5219</dc:creator>
      <dc:date>2007-03-28T01:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742298#M1012446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do the whole block...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list in deny tcp 200.69.119.224 255.255.255.248 host 192.168.250.80 eq ftp &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 01:37:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742298#M1012446</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-03-28T01:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742299#M1012447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your patience, acomiskey!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I want to deny any protocol or any server access to those IPs, I could write...?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list in deny ip 200.69.119.224 255.255.255.248 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the operator 'host' only for blocking a single IP then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 01:51:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742299#M1012447</guid>
      <dc:creator>srberg5219</dc:creator>
      <dc:date>2007-03-28T01:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742300#M1012448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You got it. The keyword "host" is also the same as the host mask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So these are the same thing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host 200.69.119.225 or 200.69.119.225 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other thing, above you said deny access "to" those IPs, when in fact this would block access "from" those IPs, I think that's what you meant but wanted to clarify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 02:35:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742300#M1012448</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-03-28T02:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742301#M1012449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Things are becoming much clearer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 03:06:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742301#M1012449</guid>
      <dc:creator>srberg5219</dc:creator>
      <dc:date>2007-03-28T03:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742302#M1012450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;manually creating ACL's to block this is a hopelessly futile effort.  You will get another bruteforce from another source, and then another. If you don't have an IDS/IPS implementation that can stop it, use one of the numerous solutions that are generally available for use directly on the host to stop it.  Something like fail2ban:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.fail2ban.org/wiki/index.php/Main_Page" target="_blank"&gt;http://www.fail2ban.org/wiki/index.php/Main_Page&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:59:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742302#M1012450</guid>
      <dc:creator>mhellman</dc:creator>
      <dc:date>2007-03-29T14:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742303#M1012451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree. Up to this point, I have to temporarily run DENY ACLs since our FTP server is Window$ based.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are seriously looking at changing over to Linux down the road...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Many thanks for your input! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 15:18:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742303#M1012451</guid>
      <dc:creator>srberg5219</dc:creator>
      <dc:date>2007-03-29T15:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Brute Force FTP attack</title>
      <link>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742304#M1012452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AN easier way to do thos is to shun the IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way no access list processing, and, the IP address is stopped dead at the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shun "ip address"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The upside, easy and it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Down side&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you re-boot, you need to re-enter the command, it does not write to the config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 20:25:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/brute-force-ftp-attack/m-p/742304#M1012452</guid>
      <dc:creator>ashleyw</dc:creator>
      <dc:date>2007-03-30T20:25:14Z</dc:date>
    </item>
  </channel>
</rss>

