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-20 21:20:51 +0300
committerMatthias <ilovemilk@wusa.io>2020-09-20 21:20:51 +0300
commit889a36b518245b77d7c68f2f6adb7c889e3c3eff (patch)
tree4d1d0e6646c38ca6a7da24aafac8cea419adb8a1
parent387a1c6536d42f7165547bb5296d4ed2cebf6e35 (diff)
update database name, screenshots and readme
-rw-r--r--README.md3
-rw-r--r--appinfo/info.xml2
-rw-r--r--lib/Db/RecoveredFileOperationMapper.php2
-rw-r--r--screenshots/monitoring-0.3.0.pngbin106531 -> 0 bytes
-rw-r--r--screenshots/ransomware-recovery-0.9.0-1.pngbin0 -> 81797 bytes
-rw-r--r--screenshots/ransomware-recovery-0.9.0-2.pngbin0 -> 130714 bytes
-rw-r--r--screenshots/ransomware-recovery-0.9.0-3.pngbin0 -> 97901 bytes
-rw-r--r--screenshots/ransomware-recovery-0.9.0-4.pngbin0 -> 85043 bytes
-rw-r--r--screenshots/scan-files-0.3.0.pngbin97666 -> 0 bytes
9 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index c615c2c..4aff5b0 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,13 @@
**Ransomware detection with a guided user-controlled one-step recovery.**
-![](screenshots/scan-files-0.3.0.png)
+![](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.
## Features
* :exclamation:**Ransomware Detection:** Monitoring the file operations, analysing and classifying the collected data by using generic indicators allows a reliable detection.
-* :mag_right:**Ransomware Scanner:** Scan your file storage after a ransomware attack - which even works without the app being installed during the infection - to easily recover your data and clean up your storage. This may take some time depending on how many files you have stored on your cloud storage.
* :computer:**Recovery Interface:** The color coded results of the classification offer an easy-to-use recovery interface giving the user full control of the recovery process.
* :relaxed:**Guided Undo:** The guided user-controlled one-step recovery allows the user to quick and savely restore all - by ransomware - encrypted files without being affected by any false positives.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index caa6ce0..a705454 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Ransomware recovery</name>
<summary><![CDATA[This app offers synchronization monitoring and a file storage scanner for a guided user-controlled one-step ransomare recovery.]]></summary>
<description><![CDATA[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. Sponsored by the German Federal Ministry of Education and Research, and Prototype Fund.]]></description>
- <version>0.8.3</version>
+ <version>0.8.4</version>
<licence>agpl</licence>
<author mail="matthias.held@uni-konstanz.de">Matthias Held</author>
<namespace>RansomwareDetection</namespace>
diff --git a/lib/Db/RecoveredFileOperationMapper.php b/lib/Db/RecoveredFileOperationMapper.php
index 7c57226..c0ee353 100644
--- a/lib/Db/RecoveredFileOperationMapper.php
+++ b/lib/Db/RecoveredFileOperationMapper.php
@@ -32,7 +32,7 @@ class RecoveredFileOperationMapper extends Mapper
public function __construct(
IDBConnection $db
) {
- parent::__construct($db, 'ransomware_detection');
+ parent::__construct($db, 'rd_recovery');
}
/**
diff --git a/screenshots/monitoring-0.3.0.png b/screenshots/monitoring-0.3.0.png
deleted file mode 100644
index 0e1f0b7..0000000
--- a/screenshots/monitoring-0.3.0.png
+++ /dev/null
Binary files differ
diff --git a/screenshots/ransomware-recovery-0.9.0-1.png b/screenshots/ransomware-recovery-0.9.0-1.png
new file mode 100644
index 0000000..e663c18
--- /dev/null
+++ b/screenshots/ransomware-recovery-0.9.0-1.png
Binary files differ
diff --git a/screenshots/ransomware-recovery-0.9.0-2.png b/screenshots/ransomware-recovery-0.9.0-2.png
new file mode 100644
index 0000000..9f66dea
--- /dev/null
+++ b/screenshots/ransomware-recovery-0.9.0-2.png
Binary files differ
diff --git a/screenshots/ransomware-recovery-0.9.0-3.png b/screenshots/ransomware-recovery-0.9.0-3.png
new file mode 100644
index 0000000..e1a7ec9
--- /dev/null
+++ b/screenshots/ransomware-recovery-0.9.0-3.png
Binary files differ
diff --git a/screenshots/ransomware-recovery-0.9.0-4.png b/screenshots/ransomware-recovery-0.9.0-4.png
new file mode 100644
index 0000000..08b0771
--- /dev/null
+++ b/screenshots/ransomware-recovery-0.9.0-4.png
Binary files differ
diff --git a/screenshots/scan-files-0.3.0.png b/screenshots/scan-files-0.3.0.png
deleted file mode 100644
index 711b993..0000000
--- a/screenshots/scan-files-0.3.0.png
+++ /dev/null
Binary files differ