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: d04864ee8f958bc6307a56e8f9fba634827e9ff1 (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 detection</name>
    <summary><![CDATA[This app monitors file operations to detect ransomware attacks for a guided user-controlled recovery.]]></summary>
    <description><![CDATA[This app monitors file operations to detect ransomware attacks by using generic indicators for a guided user-controlled recovery utilizing the integrated file versioning methods.]]></description>
    <licence>agpl</licence>
    <author mail="matthias.held@uni-konstanz.de">Matthias Held</author>
    <version>0.2.3</version>
    <namespace>RansomwareDetection</namespace>
    <category>files</category>
    <category>monitoring</category>
    <category>security</category>
	<screenshot>https://github.com/ilovemilk/ransomware_detection/raw/master/screenshots/goldeneye-0.2.2.png</screenshot>
	<screenshot>https://github.com/ilovemilk/ransomware_detection/raw/master/screenshots/recovery-0.2.2.png</screenshot>
    <bugs>https://github.com/ilovemilk/ransomware_detection/issues</bugs>
    <dependencies>
        <nextcloud min-version="13" max-version="14"/>
    </dependencies>

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

    <types>
		<logging/>
	</types>

    <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>

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