Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Pre-built threats from OWASP #66

Open
sbmilburn opened this issue Apr 1, 2015 · 5 comments
Open

Pre-built threats from OWASP #66

sbmilburn opened this issue Apr 1, 2015 · 5 comments

Comments

@sbmilburn
Copy link

Would be a nice feature to have a set of pre-built threats vs having users create every threat themselves. A good place to start would be the OWASP Top10 list. https://www.owasp.org/index.php/Main_Page

@Glavin001
Copy link
Contributor

Great idea! It would be awesome to have templates of pre-built threat models that users can start off with, instead of loading / creating their own.

@mlmurray
Copy link

mlmurray commented Apr 2, 2015

This is the way that the Microsoft Threat Modeling Tool (TMT) works - STRIDE is evaluated for each element and data flow and threats are automatically generated. I'd like to see this tool do the same.

@Glavin001
Copy link
Contributor

👍 Definitely sounds like the way to go. We had discussed STRIDE and TMT as a team while developing. I definitely want to have a repository of threats that are associated with elements and data flows.

It would be great to pull threats from OWASP automatically, however since it is in a Wiki format we may have to do a lot of the grunt work right now. A database & API of threats would be great!

What about having a repository for Threats and their relationships to elements and flows? Pull Requests could be submitted to this repository and we could gradually grow to support many more threats than TMT.

Using GitHub's API ( https://github.com/michael/github ) we could retrieve these Threats from the repo and automatically populate SeaSponge independently, even without redeploying. Although redeploying only takes 3-4 minutes.

Said repository could reside in SeaSponge's repository here. We could have a directory with multiple files or a large JSON / YAML file with each of the threats and their meta data. I'd like to make this easy enough to maintain and add to that users will feel comfortable contributing to and adding more threats on their own.

/cc @Frozenfire92 Thoughts?

@Frozenfire92
Copy link
Contributor

Said repository could reside in SeaSponge's repository here. We could have a directory with multiple files or a large JSON / YAML file with each of the threats and their meta data. I'd like to make this easy enough to maintain and add to that users will feel comfortable contributing to and adding more threats on their own.

I like this idea, but it would be interesting if OWASP was interested in maintaining a repository that we could then pull from. This wouldn't limit any other interested parties from scraping our repo, but being able to contribute to a common official repo

@Glavin001
Copy link
Contributor

+1 have a repository of threats separate from but used by SeaSponge and maintained by OWASP would be great!

@Glavin001 Glavin001 changed the title Feature - pre-built threats Pre-built threats from OWASP Apr 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants