mirror of https://github.com/MISP/misp-objects
Adding IIN and bank_name
parent
b4810ec0a5
commit
e2f12cebd6
|
@ -3,6 +3,16 @@
|
||||||
"cc-number"
|
"cc-number"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"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": {
|
"version": {
|
||||||
"description": "Version of the card.",
|
"description": "Version of the card.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
@ -39,7 +49,7 @@
|
||||||
"misp-attribute": "cc-number"
|
"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.",
|
"description": "A payment card like credit card, debit card or any similar cards which can be used for financial transactions.",
|
||||||
"meta-category": "financial",
|
"meta-category": "financial",
|
||||||
"uuid": "2b9c57aa-daba-4330-a738-56f18743b0c7",
|
"uuid": "2b9c57aa-daba-4330-a738-56f18743b0c7",
|
||||||
|
|
Loading…
Reference in New Issue