cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
447
Views
0
Helpful
3
Replies

Application Layer

albertobrivio42
Level 1
Level 1

Dear ALL,

I'd like to know if is there a CISCO firewall able to perform layer application filtering task, like protection from cross site scripting and sql injections.

Regards

Alberto Brivio

3 Replies 3

oszkari
Level 1
Level 1

You can create regular expressions specific to those attacks and filter using Modular Policy Framework.

One example for xss attacks would be:

regex url "(^)*(http)"

policy-map type inspect http http_in

match request uri regex url

drop-connection log

Hope it was helpful.

i think for writing the regular expressions corresponding to an attack would be too much of configuraiton.

I would suggest enabling default signatures on asa using ip audit commands.

that would take care of most frequently seen attacks.

now,to be safe against every new attack which come out,f/w would need an aip-ssm module in it.the intrusion prevention module can defend the network against any known attack.it has a huge database of signatures which get updates regularly on cisco website.

hth,

Sushil

Sorry but I must disagree:)

You are right, it is a litle bit work doing regexs but, as far as I know the built-in signatures on a cisco firewall (ASA/PIX) does not cover the sql injection and xss related attacks.

Obviously a better solution would be an AIP-SSM, but then we would talk about filtering with an IPS and not a firewall:)

Review Cisco Networking products for a $25 gift card