You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ A collection of resources to help in the detection, mitigation and prevention of
3
3
4
4
##JSON Dataset
5
5
6
-
####Attribution / Credits
7
-
JSON dataset work is based upon the many efforts of Mosh (@nyxbone) and @cyb3rops who manage the Ransomware Summary public spreadsheet that is co-hosted in this repository but originally sourced on Google docs at http://goo.gl/b9R8DE. Spreadsheet data remains the intellectual property of Mosh and is taken 'as-is' and processed into a JSON output to allow its use in various shell or programming operations. Spreadsheet is cloned within this repository for redundancy purposes.
8
-
9
6
###Updating the dataset
10
7
To update the dataset first clone this repository and then run 'python ./UpdateJsonDataset/update_json.py'
11
8
12
9
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.
10
+
11
+
####Attribution / Credits
12
+
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.
0 commit comments