11{
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- }
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
7869 }
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
7979}
0 commit comments