cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
628
Views
0
Helpful
6
Replies

Port Scans

jw
Level 1
Level 1

I have read and re-read the PIX 515E docs and do not see a way to block port scans or limiting the number of connections per IP. I know other firewalls will permit the limiting of connections from a source IP and will also block the IP's if it detects a port scan. Any suggestions would be appreciated.

6 Replies 6

jmia
Level 7
Level 7

Jeff,

What are you trying to do, are you trying to block IP address range or stop port scaning activities? If you are trying to stop port scaning then in config mode issue:

icmp deny any outside

and save with write mem

Go to www.grc.com and try the 'ShieldsUp' tool before and after you apply the above statement.

Hope this helps

Jay

jmia
Level 7
Level 7

Jeff,

What are you trying to do, are you trying to block IP address range or stop port scaning activities? If you are trying to stop port scaning then in config mode issue:

icmp deny any outside

and save with write mem

Go to www.grc.com and try the 'ShieldsUp' tool before and after you apply the above statement.

Hope this helps

Jay

no offense but that wont do jack.

any hacker/cracker will be smart enough to turn of ping probing first.

a PIX cant really do this kind of activity - you could script up something which looks at logs and issues shun commands to the PIX - but its not in the PIX's scope.

maybe look at a IDS solution too!

The shun command should take care of your problem. But this could cause problems if spoofs have your own IP address range. (Normally you wouldn't go out to come back in again. The PIX also comes with IDS.

"icmp deny any outside"

That blocks ICMP destined for the outside interface, not the internal network.

jmia
Level 7
Level 7

Jeff,

What are you trying to do, are you trying to block IP address range or stop port scaning activities? If you are trying to stop port scaning then in config mode issue:

icmp deny any outside

and save with write mem

Go to www.grc.com and try the 'ShieldsUp' tool before and after you apply the above statement.

Hope this helps

Jay