mirror of https://github.com/MISP/misp-objects
Merge pull request #80 from chrisr3d/transaction_test
Attributes describing "t_to" and "t_from" fields of a transactionpull/81/head
commit
1c205ef945
|
@ -56,6 +56,56 @@
|
|||
"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",
|
||||
"disable_correlation": true,
|
||||
"sane_default": [
|
||||
"A Deposit",
|
||||
"C Currency exchange",
|
||||
"D Casino chips",
|
||||
"E Bank draft",
|
||||
"F Money order",
|
||||
"G Traveler’s cheques",
|
||||
"H Life insurance policy",
|
||||
"I Real estate",
|
||||
"J Securities",
|
||||
"K Cash",
|
||||
"O Other",
|
||||
"P Cheque"
|
||||
]
|
||||
},
|
||||
"to-funds-code": {
|
||||
"description": "Type of funds used to finalize a transaction.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true,
|
||||
"sane_default": [
|
||||
"A Deposit",
|
||||
"C Currency exchange",
|
||||
"D Casino chips",
|
||||
"E Bank draft",
|
||||
"F Money order",
|
||||
"G Traveler’s cheques",
|
||||
"H Life insurance policy",
|
||||
"I Real estate",
|
||||
"J Securities",
|
||||
"K Cash",
|
||||
"O Other",
|
||||
"P Cheque"
|
||||
]
|
||||
},
|
||||
"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