Skip to content

Commit 26ae504

Browse files
committed
Merge branch 'rectifyq-ctf-challenge'
2 parents 3549c45 + d4a5bcf commit 26ae504

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

0 commit comments

Comments
 (0)