This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Chicago"
(→Agenda) |
|||
Line 30: | Line 30: | ||
6:15 AppSensor: Real Time Defenses against Application Worms and Malicious Attackers - Michael Coates | 6:15 AppSensor: Real Time Defenses against Application Worms and Malicious Attackers - Michael Coates | ||
− | 7:15 | + | 7:15 Assessing Thick Web Applications - Timur Duehr |
===Presentation abstracts=== | ===Presentation abstracts=== |
Revision as of 02:55, 3 September 2009
OWASP Chicago
Welcome to the Chicago chapter homepage. The chapter leaders are Cory Scott and Jason Witty
Participation
OWASP Foundation (Overview Slides) is a professional association of global members and is open to anyone interested in learning more about software security. Local chapters are run independently and guided by the Chapter_Leader_Handbook. As a 501(c)(3) non-profit professional association your support and sponsorship of any meeting venue and/or refreshments is tax-deductible. Financial contributions should only be made online using the authorized online chapter donation button. To be a SPEAKER at ANY OWASP Chapter in the world simply review the speaker agreement and then contact the local chapter leader with details of what OWASP PROJECT, independent research or related software security topic you would like to present on.
Sponsorship/Membership
to this chapter or become a local chapter supporter. Or consider the value of Individual, Corporate, or Academic Supporter membership. Ready to become a member?
Local News
Next Meeting: September 17th
http://www.owasp.org/index.php/Chicago#tab=Chapter_Meetings
Make sure you sign up for the mailing list to receive meeting announcements.
We have a mailing list at: https://lists.owasp.org/mailman/listinfo/owasp-chicago
General Information
Anyone in our area interested in information security is welcome to attend. Our meetings are informal and encourage open discussion of all aspects of application security. We invite attendees to give short presentations about specific topics.
If you have any questions about the Chicago chapter, please send an email to our chapter leaders Cory Scott or Jason Witty.
Chicago chapter meetings are hosted by Bank of America[1]
<paypal>Chicago</paypal>
Chapter Meetings
The next quarterly Chicago OWASP Chapter meeting will be September 17th at the Bank of America Plaza, 540 W Madison Street at 6pm. Please RSVP to [email protected] by September 16th so we can enter your name into the building's security system.
Agenda
6:00 Refreshments and Welcome
6:15 AppSensor: Real Time Defenses against Application Worms and Malicious Attackers - Michael Coates
7:15 Assessing Thick Web Applications - Timur Duehr
Presentation abstracts
AppSensor: Real Time Defenses against Application Worms and Malicious Attackers
ABSTRACT
The OWASP AppSensor project was created to address the lack of defensive systems within applications. Regardless if an application is secure or insecure, malicious actions should be recorded, analyzed and responded to by the system. It is unacceptable to allow an attacker unrestricted attack attempts against the application. Eventually a known or unknown vulnerability will be discovered by the attacker and exploited. AppSensor monitors attack activity and takes defensive actions such as throttling or disabling the malicious account. Behavior analysis techniques are also employed to identify application worms. Defensive techniques are described which provide real-time containment of the application worm while maintaining overall system availability.
SPEAKER BIO
Michael Coates is a Senior Application Security Engineer for Aspect Security and has performed numerous penetration assessments, security code reviews, and security training sessions for leading corporations worldwide. Michael is the creator and leader of the AppSensor project and is completing a Masters Degree in Computer Security from DePaul University. In past years, Michael assessed the security of GSM and WiMAX telecommunication networks, application and network systems for financial institutions and performed social engineering testing.
Presentation Archives
Bad Cocktail: Spear Phishing - Mike Zusman - Presentation slides here
Making Money on the Web The Blackhat Way - Jeremiah Grossman - Presentation slides here
Extreme Client-Side Exploitation - Nate McFeters - Presentation slides here
Automated Thrash Testing - Andre Gironda - Presentation slides here
Defeating Information Leak Prevention - Eric Monti - Presentation slides here
[2]Webapps In Name Only
Thomas Ptacek, Matasano Security
Where modern network architecture meets legacy application design, we get "The Port 80 Problem": vendors wrapping every conceivable network protocol in a series of POSTs and calling them "safe". These "Webapps In Name Only" are a nightmare for application security specialists.
In this talk, we'll discuss, with case studies, how tools from protocol reverse engineering can be brought to bear on web application security, covering the following areas:
- Locating and Decompiling Java and .NET Code - Structure and Interpretation of Binary Protocols in HTTP - Protocol Debugging Tools - Web App Crypto Tricks
[3]Token-less strong authentication for web applications: A Security Review Cory Scott, ABN AMRO
A short presentation on the threat models and attack vectors for token-less schemes used to reduce the risk of password-only authentication, but yet do not implement "true" two-factor technologies for logistical costs or user acceptance reasons. We'll go over how device fingerprinting and IP geo-location work and discuss the pros and cons of the solutions.