Skip to content

Commit 8cbcba4

Browse files
committed
new: [misp-object] New ctf-challenge object
1 parent 3549c45 commit 8cbcba4

1 file changed

Lines changed: 79 additions & 0 deletions

File tree

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"description": "Capture-the-flag challenge object as defined by Rectifyq",
3+
"meta-category": "misc",
4+
"name": "ctf-challenge",
5+
"required": [
6+
"title"
7+
],
8+
"uuid": "f9bb5d47-ff5b-4569-9987-4bb970639a55",
9+
"version": 1,
10+
"attributes": {
11+
"title": {
12+
"description": "The name of the challenge",
13+
"disable_correlation": true,
14+
"misp-attribute": "text",
15+
"ui-priority": 4
16+
},
17+
"description": {
18+
"description": "A brief explanation of the challenge",
19+
"disable_correlation": true,
20+
"misp-attribute": "text",
21+
"ui-priority": 2
22+
},
23+
"category": {
24+
"description": "The type of challenge (e.g., web, binary, forensics)",
25+
"disable_correlation": true,
26+
"misp-attribute": "text",
27+
"multiple": true,
28+
"ui-priority": 3,
29+
"values_list": [
30+
"Web",
31+
"Reverse Engineering",
32+
"Binary Exploitation",
33+
"Forensics",
34+
"Networking",
35+
"Cryptography",
36+
"OSINT",
37+
"Misc"
38+
]
39+
},
40+
"points": {
41+
"description": "The rewarded points for completing the challenge",
42+
"disable_correlation": true,
43+
"misp-attribute": "float",
44+
"ui-priority": 1
45+
},
46+
"flag": {
47+
"description": "Submitted and accepted CTF Challenge's flag",
48+
"disable_correlation": true,
49+
"misp-attribute": "text",
50+
"ui-priority": 0
51+
},
52+
"hints": {
53+
"description": "Clues to help solve the challenge",
54+
"disable_correlation": true,
55+
"misp-attribute": "text",
56+
"multiple": true,
57+
"ui-priority": 1
58+
},
59+
"attachment": {
60+
"description": "Any relevant supporting files or resources that are attached to the challenge",
61+
"disable_correlation": true,
62+
"multiple": true,
63+
"misp-attribute": "attachment",
64+
"ui-priority": 1
65+
},
66+
"max_attempts": {
67+
"description": "Maximum tries allowed",
68+
"disable_correlation": true,
69+
"misp-attribute": "counter",
70+
"ui-priority": 1
71+
},
72+
"solves": {
73+
"description": "Number of people who solved the challenge",
74+
"disable_correlation": true,
75+
"misp-attribute": "counter",
76+
"ui-priority": 1
77+
}
78+
}
79+
}

0 commit comments

Comments
 (0)