Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias <ilovemilk@wusa.io>2020-09-23 12:33:52 +0300
committerMatthias <ilovemilk@wusa.io>2020-09-23 12:33:52 +0300
commit50ea425c31ee00b42c8c659a7f618ff9a03ac880 (patch)
tree25f65a36b1b9cd767be4c87e83c96b3314f05c57
parentae4466218ce85f63dded2707cbd1899a9722a61c (diff)
differentiate between ransomware protection and recovery
-rw-r--r--README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4aff5b0..04edfb9 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,14 @@
# Nextcloud Ransomware Recovery
+
[![Build Status](https://travis-ci.com/undo-ransomware/ransomware_detection.svg?branch=master)](https://travis-ci.com/undo-ransomware/ransomware_detection)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/undo-ransomware/ransomware_detection/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/undo-ransomware/ransomware_detection/?branch=master)
[![codecov](https://codecov.io/gh/undo-ransomware/ransomware_detection/branch/master/graph/badge.svg)](https://codecov.io/gh/undo-ransomware/ransomware_detection)
**Ransomware detection with a guided user-controlled one-step recovery.**
-![](screenshots/ransomware-recovery-0.9.0-4.png)
+![Ransomware Recovery App](screenshots/ransomware-recovery-0.9.0-4.png)
-This app monitors file operations during the synchronization to detect ransomware attacks and also offers a post infection file storage scanner, which works even if it happend that you didn't have this app installed during an attack. This is done by using generic indicators for a guided user-controlled one-step recovery utilizing the integrated file versioning methods.
+This app monitors file operations during the synchronization to detect ransomware attacks. This is done by using generic indicators for a guided user-controlled one-step recovery utilizing the integrated file versioning methods.
## Features
@@ -20,7 +21,16 @@ This app monitors file operations during the synchronization to detect ransomwar
In your Nextcloud, simply navigate to »Apps«, choose the category »Security«, find the Ransomware recovery app and enable it.
Then open the Ransomware recovery app from the app menu.
-# Acknowledgements
+## Frequently Asked Questions
+
+* *Can the Ransomware Recovery app used together with the Nextcloud official Ransomware Protection app?*
+Yes, it can be used together with the Nextloud official Ransomware Protection app.
+
+* *What's the difference between the Ransomware Recovery app and the Nextcloud official Ransomware Protection app?*
+The difference between this apps is pretty simple: The Nextcloud official Ransomware Protection app uses white- and blacklisting of file extensions to protect you against ransomware files, this only works for already known ransomware families.
+In contrast, the Ransomware Recovery app utilises the ransomware behaviour to mark possible ransomware attacks with an user-controlled recovery to give an easy-to-use mechanism to recover from unknown ransomware families.
+
+## Acknowledgements
This project was created for the
[Undo Ransomware](https://prototypefund.de/project/undo-von-ransomware-mittels-machine-learning/)