{"id":13840345,"url":"https://github.com/varchashva/vPrioritizer","last_synced_at":"2025-07-11T07:33:29.405Z","repository":{"id":167594348,"uuid":"285349598","full_name":"varchashva/vPrioritizer","owner":"varchashva","description":"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)","archived":false,"fork":false,"pushed_at":"2021-10-26T07:08:10.000Z","size":1224,"stargazers_count":68,"open_issues_count":5,"forks_count":10,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-13T03:22:38.804Z","etag":null,"topics":["community-analytics","django-application","information-security","prioritization","prioritization-algorithm","python","risk","risk-management","security-analytics","vulnerability-management"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/varchashva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-08-05T16:43:27.000Z","updated_at":"2024-10-10T11:10:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"f38bb65e-4f6f-4ffd-b70b-1bf45a8cf56f","html_url":"https://github.com/varchashva/vPrioritizer","commit_stats":null,"previous_names":["varchashva/vprioritizer"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varchashva%2FvPrioritizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varchashva%2FvPrioritizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varchashva%2FvPrioritizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varchashva%2FvPrioritizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varchashva","download_url":"https://codeload.github.com/varchashva/vPrioritizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225705370,"owners_count":17511279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["community-analytics","django-application","information-security","prioritization","prioritization-algorithm","python","risk","risk-management","security-analytics","vulnerability-management"],"created_at":"2024-08-04T17:00:46.201Z","updated_at":"2024-11-21T09:31:22.603Z","avatar_url":"https://github.com/varchashva.png","language":"CSS","funding_links":[],"categories":["CSS","CSS (66)"],"sub_categories":[],"readme":"[![Logo](images/vprioritizer_logo.png)]()\n\n[![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)\n\n[Overview](#overview) \\| [How it works](#how-it-works) \\| [Quickstart](#quickstart) \\| [Roadmap](#roadmap) \\| [Contact Me](#contribution--contact-me)\n\n# Overview\nAs indicated by sources like vulndb \u0026 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.\n\nTheoretically, 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. \n\n# Goals and Philosophy \nTo overcome above challenges, vPrioritizer is designed with primary objectives as below: \n\n1. Centralized - must serve as single-pane-of-glass for vulnerability management\n2. Automated - any and every task which can be automated, must be automated\n3. Community Analytics - utilization of community analytics to mature the prioritization algorithm over the period of time\n\n[Read More…](https://medium.com/@rana.miet/learn-to-say-no-to-almost-every-vulnerability-intro-to-vprioritizer-9b2aa15369a1?sk=28c65b8540f31eab5e99a751c24240f3)\n\n# How it Works\nvPrioritizer 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):\n\n- We can assign significance on per asset basis \n- We can assess severity on per vulnerability basis\n- At the same time, we can adjust both factors at asset \u0026 vulnerability relationship level \n- On top of that, community analytics provides insights as suggested risk\n\nvPrioritizer 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).\n\n# Quickstart\n### For Linux users:\n1. Install [docker \u0026 docker-compose](https://docs.docker.com/install/linux/docker-ce/debian/#install-using-the-repository)\n   - sudo apt-get update\n   - sudo apt-get install docker-ce docker-compose\n2. wget https://raw.githubusercontent.com/varchashva/vPrioritizer/master/docker-compose.yml\n3. docker-compose up\n4. Browse to http://localhost:7777/vp and you are set to explore the tool :)\n\n### For Windows and Mac users:\n1. Install [postgres](https://www.postgresql.org/docs/9.3/installation.html)\n2. Create user and database with below details:\n   - Username: vprioritizer\n   - Password: vprioritizer\n   - Database Name: vprioritizer\n3. git clone https://github.com/varchashva/vPrioritizer.git\n4. cd vPrioritizer\n5. python manage.py runserver 0.0.0.0:7777\n6. Browse to http://localhost:7777/vp and you are set to explore the tool :)\n\n# DEMO \n[![IMAGE ALT TEXT](http://img.youtube.com/vi/P9IDpfJDoxI/0.jpg)](http://www.youtube.com/watch?v=P9IDpfJDoxI \"vPrioritizer Demo\")\n\n# Roadmap\n- [ ] Docker support for all OS (Linux, Mac, Windows)\n- Integration with scanners API:\n  - [ ] Nexpose\n  - [ ] QualysGuard\n  - [ ] Nessus\n  - Cloud Native Scanner\n    - [ ] AWS Inspector\n    - [ ] Azure Security Center\n    - [ ] GCP Security Command Center\n- [x] “Custom Upload Field” module\n- [ ] Cumulation of vulnerabilities \n- [ ] Custom “Settings” page\n- [ ] Maintaining the KB for vulnerabilities \n- [ ] “Help” for vulnerabilities by OSINT\n- [ ] Prioritization algorithm maturity (ongoing)\n\n# Contribution \u0026 Contact Me \n\nThanks to [Jyoti Raval](https://www.linkedin.com/in/jyoti-raval-61565157) for being an exceptional QA.\n\nPlease reach out to me for any query/comment/suggestion: [![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?\u0026style=for-the-badge\u0026logo=linkedin\u0026logoColor=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)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarchashva%2FvPrioritizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarchashva%2FvPrioritizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarchashva%2FvPrioritizer/lists"}