mirror of https://github.com/MISP/misp-objects
commit
06f7a0c75a
|
@ -9,12 +9,18 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"institution-code": {
|
"institution-name": {
|
||||||
"description": "Name of the bank or financial organisation.",
|
"description": "Name of the bank or financial organisation.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
"institution-code": {
|
||||||
|
"description": "Institution code of the bank.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
"swift": {
|
"swift": {
|
||||||
"description": "SWIFT or BIC as defined in ISO 9362.",
|
"description": "SWIFT or BIC as defined in ISO 9362.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -58,7 +64,7 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "iban"
|
"misp-attribute": "iban"
|
||||||
},
|
},
|
||||||
"client-_number": {
|
"client-number": {
|
||||||
"description": "Client number as seen by the bank.",
|
"description": "Client number as seen by the bank.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
|
|
Loading…
Reference in New Issue