add: first version of the credit-card object

pull/26/merge
Alexandre Dulaunoy 2017-09-13 21:18:16 +02:00
parent 0e409294c0
commit bc27dc6d42
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,47 @@
{
"requiredOneOf": [
"cc-number"
],
"attributes": {
"version": {
"description": "yabin.py and regex.txt version used for the generation of the yara rules.",
"ui-priority": 0,
"misp-attribute": "comment"
},
"comment": {
"description": "A description of the card.",
"ui-priority": 0,
"misp-attribute": "comment"
},
"card-security-code": {
"description": "Card security code as embossed or printed on the card.",
"ui-priority": 0,
"misp-attribute": "text"
},
"name": {
"description": "Name of the card owner.",
"ui-priority": 0,
"misp-attribute": "text"
},
"issued": {
"description": "Initial date of validity or issued date.",
"ui-priority": 0,
"misp-attribute": "datetime"
},
"expiration": {
"description": "Maximum date of validity",
"ui-priority": 0,
"misp-attribute": "datetime"
},
"cc-number": {
"description": "credit-card number as encoded on the card.",
"ui-priority": 0,
"misp-attribute": "cc-number"
}
},
"version": 1,
"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",
"name": "credit-card"
}