|
|
(47 intermediate revisions by 6 users not shown) |
Line 1: |
Line 1: |
| + | |
| + | |meetupurl=https://www.meetup.com/OWASP-Chicago-Chapter/|region=United States}} |
| | | |
− | == Next Chapter Meeting: December 10th, 2014==
| + | Everyone is welcome to join us at our chapter meetings. |
− | | |
− | The next OWASP Chicago chapter will be on '''December 10th, 2014''' from 6:00PM to approximately 9:30PM. Space for the meeting is being graciously provided by [http://www.morningstar.com/ Morningstar] at their [http://goo.gl/maps/wfqQ8 Chicago headquarters location] (22 West Washington Street, Chicago, IL 60602).
| |
− | | |
− | '''The event is free but [https://owaspchicago.eventbrite.com registration is required].''' This is how your name gets to the security folks downstairs. You do not need to be an OWASP member to attend. You do '''not''' need the actual ticket. Just sign up here: [https://owaspchicago.eventbrite.com https://owaspchicago.eventbrite.com]
| |
− | | |
− | '''Tell your friends!''' Many people just don't hear about these meetings and most people I ask say they heard about it from a friend or co-worker.
| |
− | | |
− | When you arrive, you will need to sign in with security in the lobby of the building, who will direct you to the cafeteria for refreshments. We will then move to the Auditorium for talks.
| |
− | | |
− | The schedule is as follows:
| |
− | | |
− | * 6:00PM - 6:30PM - Refreshments and pizza @ Cafeteria
| |
− | * 6:30PM - ~9:30PM - Talks! @ Auditorium
| |
− | | |
− | ==Agenda==
| |
− | | |
− | * '''Introducing idb: Simplified Blackbox iOS App Pentesting''' by Daniel Mayer - A review of common iOS mobile app flaws and an intro to [https://github.com/dmayer/idb idb], a tool to help assess them.
| |
− | * '''Tips for Building a Successful Application Security Program''' by Clint Pollock
| |
− | | |
− | == 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.
| |
− | | |
− | 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
| |
− | | |
− | Follow (and/or DM us) on Twitter: [https://twitter.com/owaspchicago @owaspchicago]
| |
− | | |
− | If you have any questions about the Chicago chapter , please send an email to [mailto:[email protected] Vitaly McLain]. | |
− | | |
− | == Presentation Archives ==
| |
− | | |
− | You Will Perish In Flames: Simple Rules For Safely Handling Crypto by Thomas Ptacek
| |
− | | |
− | A9: Discovering Vulnerable Components with [https://www.owasp.org/index.php/OWASP_Dependency_Check OWASP Dependency-Check] by Steve Springett
| |
− | | |
− | How to Get the Most Out of Your Security Consulting Experience by Erin Ptacek
| |
− | | |
− | Repsheet: A Behavior Based Approach to Web Application Security by Aaron Bedra
| |
− | | |
− | Forget About BYOD: Develop a Realistic Mobile Security Policy by Tom Bain
| |
− | | |
− | Android Internals: From Forensics to Vulnerabilities by Drew Suarez
| |
− | | |
− | An Application Pen Tester’s Intro to Android Internals by Tom Palarz
| |
− | | |
− | Bad Cocktail: Spear Phishing - Mike Zusman - Presentation slides [https://www.owasp.org/images/6/60/Zusman_Chicago_2008.pdf here]
| |
− | | |
− | Making Money on the Web The Blackhat Way - Jeremiah Grossman - Presentation slides [https://www.owasp.org/images/2/24/Grossman_Chicago_2008.pdf here]
| |
− | | |
− | Extreme Client-Side Exploitation - Nate McFeters - Presentation slides [http://www.blackhat.com/presentations/bh-usa-08/McFeters_Carter_Heasman/BH_US_08_Mcfeters_Carter_Heasman_Extreme_Client-Side_Exploitation.pdf here]
| |
− | | |
− | Automated Thrash Testing - Andre Gironda - Presentation slides [http://www.owasp.org/images/3/32/Auto-thrash-testing.pdf here]<BR>
| |
− | | |
− | Defeating Information Leak Prevention - Eric Monti - Presentation slides [https://www.owasp.org/images/4/4a/OWASP-CHI07-Defeating_Extrusion_Detection.pdf here]<BR>
| |
| | | |
| + | [[Category:OWASP Chapter]] |
| | | |
− | '''[http://wittys.com/owasp/OWASP_Chicago_Thomas_Ptacek.pdf]Webapps In Name Only''' | + | If you're interested in speaking, sponsoring or hosting an event, [mailto:info@owasp-chicago.org please contact us]. |
− | Thomas Ptacek, Matasano Security
| + | <br/> |
| + | = General Information = |
| | | |
− | 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.
| + | Anyone in our area interested in application 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. |
| | | |
− | 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:
| + | Follow (and/or DM us) on Twitter: [https://twitter.com/owaspchicago @owaspchicago]<br> |
| + | LinkedIn: https://www.linkedin.com/groups/4049846<br/> |
| + | Chat with us on SLACK. https://owasp.slack.com/ |
| + | <br/> |
| + | <br/> |
| | | |
− | - Locating and Decompiling Java and .NET Code | + | Interesting in being a sponsor or presenting at an event? Contact us at info@owasp-chicago.org |
− | - Structure and Interpretation of Binary Protocols in HTTP
| |
− | - Protocol Debugging Tools
| |
− | - Web App Crypto Tricks
| |
| | | |
− | '''[http://wittys.com/owasp/cscott-Stronger%20Web%20Authentication-v1.0.ppt]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.
| |
− |
| |
− | '''[https://www.owasp.org/images/8/88/Secure_Password_Storage_%40OWASPChicago.pdf]Secure Password Storage'''
| |
− | John Steven, Cigital
| |
− |
| |
− | This talk discusses the pros and cons of the current practices such as salted-hashes, adaptive hashes and proposes an alternative solution for strengthening these existing practices. The talk will discuss the cryptographic properties of the current practices, but does not require a PhD in mathematics to understand the details.
| |
− |
| |
− | '''[http://www.offenseindepth.com/slides/Stripe_OWASP.pdf]Stripe CTF 2.0; A Walkthrough'''
| |
− | Jeff Jarmoc, Dell SecureWorks
| |
− | Zack Fasel, Dubsec Labs
| |
− |
| |
− | In this presentation, we walk through our solutions to Stripe CTF 2.0. Focus is on how we discovered the vulnerabilities, and how we went about finding and exploiting them.
| |
− |
| |
− |
| |
− |
| |
− | ==== Chicago OWASP Chapter Leaders ====
| |
− | | |
− | * Mahmood Khan
| |
− | * Matt Konda - Developer Outreach Ambassador
| |
| | | |
| __NOTOC__ | | __NOTOC__ |
− | <headertabs/> | + | <headertabs /> |
− | [[Category:OWASP Chapter]]
| |
− | [[Category:Illinois]]
| |
Everyone is welcome to join us at our chapter meetings.
Anyone in our area interested in application 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.