-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
79 lines (79 loc) · 2.13 KB
/
definition.json
File metadata and controls
79 lines (79 loc) · 2.13 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"attributes": {
"attachment": {
"description": "Any relevant supporting files or resources that are attached to the challenge",
"disable_correlation": true,
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"category": {
"description": "The type of challenge (e.g., web, binary, forensics)",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 3,
"values_list": [
"Web",
"Reverse Engineering",
"Binary Exploitation",
"Forensics",
"Networking",
"Cryptography",
"OSINT",
"Misc"
]
},
"description": {
"description": "A brief explanation of the challenge",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 2
},
"flag": {
"description": "Submitted and accepted CTF Challenge's flag",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"hints": {
"description": "Clues to help solve the challenge",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"max_attempts": {
"description": "Maximum tries allowed",
"disable_correlation": true,
"misp-attribute": "counter",
"ui-priority": 1
},
"points": {
"description": "The rewarded points for completing the challenge",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 1
},
"solves": {
"description": "Number of people who solved the challenge",
"disable_correlation": true,
"misp-attribute": "counter",
"ui-priority": 1
},
"title": {
"description": "The name of the challenge",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 4
}
},
"description": "Capture-the-flag challenge object as defined by Rectifyq",
"meta-category": "misc",
"name": "ctf-challenge",
"required": [
"title"
],
"uuid": "f9bb5d47-ff5b-4569-9987-4bb970639a55",
"version": 1
}