Questions tagged [application-firewall]

12 questions
5
votes
2 answers

What is an "application firewall"?

Trying to find out more about apple's "Firewall". What exactly is it? In /usr/libexec/ApplicationFirewall there are a bunch of undocumented programs, I've wandered through the mystery maze of the OSx docs... but they dont even mention it. What…
chiggsy
  • 1,576
  • 1
  • 15
  • 20
4
votes
2 answers

Does IIS7 have in-built, or available extensions, for responding to scan attempts?

Does IIS7 have an in-built mechanism, or are extensions available, for providing web-application-firewall type behavior? For example, dozens of successive attempts come in that look like scan attempts (eg http://linux.m2osw.com/zmeu-attack). Or…
marc esher
  • 287
  • 1
  • 4
  • 9
3
votes
2 answers

enabling incoming connections in Mac OS X Lion firewall via command line

$sudo /usr/libexec/ApplicationFirewall/socketfilterfw --listapps ALF: total number of apps = 2 1 : /Applications/some.app ( Allow incoming connections ) 2 : /Applications/another.app ( Block incoming connections ) The above command shows…
punkish
  • 303
  • 2
  • 4
  • 9
2
votes
4 answers

A software firewall with web interface / login possibilities for single windows server

We have a single web server with SQL server etc (all MS, server 2008 web etc). We need to allow access to the database directly so our customer can write reports (it's the way SSRS is!). We original had the DB just sitting on the internet, you…
2
votes
4 answers

Application firewalls on IIS

I'm looking for security solutions for my web servers from within the web service level. Is there any software that can run on top of IIS in Windows? Further, are there any best-practices that web administrators follow to secure their…
Snipper
  • 472
  • 2
  • 4
  • 10
1
vote
1 answer

What is the difference between a SPI Firewall and an Application Layer Firewall?

What is the difference between a SPI Firewall and an Application Layer Firewall? In what circumstances would I prefer one over the other?
1
vote
4 answers

Routing to a specific LAN gateway depending which application sends the request

I have a VPN set up with USAIP (usaip.eu) to get an IP in the US although being physically connected to the internet in Europe. Now i want to route only specific requests via this VPN (you already guessed it, Hulu). Because Hulu's IPs are changing…
perler
  • 421
  • 2
  • 6
  • 10
1
vote
3 answers

Linux : restricting outgoing on an application basis

I typed : netstat -atlpvn and noticed that applications like gedit and python had foreign addresses outside the network (the network being a single computer connected to the internet). Is there any way for me to restrict which applications are…
artella
  • 959
  • 2
  • 9
  • 6
1
vote
2 answers

What web application firewall do you use? What should I use?

What web application firewall do you use? I'm primarily interested in something I can deploy on the perimeter that can protect multiple Apache and IIS servers, but I'd like to hear all answers. Tell me a little bit about how many servers it…
0
votes
1 answer

Block IP address for certain time period

I have created a php script which generally counts how many times an IP address accessed our site more than x number of times within 1 minute. Afterwards I created a shell script top ban those ip addresses to access port 80 who exceeded x number of…
0
votes
1 answer

Find out all the firewalls

could you tell me how to find out all the firewalls that are installed on my system Ubuntu 10.04 and on external hardware and which of them is blocking port 80? thank you
xralf
  • 117
  • 9
0
votes
2 answers

Web Application Firewall: alternatives to mod_security

mod_security seems to be no longer on Debian repositories. The installation seems quite complicated. The only one I could find is Zorp, which seems even more complicated. Hence I'd like to ask for up to date mod_security howto's or alternative…
MrG
  • 289
  • 3
  • 10