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: 20 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:34:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T15:11:51.365Z (25 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: 73
- Watchers: 8
- 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.[](https://travis-ci.org/codingo/Ransomware-Json-Dataset)
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
[](https://www.python.org/)
[](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.