forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
171 lines (171 loc) · 5.11 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"attributes": {
"aba-rtn": {
"description": " ABA routing transit number",
"misp-attribute": "aba-rtn",
"ui-priority": 0
},
"account": {
"description": "Account number",
"misp-attribute": "bank-account-nr",
"ui-priority": 0
},
"account-name": {
"description": "A field to freely describe the bank account details.",
"misp-attribute": "text",
"ui-priority": 0
},
"balance": {
"description": "The balance of the account after the suspicious transaction was processed.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"beneficiary": {
"description": "Final beneficiary of the bank account.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"beneficiary-comment": {
"description": "Comment about the final beneficiary.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"branch": {
"description": "Branch code or name",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"client-number": {
"description": "Client number as seen by the bank.",
"misp-attribute": "text",
"ui-priority": 0
},
"closed": {
"description": "When the account was closed.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"comments": {
"description": "Comments about the bank account.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"currency-code": {
"description": "Currency of the account.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"USD",
"EUR"
],
"ui-priority": 0
},
"date-balance": {
"description": "When the balance was reported.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"iban": {
"description": "IBAN of the bank account.",
"misp-attribute": "iban",
"ui-priority": 0
},
"institution-code": {
"description": "Institution code of the bank.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"institution-name": {
"description": "Name of the bank or financial organisation.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"non-banking-institution": {
"description": "A flag to define if this account belong to a non-banking organisation. If set to true, it's a non-banking organisation.",
"disable_correlation": true,
"misp-attribute": "boolean",
"ui-priority": 0
},
"opened": {
"description": "When the account was opened.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"personal-account-type": {
"description": "Account type.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"A - Business",
"B - Personal Current",
"C - Savings",
"D - Trust Account",
"E - Trading Account",
"O - Other"
],
"ui-priority": 0
},
"report-code": {
"description": "Report code of the bank account.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"CTR Cash Transaction Report",
"STR Suspicious Transaction Report",
"EFT Electronic Funds Transfer",
"IFT International Funds Transfer",
"TFR Terror Financing Report",
"BCR Border Cash Report",
"UTR Unusual Transaction Report",
"AIF Additional Information File – Can be used for example to get full disclosure of transactions of an account for a period of time without reporting it as a CTR.",
"IRI Incoming Request for Information – International",
"ORI Outgoing Request for Information – International",
"IRD Incoming Request for Information – Domestic",
"ORD Outgoing Request for Information – Domestic"
],
"ui-priority": 0
},
"status-code": {
"description": "Account status at the time of the transaction processed.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"A - Active",
"B - Inactive",
"C - Dormant"
],
"ui-priority": 0
},
"swift": {
"description": "SWIFT or BIC as defined in ISO 9362.",
"disable_correlation": true,
"misp-attribute": "bic",
"ui-priority": 0
},
"text": {
"description": "A description of the bank account.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "An object describing bank account information based on account description from goAML 4.0.",
"meta-category": "financial",
"name": "bank-account",
"requiredOneOf": [
"account",
"iban"
],
"uuid": "b4712203-95a8-4883-80e9-b566f5df11c9",
"version": 2
}