Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varchashva/vprioritizer
vPrioritizer enables us to understand the contextualized risk (vPRisk) on asset-vulnerability relationship level across the organization, for teams to make more informed decision about what (vulnerability/ties) they should remediate (or can afford not to) and on which (asset/s)
https://github.com/varchashva/vprioritizer
community-analytics django-application information-security prioritization prioritization-algorithm python risk risk-management security-analytics vulnerability-management
Last synced: about 1 month ago
JSON representation
vPrioritizer enables us to understand the contextualized risk (vPRisk) on asset-vulnerability relationship level across the organization, for teams to make more informed decision about what (vulnerability/ties) they should remediate (or can afford not to) and on which (asset/s)
- Host: GitHub
- URL: https://github.com/varchashva/vprioritizer
- Owner: varchashva
- License: gpl-3.0
- Created: 2020-08-05T16:43:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T07:08:10.000Z (about 3 years ago)
- Last Synced: 2024-09-28T16:23:39.483Z (about 2 months ago)
- Topics: community-analytics, django-application, information-security, prioritization, prioritization-algorithm, python, risk, risk-management, security-analytics, vulnerability-management
- Language: CSS
- Homepage:
- Size: 1.17 MB
- Stars: 69
- Watchers: 11
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Logo](images/vprioritizer_logo.png)]()
[![BHUSA2020](images/BHUSA2020.svg)](https://www.blackhat.com/us-20/arsenal/schedule/#vprioritizer-learn-to-say-no-to-almost-every-vulnerability-art-of-risk-prioritisation-21192) [![License](https://img.shields.io/badge/License-GPLv3.0-blue)](https://github.com/varchashva/vPrioritizer/blob/master/LICENSE)
[Overview](#overview) \| [How it works](#how-it-works) \| [Quickstart](#quickstart) \| [Roadmap](#roadmap) \| [Contact Me](#contribution--contact-me)
# Overview
As indicated by sources like vulndb & cve, on a daily basis, approximately 50 new vulnerabilities become known to industry and it’s safe to assume that count is going to increase furthermore. It’s a huge number of vulnerabilities to assess and remediate effectively and quickly. So today organizations are focusing (or should focus) on reducing the risk rather than eliminating it and vulnerability management is (almost) equal to risk prioritisation and risk is a variable and dynamic concept determined by multiple factors.Theoretically, the approach of considering factors like base CVSS, asset accessibility, criticality, exploit availability, business sensitivity etc. looks appropriate to adopt but it’s not practically possible to do it manually for every vulnerability affecting every asset by every organisation.
# Goals and Philosophy
To overcome above challenges, vPrioritizer is designed with primary objectives as below:1. Centralized - must serve as single-pane-of-glass for vulnerability management
2. Automated - any and every task which can be automated, must be automated
3. Community Analytics - utilization of community analytics to mature the prioritization algorithm over the period of time[Read More…](https://medium.com/@rana.miet/learn-to-say-no-to-almost-every-vulnerability-intro-to-vprioritizer-9b2aa15369a1?sk=28c65b8540f31eab5e99a751c24240f3)
# How it Works
vPrioritizer gives us ability to assess the risk on different layers such as (and hence comprehensive control on granularity of each of risk as described above in risk calculation section):- We can assign significance on per asset basis
- We can assess severity on per vulnerability basis
- At the same time, we can adjust both factors at asset & vulnerability relationship level
- On top of that, community analytics provides insights as suggested riskvPrioritizer enables us to understand the contextualized risk pertaining to each asset by each vulnerability across the organization. It’s community based analytics provides a suggested risk for each vulnerability identified by vulnerability scanners and further strengthens risk prioritization process. So at any point of time teams can make an effective and more informed decision, based on unified and standardized data, about what (vulnerability/ties) they should remediate (or can afford not to) and on which (asset/s).
# Quickstart
### For Linux users:
1. Install [docker & docker-compose](https://docs.docker.com/install/linux/docker-ce/debian/#install-using-the-repository)
- sudo apt-get update
- sudo apt-get install docker-ce docker-compose
2. wget https://raw.githubusercontent.com/varchashva/vPrioritizer/master/docker-compose.yml
3. docker-compose up
4. Browse to http://localhost:7777/vp and you are set to explore the tool :)### For Windows and Mac users:
1. Install [postgres](https://www.postgresql.org/docs/9.3/installation.html)
2. Create user and database with below details:
- Username: vprioritizer
- Password: vprioritizer
- Database Name: vprioritizer
3. git clone https://github.com/varchashva/vPrioritizer.git
4. cd vPrioritizer
5. python manage.py runserver 0.0.0.0:7777
6. Browse to http://localhost:7777/vp and you are set to explore the tool :)# DEMO
[![IMAGE ALT TEXT](http://img.youtube.com/vi/P9IDpfJDoxI/0.jpg)](http://www.youtube.com/watch?v=P9IDpfJDoxI "vPrioritizer Demo")# Roadmap
- [ ] Docker support for all OS (Linux, Mac, Windows)
- Integration with scanners API:
- [ ] Nexpose
- [ ] QualysGuard
- [ ] Nessus
- Cloud Native Scanner
- [ ] AWS Inspector
- [ ] Azure Security Center
- [ ] GCP Security Command Center
- [x] “Custom Upload Field” module
- [ ] Cumulation of vulnerabilities
- [ ] Custom “Settings” page
- [ ] Maintaining the KB for vulnerabilities
- [ ] “Help” for vulnerabilities by OSINT
- [ ] Prioritization algorithm maturity (ongoing)# Contribution & Contact Me
Thanks to [Jyoti Raval](https://www.linkedin.com/in/jyoti-raval-61565157) for being an exceptional QA.
Please reach out to me for any query/comment/suggestion: [![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/pramod-rana-696ba062/) \| [![Twitter Follow](https://img.shields.io/twitter/follow/IAmVarchashva?style=social)](https://twitter.com/IAmVarchashva) \| [Raise an issue](https://github.com/varchashva/vPrioritizer/issues/new)