mirror of https://github.com/MISP/misp-objects
Added attributes to describe some origin and target fields of a transaction
parent
594bf5dcc0
commit
0367068f92
|
@ -56,6 +56,26 @@
|
|||
"description": "Date of posting, if different from date of transaction.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "datetime"
|
||||
},
|
||||
"from-funds-code": {
|
||||
"description": "Type of funds used to initiate a transaction.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"to-funds-code": {
|
||||
"description": "Type of funds used to finalize a transaction.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"from-country": {
|
||||
"description": "Origin country of a transaction.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"to-country": {
|
||||
"description": "Target country of a transaction.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
|
|
Loading…
Reference in New Issue