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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,8 @@ A collection of resources to help in the detection, mitigation and prevention of
4
4
##JSON Dataset
5
5
6
6
JSON dataset work is based upon the many efforts of Mosh (@nyxbone) and @cyb3rops who manage Ransomware Summary public spreadsheet that is co-hosted in this repository. 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.
7
+
8
+
###Updating the dataset
9
+
To update the dataset first clone this repository and then run 'python ./UpdateJsonDataset/update_json.py'
10
+
11
+
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. To change the source and destinations for local files edit the constants found in the header of the 'update_json.py' file.
0 commit comments