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: 448fc437b14043f03924f3a893ca05a12ea554f4 (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
<?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[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.7.1</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>
    <bugs>https://github.com/undo-ransomware/ransomware_detection/issues</bugs>
    <screenshot>https://github.com/undo-ransomware/ransomware_detection/raw/master/screenshots/monitoring-0.3.0.png</screenshot>
    <screenshot>https://github.com/undo-ransomware/ransomware_detection/raw/master/screenshots/scan-files-0.3.0.png</screenshot>
    <dependencies>
        <nextcloud min-version="18" max-version="18"/>
    </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.recover.index</route>
        </navigation>
    </navigations>
</info>