Initial commit

pull/355/head
matthijsvp 2022-05-04 16:49:17 +02:00
parent cd3f54747a
commit 25c318c3b3
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
{
"attributes": {
"BTC_received": {
"description": "Value of received BTC",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 0
},
"BTC_sent": {
"description": "Value of sent BTC",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 0
},
"balance_BTC": {
"description": "Value in BTC at date/time displayed in field 'time'",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 0
},
"time": {
"description": "Date and time of lookup/conversion",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"wallet-address": {
"description": "A Bitcoin wallet address",
"misp-attribute": "btc",
"ui-priority": 0
}
},
"description": "An object to describe ransom negotiations, as seen in ransomware incidents.",
"meta-category": "financial",
"name": "ransom-negotiation",
"requiredOneOf": [
"wallet-address"
],
"uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06",
"version": 1
}