mirror of https://github.com/MISP/misp-objects
fix: [ctf-challenge] JSON jqed
parent
8cbcba4b5d
commit
d4a5bcf70c
|
@ -1,79 +1,79 @@
|
||||||
{
|
{
|
||||||
"description": "Capture-the-flag challenge object as defined by Rectifyq",
|
"attributes": {
|
||||||
"meta-category": "misc",
|
"attachment": {
|
||||||
"name": "ctf-challenge",
|
"description": "Any relevant supporting files or resources that are attached to the challenge",
|
||||||
"required": [
|
"disable_correlation": true,
|
||||||
"title"
|
"misp-attribute": "attachment",
|
||||||
],
|
"multiple": true,
|
||||||
"uuid": "f9bb5d47-ff5b-4569-9987-4bb970639a55",
|
"ui-priority": 1
|
||||||
"version": 1,
|
},
|
||||||
"attributes": {
|
"category": {
|
||||||
"title": {
|
"description": "The type of challenge (e.g., web, binary, forensics)",
|
||||||
"description": "The name of the challenge",
|
"disable_correlation": true,
|
||||||
"disable_correlation": true,
|
"misp-attribute": "text",
|
||||||
"misp-attribute": "text",
|
"multiple": true,
|
||||||
"ui-priority": 4
|
"ui-priority": 3,
|
||||||
},
|
"values_list": [
|
||||||
"description": {
|
"Web",
|
||||||
"description": "A brief explanation of the challenge",
|
"Reverse Engineering",
|
||||||
"disable_correlation": true,
|
"Binary Exploitation",
|
||||||
"misp-attribute": "text",
|
"Forensics",
|
||||||
"ui-priority": 2
|
"Networking",
|
||||||
},
|
"Cryptography",
|
||||||
"category": {
|
"OSINT",
|
||||||
"description": "The type of challenge (e.g., web, binary, forensics)",
|
"Misc"
|
||||||
"disable_correlation": true,
|
]
|
||||||
"misp-attribute": "text",
|
},
|
||||||
"multiple": true,
|
"description": {
|
||||||
"ui-priority": 3,
|
"description": "A brief explanation of the challenge",
|
||||||
"values_list": [
|
"disable_correlation": true,
|
||||||
"Web",
|
"misp-attribute": "text",
|
||||||
"Reverse Engineering",
|
"ui-priority": 2
|
||||||
"Binary Exploitation",
|
},
|
||||||
"Forensics",
|
"flag": {
|
||||||
"Networking",
|
"description": "Submitted and accepted CTF Challenge's flag",
|
||||||
"Cryptography",
|
"disable_correlation": true,
|
||||||
"OSINT",
|
"misp-attribute": "text",
|
||||||
"Misc"
|
"ui-priority": 0
|
||||||
]
|
},
|
||||||
},
|
"hints": {
|
||||||
"points": {
|
"description": "Clues to help solve the challenge",
|
||||||
"description": "The rewarded points for completing the challenge",
|
"disable_correlation": true,
|
||||||
"disable_correlation": true,
|
"misp-attribute": "text",
|
||||||
"misp-attribute": "float",
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"flag": {
|
"max_attempts": {
|
||||||
"description": "Submitted and accepted CTF Challenge's flag",
|
"description": "Maximum tries allowed",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "counter",
|
||||||
"ui-priority": 0
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"hints": {
|
"points": {
|
||||||
"description": "Clues to help solve the challenge",
|
"description": "The rewarded points for completing the challenge",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "float",
|
||||||
"multiple": true,
|
"ui-priority": 1
|
||||||
"ui-priority": 1
|
},
|
||||||
},
|
"solves": {
|
||||||
"attachment": {
|
"description": "Number of people who solved the challenge",
|
||||||
"description": "Any relevant supporting files or resources that are attached to the challenge",
|
"disable_correlation": true,
|
||||||
"disable_correlation": true,
|
"misp-attribute": "counter",
|
||||||
"multiple": true,
|
"ui-priority": 1
|
||||||
"misp-attribute": "attachment",
|
},
|
||||||
"ui-priority": 1
|
"title": {
|
||||||
},
|
"description": "The name of the challenge",
|
||||||
"max_attempts": {
|
"disable_correlation": true,
|
||||||
"description": "Maximum tries allowed",
|
"misp-attribute": "text",
|
||||||
"disable_correlation": true,
|
"ui-priority": 4
|
||||||
"misp-attribute": "counter",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"solves": {
|
|
||||||
"description": "Number of people who solved the challenge",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "counter",
|
|
||||||
"ui-priority": 1
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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
|
||||||
}
|
}
|
Loading…
Reference in New Issue