mirror of https://github.com/MISP/misp-objects
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"attributes": {
|
|
"btc-address": {
|
|
"description": "A Bitcoin transactional address",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "btc",
|
|
"ui-priority": 0
|
|
},
|
|
"time": {
|
|
"description": "Date and time of transaction",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "datetime",
|
|
"ui-priority": 0
|
|
},
|
|
"transaction-number": {
|
|
"description": "A Bitcoin transaction number in a sequence of transactions",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"multiple": true,
|
|
"ui-priority": 0
|
|
},
|
|
"value_BTC": {
|
|
"description": "Value in BTC at date/time displayed in field 'time'",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "float",
|
|
"ui-priority": 0
|
|
},
|
|
"value_EUR": {
|
|
"description": "Value in EUR with conversion rate as of date/time displayed in field 'time'",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "float",
|
|
"ui-priority": 0
|
|
},
|
|
"value_USD": {
|
|
"description": "Value in USD with conversion rate as of date/time displayed in field 'time'",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "float",
|
|
"ui-priority": 0
|
|
}
|
|
},
|
|
"description": "An object to describe a Bitcoin transaction. Best to be used with bitcoin-wallet.",
|
|
"meta-category": "financial",
|
|
"name": "btc-transaction",
|
|
"requiredOneOf": [
|
|
"transaction-number",
|
|
"time",
|
|
"value_BTC"
|
|
],
|
|
"uuid": "B7341729-5A8A-439F-A775-6D814DA3C7B5",
|
|
"version": 4
|
|
} |