|
|
(38 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
− | {{Chapter Template|chaptername=Belgium|extra=The chapter leader is [mailto:seba@owasp.org Sebastien Deleersnyder]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-belgium|emailarchives=http://lists.owasp.org/pipermail/owasp-belgium}} | + | {{Chapter Template|chaptername=Belgium|extra=The chapter leaders are [mailto:seba@owasp.org Sebastien Deleersnyder], [mailto:lieven.desmet@owasp.org Lieven Desmet] and [mailto:bart.dewin@owasp.org Bart De Win] |
| + | |mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-belgium|emailarchives=http://lists.owasp.org/pipermail/owasp-belgium}} |
| | | |
− | = Local News = | + | = Local News = |
| | | |
− | == Upcoming events == | + | == Upcoming Chapter Meetings == |
| | | |
− | === Upcoming chapter meetings ===
| + | * OWASP BE chapter meeting: registration via https://owasp-belgium-2019-11-25.eventbrite.com/ |
− | * '''29 May 2017 in Machelen'''
| |
− | * others to be decided
| |
| | | |
− | See https://www.owasp.org/index.php/Belgium#Chapter_Meetings for more details. | + | See the {{#switchtablink:Chapter Meetings|Chapter Meetings}} tab for more details and older meetings. |
| | | |
− | == '''Stay in touch''' == | + | == Stay in Touch == |
| | | |
| <center> | | <center> |
Line 24: |
Line 23: |
| If you want to be invited for the next OWASP Belgium Chapter meetings, please [http://eepurl.com/iFZtb drop us your contact info]. | | If you want to be invited for the next OWASP Belgium Chapter meetings, please [http://eepurl.com/iFZtb drop us your contact info]. |
| | | |
− | == Structural Sponsors 2017 == | + | == Structural Sponsors 2019 == |
| | | |
− | OWASP Belgium thanks its structural chapter supporters for 2017 and the OWASP BeNeLux Days 2016: | + | OWASP Belgium thanks its structural chapter supporters for 2019 and the OWASP BeNeLux Days 2018: |
| | | |
− | [[File:VeraCode logo.png|250px|link=https://www.veracode.com]]
| + | <!-- Gold --> |
− | [[File:Vest.jpg|250px|link=http://www.vest.nl]] | + | [[File:Vest.jpg|250px|link=http://www.vest.nl]] |
− | [[File:Intigriti_verticaal.jpg|link=http://www.intigriti.be]] | + | [[File:DavinsiLabs.png|250px|link=https://www.davinsilabs.com]] |
− | [[File:Ecurify-2016.png|link=http://www.securify.nl]]
| + | |
− | [[File:HPE_logo_250.png|link=http://www8.hp.com/nl/nl/software-solutions/enterprise-security.html]]
| + | <!-- Silver --> |
| [[File:LogoToreon.jpg|250px|link=https://www.toreon.com]] | | [[File:LogoToreon.jpg|250px|link=https://www.toreon.com]] |
− | [[File:Zionsecurity.jpg|link=http://www.zionsecurity.com]]
| + | [[File:Nviso_logo_RGB_baseline_200px.png|250px|link=http://www.nviso.be]] |
− | [[File:Nviso_logo_RGB_baseline_200px.png|link=http://www.nviso.be]] | + | [[File:LogoIngenicoGroup.png|250px|link=https://ingenico.be]] |
− | [[File:Whitehat-security_hor.jpg|link=http://www.whitehatsec.com]] | |
| | | |
| If you want to support our chapter, please contact [mailto:seba@owasp.org Seba Deleersnyder] | | If you want to support our chapter, please contact [mailto:seba@owasp.org Seba Deleersnyder] |
| | | |
− | = Chapter Meetings = | + | = Chapter Meetings = |
− | | |
− | == Upcoming Meeting (29 May 2017) in Machelen ==
| |
− | | |
− | === WHEN ===
| |
− | Monday 29 May 2017
| |
− | | |
− | === WHERE ===
| |
− | Hosted by Ernst & Young.
| |
− | | |
− | Address:
| |
− | | |
− | De Kleetlaan 2,
| |
− | | |
− | 1831 Machelen<br>
| |
− | | |
− | === PROGRAM ===
| |
− | The agenda:
| |
− | *18h00 - 18h50: '''Welcome & sandwiches'''<br>
| |
− | *18h50 - 19h00: '''OWASP Update'''<br>
| |
− | *19h00 - 19h45: '''HTTP for the worst and the best''' (by Xavier Mertens, freelance security consultant)<br>
| |
− | :''Abstract:'' Today, the classic infection vectors remain SMTP and HTTP. Many spam & phishing campaigns are delivered to the victim’s mailbox and usually the next step of the attack is performed on top of HTTP, by visiting a malicious website or downloading a piece of malicious code. This talk will be split in two parts. To begin, I’ll explain how HTTP techniques are used to make the life of security researchers and incident handlers more difficult (attackers use many techniques to prevent access to their juicy data). The next part will demonstrate that attackers are also humans and make mistakes like all of us. They also need to follow the OWASP Top-10! I’ll review some example of bad code / bad configuration that I found during my investigations.
| |
− | :''Bio:'' '''Xavier Mertens''' is a freelance security consultant based in Belgium. His job focuses on protecting his customers by applying “offensive” (pentesting) as well as “defensive” security (incident handling, log management, SIEM, security visualisation, OSINT). Xavier is also a SANS Internet Storm Center handler (<nowiki>https://isc.sans.org</nowiki>). He’s also maintaining his security blog (<nowiki>https://blog.rootshell.be</nowiki>) and is a co-organizer of the BruCON security conference (<nowiki>http://www.brucon.org</nowiki>).<br>
| |
− | *19h45 - 20h30: '''Reverse engineering with Panopticon: a Libre Cross-Platform Disassembler''' (by Kai Michaelis)<br>
| |
− | :''Abstract:'' The Panopticon project aims to develop a tool to end the dominance of proprietary software for reverse engineering.
| |
− | :Panopticon is a graphical disassembler written in Rust that runs on GNU/Linux, Windows and OS X, which aims to create a free replacement for tools like IDA Pro and BinDiff.
| |
− | :What sets Panopticon apart from other free disassembler is the belief that an intuitive GUI is paramount to aid human analysts to understand as much of the binary as possible. As such Panopticon comes with an Qt 5 UI written in QML that allows browsing and annotating control flow graphs.
| |
− | :''Bio:'' '''Kai Michaelis''' studies IT-Security in Bochum, Germany and works part-time on Free Software. When he's not on the campus you can meet him at the local hackerspace. His interests are program analysis, reverse engineering and cryptography.
| |
− | *20h30 - ... : '''Reception'''
| |
− | | |
− | === REGISTRATION ===
| |
− | Please register via EventBrite: https://owasp-belgium-2017-05-29.eventbrite.com
| |
− | | |
− | === Coverage ===
| |
− | | |
− | == Previous Meeting (28 February 2017) in Leuven ==
| |
− | | |
− | === WHEN ===
| |
− | Tuesday 28 Feburary 2017
| |
− | | |
− | === WHERE ===
| |
− | Hosted by [https://distrinet.cs.kuleuven.be Distrinet Research Group (KU Leuven)].
| |
− | | |
− | Both speakers are faculty of the [https://www.secappdev.org/ Secure Application Development] course which is held in Leuven from February 27 to March 3.
| |
− | | |
− | Address: <br>
| |
− | Department of Computer Science (foyer at ground floor)<br> Celestijnenlaan 200 A<br> 3001 Heverlee ([http://googlemapsinterface.kuleuven.be/index.cgi?lang=N&nbol=(50.864186697481145,%204.678754210472107)&zoomlevel=17&plaatsnaam=Department+of+Computer+Science&maptype=roadmap google maps])
| |
− | | |
− | Routemap: https://distrinet.cs.kuleuven.be/about/route/
| |
| | | |
− | === PROGRAM ===
| + | {{:Belgium_Events_2019}} |
− | The agenda:
| |
− | *18h15 - 19h00: '''Welcome & sandwiches'''<br>
| |
− | *19h00 - 19h10: '''[https://www.owasp.org/images/2/24/Owasp_Belgium_update_2017-02-28.pdf OWASP Update]''' (by Lieven Desmet)<br>
| |
− | *19h10 - 20h00: '''[https://www.owasp.org/images/c/c6/Manico_XSS_Defense_Summary_2017-02-28.pdf XSS defense strategies]''' (by Jim Manico, Manicode Security)<br>
| |
− | :''Abstract:'' TBD
| |
− | :''Bio:'' '''Jim Manico''' is the founder of Manicode Security where he trains software developers on secure coding and security engineering. Jim is a frequent speaker on secure software practices and is a member of the Java-One Rock Star speaker community. Jim was a Global Board Member for the OWASP foundation and is the author of "Iron-Clad Java: Building Secure Web Applications" from McGraw-Hill..
| |
− | *20h00 - 20h10: '''Break'''<br>
| |
− | *20h10 - 21h00: '''[https://www.owasp.org/images/d/db/DeRyck_OWASP_WebSecurityOverview_2017-02-28.pdf Why traditional Web security technologies no longer suffice]''' (by Philippe De Ryck, KU Leuven)<br>
| |
− | :''Abstract:'' Not a day goes by without a story on a Web security incident somewhere. A data breach disclosing millions of people’s details. A defacement of a major Web site. Malware served from a legitimate Web site to thousands of users. Contrary to popular belief, the people running these Web sites are generally not clueless about security, but getting it right is just not that easy. Recent evolutions, like the rise of public networks, or the strong dependence on third-party code, have made it easier to attack Web sites, and harder to defend them. Join us to get an overview of these threats, and to take a dive into HTTP Strict Transport Security (HSTS), one of the latest Web security technologies that really help you improve security.
| |
− | :''Bio:'' '''Philippe De Ryck''' is a professional speaker and trainer on software security and web security. Since he obtained his PhD at the imec-DistriNet research group (KU Leuven, Belgium), he has been running the group's Web Security Training program, which ensures a sustainable knowledge transfer of the group’s security expertise towards practitioners.
| |
| | | |
− | === REGISTRATION === | + | == Previous Years == |
− | Please register via EventBrite: https://owasp-belgium-2017-02-28.eventbrite.com
| |
| | | |
− | === Coverage ===
| + | Events held in |
| + | [[Belgium Events 2018|2018]], |
| + | [[Belgium Events 2017|2017]], |
| + | [[Belgium Events 2016|2016]], |
| + | [[Belgium Events 2015|2015]], |
| + | [[Belgium Events 2014|2014]], |
| + | [[Belgium Events 2013|2013]], |
| + | [[Belgium Events 2012|2012]], |
| + | [[Belgium Events 2011|2011]], |
| + | [[Belgium Events 2010|2010]], |
| + | [[Belgium Events 2009|2009]], |
| + | [[Belgium Events 2008|2008]], |
| + | [[Belgium Events 2007|2007]], |
| + | [[Belgium Events 2006|2006]], |
| + | [[Belgium Events 2005|2005]]. |
| | | |
− | {{:Belgium_Events_2016}}
| + | = Belgium OWASP Chapter Leaders = |
− | | |
− | | |
− | == Previous Years ==
| |
− | *Events held in [[Belgium Events 2015|2015]]
| |
− | *Events held in [[Belgium Events 2014|2014]]
| |
− | *Events held in [[Belgium Events 2013|2013]]
| |
− | *Events held in [[Belgium Events 2012|2012]]
| |
− | *Events held in [[Belgium Events 2011|2011]]
| |
− | *Events held in [[Belgium Events 2010|2010]]
| |
− | *Events held in [[Belgium Events 2009|2009]]
| |
− | *Events held in [[Belgium Events 2008|2008]]
| |
− | *Events held in [[Belgium Events 2007|2007]]
| |
− | *Events held in [[Belgium Events 2006|2006]]
| |
− | *Events held in [[Belgium Events 2005|2005]]
| |
− | | |
− | = Belgium OWASP Chapter Leaders = | |
| | | |
| The Belgium Chapter is supported by the following board: | | The Belgium Chapter is supported by the following board: |
| | | |
| + | Chapter Leaders |
| *Sebastien Deleersnyder, Toreon | | *Sebastien Deleersnyder, Toreon |
− | *Erwin Geirnaert, Zion Security
| |
− | *Philippe Bogaerts, AviNetworks
| |
| *Lieven Desmet, KU Leuven | | *Lieven Desmet, KU Leuven |
| *Bart De Win, PWC | | *Bart De Win, PWC |
| + | |
| + | Board Members |
| + | *Erwin Geirnaert, Zion Security |
| *David Mathy, Freelance | | *David Mathy, Freelance |
| + | *Adolfo Solero, Freelance |
| + | *Stella Dineva, Ingenico Payment Services |
| + | *Thomas Herlea, NVISO |
| | | |
| Our goal is to professionalize the local OWASP functioning, provide in a bigger footprint to detect OWASP opportunities such as speakers/topics/sponsors/… and set a 5 year target on: Target audiences, Different events and Interactions of OWASP global – local projects. | | Our goal is to professionalize the local OWASP functioning, provide in a bigger footprint to detect OWASP opportunities such as speakers/topics/sponsors/… and set a 5 year target on: Target audiences, Different events and Interactions of OWASP global – local projects. |
| __NOTOC__ <headertabs></headertabs> | | __NOTOC__ <headertabs></headertabs> |
| [[Category:Europe]] | | [[Category:Europe]] |