Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by Edwin on May 30, 2008, 4:49 am
Please log in for more thread options I have configured a Pix ASA and opened some ports to dmz and inside for e.g. mail, www and rdp. Is it possible to have the pix hide these open ports from portscans originated from outside? If so, how can it be done? Thanks in advance Edwin | ||||||||||||||||
|
Posted by Uli Link on May 30, 2008, 6:09 am
Please log in for more thread options Can be done by ACL denying access to these ports or by shutting down the WAN interface ;-) This is most probably not what you want. If your PIX refuses to connect to the port the listener of the daemon of DMZ' server will not be reachable anymore from the outside This is due to the nature of tcp and not related to any special firewall. -- Uli | ||||||||||||||||
|
Posted by Edwin on May 30, 2008, 11:20 am
Please log in for more thread options $27444$9b4e6d93@newsspool4.arcor-online.net:
> Edwin schrieb:
>> Hi All,
>> >> I have configured a Pix ASA and opened some ports to dmz and inside for >> e.g. mail, www and rdp. >> >> Is it possible to have the pix hide these open ports from portscans >> originated from outside? If so, how can it be done? >
> Can be done by ACL denying access to these ports or by shutting down the > WAN interface ;-) This is most probably not what you want. > > If your PIX refuses to connect to the port the listener of the daemon of > DMZ' server will not be reachable anymore from the outside This is due > to the nature of tcp and not related to any special firewall. > I fully agree with you. something needs to respond to requests for a certain port. I was actually hoping that the Pix had some feature that deals with certain characteristics of a portscan. Portscans are recognizeable in general...but maybe not by a pix? | ||||||||||||||||
|
Posted by Charles N Wyble on June 3, 2008, 3:32 am
Please log in for more thread options Edwin wrote:
>>
>
> > I fully agree with you. something needs to respond to requests for a > certain port. > I was actually hoping that the Pix had some feature that deals with certain > characteristics of a portscan. Portscans are recognizeable in general...but > maybe not by a pix? So I know that with IPTABLES you can do things like reject access after certain connection attempts in a specific time frame from the same IP or any other combination you can dream up. I presume that is what you want? I am not sure if the PIX can do this or not. There are millions of port scans performed on a daily basis. Its much noise. If I am after your network, a quick gander of the nmap manual page gives me several ways to get around you blocking me. And I probably wouldn't compromise your network from the same netblock I am scanning you from. I will say that restricting access to ports can back fire on you. If I want to give you a really bad day, I'll just hijack some CLASS C (and maybe a couple class b) subnets and do a really aggressive NMAP scan from a wide variety of compromised hosts and sit back and smile as your customer support line rings off the hook. :) I would look at rate limiting and other measures before implementing something like automated port blocking. If this is a Linux box you can always use portsentry. It may have been ported to other versions of UNIX not sure. Windows may have something similar not sure. Charles | ||||||||||||||||
| Similar Threads | Posted |
| Pix ASA hide ports for portscan? | May 30, 2008, 4:49 am |
| GRE, hide nat on PIX | August 14, 2005, 3:38 pm |
| PIX 6.3.4 - Hide NAT before VPN | August 14, 2005, 8:05 pm |
| Hide-Nat will never clash... | September 21, 2005, 4:04 pm |
| hide uptime of systems in DMZ | May 14, 2007, 8:10 am |
| 871 and USB ports | September 9, 2005, 11:58 am |
| ports in pix | November 1, 2005, 6:44 pm |
| PIX & Ports | August 18, 2006, 2:17 pm |
| QoS on some ports | April 6, 2007, 8:23 am |
| PIX 501 LAN Ports | May 5, 2008, 11:48 pm |
| protected ports | December 15, 2005, 2:06 pm |
| AUX/Consol ports | April 13, 2006, 7:54 am |
| trunk ports | September 1, 2006, 6:46 pm |
| NAT doesn't seem to work on all ports | June 14, 2005, 5:29 pm |
| range of ports in ACL on PIX? | June 16, 2005, 2:53 pm |

Pix ASA hide ports for portscan?
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





>
> I have configured a Pix ASA and opened some ports to dmz and inside for
> e.g. mail, www and rdp.
>
> Is it possible to have the pix hide these open ports from portscans
> originated from outside? If so, how can it be done?