-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathkordesii.json
More file actions
32 lines (32 loc) · 815 Bytes
/
kordesii.json
File metadata and controls
32 lines (32 loc) · 815 Bytes
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
{
"organization": "Department of Defense Cyber Crime Center (DC3)",
"name": "Kordesii",
"description": "DC3-Kordesii is a framework for decoding encoded strings and files in malware via IDA Pro IDAPython scripting.",
"tags": [
"Python"
],
"contact": {
"email": "dc3.information@us.af.mil"
},
"status": "Production",
"vcs": "git",
"languages": [
"Python"
],
"laborHours": 249,
"repositoryURL": "https://github.com/dod-cyber-crime-center/kordesii",
"permissions": {
"licenses": [
{
"URL": "https://github.com/dod-cyber-crime-center/kordesii/blob/master/LICENSE.txt",
"name": "MIT"
}
],
"usageType": "openSource"
},
"date": {
"created": "2020-06-11",
"lastModified": "2023-12-05",
"metadataLastUpdated": "2024-02-08"
}
}