Merge branch 'MISP:main' into spearphishing-objects

pull/360/head
Good Land Security 2022-05-20 20:20:10 -05:00 committed by GitHub
commit df5f9921df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 1 deletions

View File

@ -12,6 +12,25 @@
"misp-attribute": "float",
"ui-priority": 920
},
"chatsite": {
"description": "Chatsite where the negotiations take place",
"disable_correlation": true,
"misp-attribute": "url",
"to_ids": false,
"ui-priority": 835
},
"chatsite_id_private": {
"description": "Second, private, chat ID given by actor",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 833
},
"chatsite_id_public": {
"description": "Initial chat ID given by actor",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 834
},
"currency": {
"description": "The currency of the initial demand. Often USD or BTC.",
"disable_correlation": true,
@ -66,6 +85,7 @@
"description": "Screenshot of the negotiations",
"disable_correlation": true,
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 840
},
"negotiations_transcript": {
@ -129,5 +149,5 @@
"meta-category": "financial",
"name": "ransom-negotiation",
"uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06",
"version": 1
"version": 2
}