- Individual Applications
Protect
Filter
Perform
Connect
Add-Ons
- Software Packages
- Complete Appliances
|
|
#1 (permalink) |
|
Newbie
Join Date: Jun 2011
Posts: 13
![]() |
We already have a Netscreen firewall that works well, but are thinking of trying Untangle in transparent in-line mode just for IPS.
I've read in these forums that Untangle has only a subset of Snort rules and isn't very configurable in that regard. We primarily want to block bruteforce password-guessing attacks on FTP and RDP, which we've seen a LOT of in recent months. Does Untangle IPS support blocking "bad" source IPs if there are: a) too many FTP password rejections from an IP in a given time period (status code 530 if I recall), or b) too many new connections initiated to port 3389 from an IP in a given time period? The attacks we've seen initiate a new RDP connection every 1-2 seconds. |
|
|
|
|
|
#2 (permalink) |
![]() ![]() Join Date: Jul 2008
Posts: 2,770
![]() |
Nope.
In my experience, you're better off having the host defend itself, but maybe that's something we can add. For *nix based hosts, you can use denyhosts or fail2ban for this. I don't know of any solutions for Windows.
__________________
m. Big Frickin Disclaimer: While I'm pretty sure, I can't guarantee that I know what I'm doing. There might be a better way to do this, and this way might actually suck. Make sure you understand the implications of what you're doing before trying to follow these directions. It often helps troubleshooting if you have a good network map. Look here if you want my advice on how to draw one. Attention: Support and help on the Untangle Forums is provided by volunteers and community members like yourself. If you need Untangle support please call or email support@untangle.com |
|
|
|
|
|
#4 (permalink) | |
|
Newbie
Join Date: Jun 2011
Posts: 13
![]() |
Quote:
Blocking FTP bruteforce would look like: block the source IP if more than X-number of status code 530 (bad password) responses are generated within Y-number of seconds Blocking RDP bruteforce is even easier. Unlike HTTP which opens connections to retrieve every element on the page, RDP sessions create only 1 connection per user. So blocking bruteforce attacks is as easy as: block the source IP if more than X-number of new connection attempts are received from it within Y-number of seconds. Blocking the source IP if... say... 5 new connection attempts are made within 60 seconds would stop the current RDP password-guessing attacks dead in their tracks. |
|
|
|
|
|
|
#5 (permalink) | |
|
Newbie
Join Date: Jun 2011
Posts: 13
![]() |
Quote:
The frequency of these RDP password-guessing attacks is up significantly just in the ~2 months since my original post, and they generate multi-megabit traffic levels per single /24 of IP space. FTP bruteforce attacks are as popular as ever. So I'll reiterate that these 2 methods would be kryptonite against the attack methods: a) Block IP if more than -X- connection attempts are made to port -Y- within -Z- seconds. (example: block IP if 10 new connections are made to port 3389/TCP within 60 seconds)** b) Block IP if more than -X- connection attempts are made to port -Y- and result in (..a particular FTP status code..) within -Y- seconds. (example: block IP if 10 connecion attempts are made to port 21/TCP and result in "530 Password Rejected" within 60 seconds) ** Note that a TCP connection is actually established-- not just attempted-- for an RDP login attempt. You know far more about the IDP engine used by Untangle. Is this perhaps more difficult to implement than seems on the surface? |
|
|
|
|
|
|
#6 (permalink) |
![]() |
most FTP i have seen have built in brute force blocking.. which ftp server are you using?
__________________
Def1:Started:UT 7.1 x64 -- Current :UT 9.1 x64| Gigabyte GM-G31 mATX | Intel Q8200 | 8G DDR2 800 | 80G WD | 4x Intel Pro 1000 GT NIC's | Corsair 550W PSU | Norco RPC-250 2U Case | 50mb/50mb | 10 users |
|
|
|
|
|
#7 (permalink) | |
|
Newbie
Join Date: Jun 2011
Posts: 13
![]() |
Quote:
As I understand it, the majority of IPS systems can detect and block IPs for port scanning. What I'm proposing is just a subtle variation. Hit a particular port too many times in a short period of time, and you get blocked. Well, that would work for RDP. For FTP, it would have to be aware of the server's response (5xx response codes sent back to the user, which mean the remote user is probably up to bad things). |
|
|
|
|
|
|
#8 (permalink) |
![]() ![]() Join Date: Jul 2010
Location: sfba
URLs submitted: 1
Posts: 1,138
![]() |
feel free to file a feature request at bugzilla.untangle.com, that way it'll get looked at and considered rather than probably just languishing in this topic =)
__________________
Attention: Support on the Untangle Forums is provided by volunteers and community members. If you need official Untangle support please call or email support@untangle.com. |
|
|
|
|
|
#10 (permalink) |
![]() ![]() Join Date: Apr 2008
Location: Phoenix, AZ
URLs submitted: 8
Posts: 15,457
![]() |
RDP password guessing attack?
Isn't that what VPN is for? same for FTP problem solved. Protect weak services with a VPN and never worry about this sort of thing again.
__________________
Rob Sandling, BS:SWE, MCP Intouch Technology Phone: 480-272-9889 rob@intouchtechllc.com UntangleAppliances.com Phone: 866-794-8879 Last edited by sky-knight; 07-25-2011 at 10:05 PM.. |
|
|
|
![]() |
| Thread Tools | |
|
|