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

info.xml « appinfo - github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c40b024a5662d0c00bae7d41a499d83006af0cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
    <id>ransomware_detection</id>
    <name>Ransomware recovery</name>
    <summary><![CDATA[Ransomware detection with a guided user-controlled one-step recovery.]]></summary>
    <description><![CDATA[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. 
	
	## 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
	
	Sponsored by the German Federal Ministry of Education and Research, and Prototype Fund.]]></description>
    <version>0.9.0</version>
    <licence>agpl</licence>
    <author mail="matthias.held@uni-konstanz.de">Matthias Held</author>
    <namespace>RansomwareDetection</namespace>
    <types>
        <logging/>
    </types>
    <category>files</category>
    <category>monitoring</category>
    <category>security</category>
    <category>tools</category>
    <website>https://github.com/undo-ransomware/ransomware_detection</website>
    <bugs>https://github.com/undo-ransomware/ransomware_detection/issues</bugs>
    <repository>https://github.com/undo-ransomware/ransomware_detection.git</repository>
    <screenshot>https://github.com/undo-ransomware/ransomware_detection/raw/master/screenshots/ransomware-recovery-0.9.0-1.png</screenshot>
    <screenshot>https://github.com/undo-ransomware/ransomware_detection/raw/master/screenshots/ransomware-recovery-0.9.0-2.png</screenshot>
	<screenshot>https://github.com/undo-ransomware/ransomware_detection/raw/master/screenshots/ransomware-recovery-0.9.0-3.png</screenshot>
	<screenshot>https://github.com/undo-ransomware/ransomware_detection/raw/master/screenshots/ransomware-recovery-0.9.0-4.png</screenshot>
    <dependencies>
        <nextcloud min-version="19" max-version="20"/>
    </dependencies>

    <background-jobs>
        <job>OCA\RansomwareDetection\BackgroundJob\CleanUpJob</job>
    </background-jobs>

    <settings>
        <admin>OCA\RansomwareDetection\Settings\Admin</admin>
        <admin-section>OCA\RansomwareDetection\Settings\AdminSection</admin-section>
        <personal>OCA\RansomwareDetection\Settings\Personal</personal>
        <personal-section>OCA\RansomwareDetection\Settings\PersonalSection</personal-section>
    </settings>

    <navigations>
        <navigation>
            <name>Ransomware recovery</name>
            <route>ransomware_detection.page.index</route>
        </navigation>
    </navigations>
</info>