mirror of https://github.com/MISP/misp-objects
commit
1459302dd1
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"wallet-address",
|
"transaction-number",
|
||||||
"value_BTC",
|
"time",
|
||||||
"time"
|
"value_BTC"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"transaction-number": {
|
"transaction-number": {
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
"misp-attribute": "btc"
|
"misp-attribute": "btc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "An object to describe a Bitcoin transaction. Best to be used with bitcoin-wallet.",
|
"description": "An object to describe a Bitcoin transaction. Best to be used with bitcoin-wallet.",
|
||||||
"meta-category": "financial",
|
"meta-category": "financial",
|
||||||
"uuid": "B7341729-5A8A-439F-A775-6D814DA3C7B5",
|
"uuid": "B7341729-5A8A-439F-A775-6D814DA3C7B5",
|
||||||
|
|
Loading…
Reference in New Issue