OWASP A&D Project Competition Mode

Apr. 17, 2018
OWASP A&D Project Competition Mode
OWASP A&D Project Competition Mode
OWASP A&D Project Competition Mode
OWASP A&D Project Competition Mode
OWASP A&D Project Competition Mode
OWASP A&D Project Competition Mode
OWASP A&D Project Competition Mode
OWASP A&D Project Competition Mode
OWASP A&D Project Competition Mode
OWASP A&D Project Competition Mode
OWASP A&D Project Competition Mode
OWASP A&D Project Competition Mode
1 of 12

More Related Content

Similar to OWASP A&D Project Competition Mode

S4H_790 IAM - Authorization Concept Guidelines for S4HANA Cloud.pptxS4H_790 IAM - Authorization Concept Guidelines for S4HANA Cloud.pptx
S4H_790 IAM - Authorization Concept Guidelines for S4HANA Cloud.pptxITAdmin28
Software Testing includes Performance testing with Load Runner and the JMeter Software Testing includes Performance testing with Load Runner and the JMeter
Software Testing includes Performance testing with Load Runner and the JMeter Hima Bindu Kosuru
Using JMeter and Google Analytics for Software Performance TestingUsing JMeter and Google Analytics for Software Performance Testing
Using JMeter and Google Analytics for Software Performance TestingXBOSoft
Performance testing with JMeterPerformance testing with JMeter
Performance testing with JMeterMikael Kundert
java mini project for college students java mini project for college students
java mini project for college students SWETALEENA2
Load testingLoad testing
Load testingMuhammad Faheem

Recently uploaded

CloudStack Object Storage Framework & DemoCloudStack Object Storage Framework & Demo
CloudStack Object Storage Framework & DemoShapeBlue
AI and ML Series - Leveraging Generative AI and LLMs Using the UiPath Platfor...AI and ML Series - Leveraging Generative AI and LLMs Using the UiPath Platfor...
AI and ML Series - Leveraging Generative AI and LLMs Using the UiPath Platfor...DianaGray10
What’s new in Kotlin 12-08-2023 Google IO Cairo 23What’s new in Kotlin 12-08-2023 Google IO Cairo 23
What’s new in Kotlin 12-08-2023 Google IO Cairo 23Ahmed Nabil
Generative AI PotentialGenerative AI Potential
Generative AI PotentialKapil Khandelwal (KK)
Daily Scrum, Sprint Review & Retrospective.pptxDaily Scrum, Sprint Review & Retrospective.pptx
Daily Scrum, Sprint Review & Retrospective.pptxMd. Rakib Trofder
Sell&Buy.pdfSell&Buy.pdf
Sell&Buy.pdfDanielle95109

OWASP A&D Project Competition Mode

  1. OWASP A&D Project Competition Mode OWASP A&D Project Leaders Takaharu Ogasa Yuichi Hattori Shota Sato Apr 17, 2018
  2. What’s OWASP A&D Project? • A&D stands for Attack and Defense. • OWASP A&D Project is a Deliberately Vulnerable Web-application Interactive Platform focuses on web application developers to fix its vulnerabilities through the real world like environment. – We call this platform A&D platform. • The project aim is participants to acquire skills of find and fix web application vulnerabilities.
  3. A&D Platform • The platform will include – standalone mode for self-study –Competition mode mode for event • The platform will support – automatic attack to the web application – Status check for web application vulnerabilities
  4. Competition Mode • Competition mode is for multi users event. • We will provide – Auto Scoring – Ranking and Score Graph – Match system like Tennis
  5. A&D Platform A&D Platform Overview(Competition Mode) Operator’s Server Participant’s servers Status Check Attack Fix And Search (SSH) View Status and Ranking (HTTP)
  6. Automatic Attack • Operator’s server provides various attack. • First attack is by X min after at competition start. • Next attack is every Y min after first attack. – Each attack can set different time. A&D Platform Operator’s Server Participant’s servers Attack
  7. Status Check • Operator’s server checks web app vulnerabilities every X min. A&D Platform Operator’s Server Participant’s servers Status Check
  8. Auto Scoring • If status checks are success participant get 100 points * number of successes. • If status checks are failed participant’s total points reduce X% * number of failed. – Normally we use 3%. We tried some percentiles. As the result we think 3% is the best parameter.
  9. Ranking and Score Graph • We provide score graph and ranking on the http. • Participants can see latest ranking, score graph of time series, and status check results of time series. A&D Platform Operator’s Server Participant’s servers View Status and Ranking (HTTP)
  10. Match System • We think participants repeat same environment is important. – They can fix vulnerabilities more quickly and choices order of fix from effect of vulnerabilities. • We can provide X times match.
  11. Connection to Participants Server • Participant can login the server by SSH. • Participant fix and search web app on the server. • Web app is set up in user dir. A&D Platform Operator’s Server Participant’s servers Fix And Search (SSH)
  12. Future work • Use something instead of SSH about connection to participants server. – We think participants use usual development environment is important. – We will provide auto deploy using CI tools or something.