Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingo/ransomware-json-dataset
Compiles a json dataset using public sources that contains properties to aid in the detection and mitigation of over 1000 variants of ransomware.
https://github.com/codingo/ransomware-json-dataset
dataset-generation detection excel-to-json json json-dataset mitigation prevention ransomware ransomware-prevention ransomware-resources ransomware-summary security security-audit security-hardening security-vulnerability spreadsheet wannacry
Last synced: 19 days ago
JSON representation
Compiles a json dataset using public sources that contains properties to aid in the detection and mitigation of over 1000 variants of ransomware.
- Host: GitHub
- URL: https://github.com/codingo/ransomware-json-dataset
- Owner: codingo
- Created: 2017-02-27T23:13:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:34:07.000Z (over 1 year ago)
- Last Synced: 2024-10-22T14:37:53.074Z (29 days ago)
- Topics: dataset-generation, detection, excel-to-json, json, json-dataset, mitigation, prevention, ransomware, ransomware-prevention, ransomware-resources, ransomware-summary, security, security-audit, security-hardening, security-vulnerability, spreadsheet, wannacry
- Language: Python
- Homepage:
- Size: 2.22 MB
- Stars: 68
- Watchers: 9
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ransomware-Json-Dataset
Compiles a json dataset containing properties to aid in the detection and mitigation of over 1000 variants of ransomware using public sources.[![Build Status](https://travis-ci.org/codingo/Ransomware-Json-Dataset.svg?branch=master)](https://travis-ci.org/codingo/Ransomware-Json-Dataset)
[![License](https://img.shields.io/badge/license-GPL3-_red.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
[![Python 3.2|3.6](https://img.shields.io/badge/python-3.2|3.6-green.svg)](https://www.python.org/)
[![Twitter](https://img.shields.io/badge/twitter-@codingo__-blue.svg)](https://twitter.com/codingo_)## Install Dependencies
```
pip install -r requirements.txt
```
## Run Updater
```
python ./UpdateJsonDataset/update_json.py
```The latest version of the Ransomware Summary spreadsheet will then be downloaded and processed into a local json output which will be found in the core folder of your local repository along with a copy of the latest version of the spreadsheet. To change the source and destinations for local files edit the constants found in the header of the 'update_json.py' file.
## Attribution / Credits
JSON dataset work is based upon the Ransomware Summary public spreadsheet that is managed by the many efforts of Mosh (@nyxbone) and @cyb3rops and can be found at: http://goo.gl/b9R8DE. Spreadsheet data remains the intellectual property of Mosh and is taken 'as-is' and processed into a more programming friendly JSON output to allow its use in various shell or programming operations. Spreadsheet is cloned within this repository for redundancy purposes.