mirror of https://github.com/MISP/misp-objects
Added some field from feedback
parent
7c7d1fbe98
commit
dac6d57e79
|
@ -65,6 +65,7 @@
|
||||||
"negotiations_screenshot": {
|
"negotiations_screenshot": {
|
||||||
"description": "Screenshot of the negotiations",
|
"description": "Screenshot of the negotiations",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
"multiple": true,
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"ui-priority": 840
|
"ui-priority": 840
|
||||||
},
|
},
|
||||||
|
@ -74,6 +75,25 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 850
|
"ui-priority": 850
|
||||||
},
|
},
|
||||||
|
"chatsite": {
|
||||||
|
"description": "Chatsite where the negotiations take place",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"to_ids": false,
|
||||||
|
"misp-attribute": "url",
|
||||||
|
"ui-priority": 835
|
||||||
|
},
|
||||||
|
"chatsite_id_public": {
|
||||||
|
"description": "Initial chat ID given by actor",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 834
|
||||||
|
},
|
||||||
|
"chatsite_id_private": {
|
||||||
|
"description": "Second, private, chat ID given by actor",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 833
|
||||||
|
},
|
||||||
"pay_for_deletion": {
|
"pay_for_deletion": {
|
||||||
"description": "Does the target need/want to pay for data deletion",
|
"description": "Does the target need/want to pay for data deletion",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -129,5 +149,5 @@
|
||||||
"meta-category": "financial",
|
"meta-category": "financial",
|
||||||
"name": "ransom-negotiation",
|
"name": "ransom-negotiation",
|
||||||
"uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06",
|
"uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue