Merge pull request #185 from ater49/master

Adding IIN and bank_name in objects
pull/187/head
Alexandre Dulaunoy 2019-06-18 23:56:13 +02:00 committed by GitHub
commit 2b3dafc8a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -3,6 +3,16 @@
"cc-number"
],
"attributes": {
"iin": {
"description": "International Issuer Number (First eight digits of the credit card number",
"ui-priority": 0,
"misp-attribute": "text"
},
"bank_name": {
"description": "Name of the bank which have issued the card",
"ui-priority": 0,
"misp-attribute": "text"
},
"version": {
"description": "Version of the card.",
"ui-priority": 0,
@ -39,7 +49,7 @@
"misp-attribute": "cc-number"
}
},
"version": 2,
"version": 3,
"description": "A payment card like credit card, debit card or any similar cards which can be used for financial transactions.",
"meta-category": "financial",
"uuid": "2b9c57aa-daba-4330-a738-56f18743b0c7",