-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.manifest
38 lines (38 loc) · 928 Bytes
/
app.manifest
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
{
"schemaVersion": "1.0.0",
"info": {
"title": "Sunburst Decode",
"id": {
"group": null,
"name": "sunburst_decode",
"version": "1.0.0"
},
"author": [
{
"name": "malvidin",
"email": null,
"company": null
}
],
"releaseDate": null,
"description": "Decodes known substitution, custom base32, and activity date/antivirus info used by the Sunburst DGA algorithms.",
"classification": {
"intendedAudience": "Security Specialists",
"categories": ["Utilities"],
"developmentStatus": "Beta"
},
"commonInformationModels": null,
"license": {
"name": "Apache License, Version 2.0",
"text": "./LICENSE",
"uri": "https://spdx.org/licenses/Apache-2.0.html"
},
"releaseNotes": {
"name": null,
"text": "./README.md",
"uri": null
}
},
"dependencies": null,
"tasks": null
}