Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Application firewall
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<!-- READ BEFORE EDITING! before editing this page, please make sure the information being added explicitly relates to the unique qualities of application firewalls. Also, check to see if another article does not already exist that covers the content being added. Try to cite as much as possible as this information can be easily incorrectly explained, and the network security articles seem to follow a trend of not citing information. --> {{short description|Layer 7/application layer network security system}} {{about|a sub-type of network firewall|the primary topic of firewalls|Firewall (computing)}} {{More citations needed|date=February 2010}} An '''application firewall''' is a form of [[Firewall (computing)|firewall]] that controls [[input/output]] or [[system call]]s of an application or service. It operates by monitoring and blocking communications based on a configured policy, generally with predefined rule sets to choose from. The two primary categories of application firewalls are ''network-based'' and ''host-based''. == History == [[Gene Spafford]] of [[Purdue University]], [[Bill Cheswick]] at [[AT&T Laboratories]], and [[Marcus Ranum]] described a third-generation firewall known as an application layer firewall. Marcus Ranum's work, based on the firewall created by [[Paul Vixie]], [[Brian Reid (computer scientist)|Brian Reid]], and Jeff Mogul, spearheaded the creation of the first commercial product. The product was released by DEC, named the DEC SEAL by [[Geoff Mulligan]] - Secure External Access Link. DEC's first major sale was on June 13, 1991, to Dupont. Under a broader DARPA contract at TIS, Marcus Ranum, Wei Xu, and Peter Churchyard developed the Firewall Toolkit (FWTK) and made it freely available under license in October 1993.<ref>{{cite web |url=http://www.avolio.com/papers/FWTKv1.0Announcement.html |title=Firewall toolkit V1.0 release |access-date=2018-12-28}}</ref> The purposes for releasing the freely available, not for commercial use, FWTK were: to demonstrate, via the software, documentation, and methods used, how a company with (at the time) 11 years experience in formal security methods, and individuals with firewall experience, developed firewall software; to create a common base of very good firewall software for others to build on (so people did not have to continue to "roll their own" from scratch); to "raise the bar" of firewall software being used. However, FWTK was a basic application proxy requiring the user interactions. In 1994, Wei Xu extended the FWTK with the Kernel enhancement of IP stateful filter and socket transparent. This was the first transparent firewall, known as the inception of [[Firewall (computing)#Application layer|the third generation firewall]], beyond a traditional application proxy ([[Firewall (computing)#Connection tracking|the second generation firewall]]), released as the commercial product known as Gauntlet firewall. Gauntlet firewall was rated one of the top application firewalls from 1995 until 1998, the year it was acquired by Network Associates Inc, (NAI). Network Associates continued to claim that Gauntlet was the "worlds most secure firewall" but in May 2000, security researcher [[Jim Stickley]] discovered a large vulnerability in the firewall, allowing remote access to the operating system and bypassing the security controls.<ref>{{cite web|title=Security Hole found in NAI Firewall|url=https://www.securityfocus.com/news/40|author=Kevin Pulsen|date=May 22, 2000|access-date=2018-08-14|publisher=securityfocus.com}}</ref> [[Jim Stickley|Stickley]] discovered a second vulnerability a year later, effectively ending Gauntlet firewalls' security dominance.<ref>{{cite web|title=Gaping hole in NAI's Gauntlet firewall|url=https://www.theregister.co.uk/2001/09/05/gaping_hole_in_nais_gauntlet/|author=Kevin Pulsen|date=September 5, 2001|access-date=2018-08-14|publisher=theregister.co.uk}}</ref> == Description == [[Application layer]] filtering operates at a higher level than traditional security appliances. This allows packet decisions to be made based on more than just source/destination IP Address or ports and can also use information spanning across multiple connections for any given host. === Network-based application firewalls === {{see also|Web application firewall}} Network-based application firewalls operate at the application layer of a [[protocol stack| TCP/IP stack]]<ref>{{cite book|title=The Weakest Security Link Series|edition=1st|url=https://books.google.com/books?id=Yz34zXV7VB8C&q=application+layer+firewall&pg=PA54|author=Luis F. Medina|year=2003|page=54|isbn=978-0-595-26494-0|publisher=IUniverse}}</ref> and can understand certain applications and protocols such as [[File Transfer Protocol]] (FTP), [[Domain Name System]] (DNS), or [[Hypertext Transfer Protocol]] (HTTP). This allows it to identify unwanted applications or services using a non standard port or detect if an allowed protocol is being abused.<ref>{{Cite web|title=What is Layer 7? How Layer 7 of the Internet Works| url=https://www.cloudflare.com/learning/ddos/what-is-layer-7/ | access-date=Aug 29, 2020| website=Cloudflare}}</ref> Modern versions of network-based application firewalls can include the following technologies: *[[TLS acceleration| Encryption offloading ]] *[[Intrusion prevention system]] *[[Data loss prevention]] Web application firewalls (WAF) are a specialized version of a network-based appliance that acts as a [[reverse proxy]], inspecting traffic before being forwarded to an associated server. === Host-based application firewalls === A host-based application firewall monitors application [[System call| system calls]] or other general system communication. This gives more granularity and control, but is limited to only protecting the host it is running on. Control is applied by filtering on a per process basis. Generally, prompts are used to define rules for processes that have not yet received a connection. Further filtering can be done by examining the process ID of the owner of the data packets. Many host-based application firewalls are combined or used in conjunction with a packet filter.<ref name="Symantec">{{cite web|url=https://community.broadcom.com/symantecenterprise/communities/community-home/librarydocuments/viewdocument?DocumentKey=54428548-10f1-4643-92d9-487740e72db7&CommunityKey=1ecf5f55-9545-44d6-b0f4-4e4a7f5f5e68&tab=librarydocuments|title=Software Firewalls: Made of Straw? Part 1 of 2|website=Symantec.com|publisher=Symantec Connect Community|date=2010-06-29|access-date=2013-09-05}}</ref> Due to technological limitations, modern solutions such as [[sandbox (computer security)| sandboxing]] are being used as a replacement of host-based application firewalls to protect system processes.<ref>{{Cite web|title=What is sandbox (software testing and security)? - Definition from WhatIs.com|url=https://searchsecurity.techtarget.com/definition/sandbox|access-date=2020-11-15|website=SearchSecurity|language=en}}</ref> == Implementations == There are various application firewalls available, including both free and open source software and commercial products. === Mac OS X === Starting with Mac OS X Leopard, an implementation of the TrustedBSD MAC framework (taken from FreeBSD), was included.<ref>{{cite web|url=http://www.trustedbsd.org/mac.html|title=Mandatory Access Control (MAC) Framework|publisher=TrustedBSD|access-date=2013-09-05}}</ref> The TrustedBSD MAC framework is used to sandbox services and provides a firewall layer, given the configuration of the sharing services in [[Mac operating systems|Mac OS]] X Leopard and Snow Leopard. Third-party applications can provide extended functionality, including filtering out outgoing connections by app. === Linux === This is a list of security software packages for Linux, allowing filtering of application to OS communication, possibly on a by-user basis: * [[AppArmor]] * Kerio Control β a commercial product from [[Kerio Technologies]] * [[ModSecurity]] β also works under Windows, Mac OS X, [[Oracle Solaris]] and other versions of [[Unix]]. ModSecurity is designed to work with the Web servers IIS, Apache2 and NGINX. * Portmaster β an activity monitoring application by Safing. It is also available for [[Microsoft Windows]].<ref>{{Cite web |title=Safing Portmaster |url=https://safing.io/portmaster/ |access-date=2021-11-04 |website=safing.io}}</ref> * [[Systrace]] * Zorp firewall === Windows === * Portmaster * [[Windows Defender Firewall|Microsoft Defender Firewall]] * [[WinGate]] === Network appliances === These devices may be sold as hardware, software, or virtualized network appliances. '''Next-Generation Firewalls:''' *Cisco Firepower Threat Defense *[[Check Point]] *[[Fortinet]] FortiGate Series *[[Juniper Networks]] SRX Series *[[Palo Alto Networks]] *[[SonicWALL]] TZ/NSA/SuperMassive Series '''Web Application Firewalls/LoadBalancers:''' *[[A10 Networks]] Web Application Firewall *[[Barracuda Networks]] Web Application Firewall/Load Balancer ADC *[[Citrix Systems|Citrix NetScaler]] *[[F5 Networks]] BIG-IP Application Security Manager *[[Fortinet]] FortiWeb Series *[[KEMP Technologies]] *[[Imperva]] '''Others:''' *[[CloudFlare]] *[[Cisco Meraki|Meraki]] *[[Smoothwall]] *[[Snapt Inc]] == See also == {{Div col|colwidth=15em}} * [[ModSecurity]] * [[Computer security]] * [[Content-control software]] * [[Proxy server]] * [[Information security]] * [[Application security]] * [[Network security]] {{Div col end}} == References == {{Reflist|30em}} == External links == *[http://www.owasp.org/index.php/Web_Application_Firewall Web Application Firewall], Open Web Application Security Project *[http://www.webappsec.org/projects/wafec/ Web Application Firewall Evaluation Criteria], from the [http://www.webappsec.org Web Application Security Consortium] *[http://www.net-security.org/article.php?id=1270 Safety in the cloud(s): 'Vaporizing' the Web application firewall to secure cloud computing] {{Computer security}} {{Firewall software}} {{DEFAULTSORT:Application Firewall}} [[Category:Firewall software]] [[Category:Packets (information technology)]] [[Category:Data security]] [[Category:Cyberwarfare]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:About
(
edit
)
Template:Cite book
(
edit
)
Template:Cite web
(
edit
)
Template:Computer security
(
edit
)
Template:Div col
(
edit
)
Template:Div col end
(
edit
)
Template:Firewall software
(
edit
)
Template:More citations needed
(
edit
)
Template:Reflist
(
edit
)
Template:See also
(
edit
)
Template:Short description
(
edit
)