From a5c0c4e19217bc6346b038b1747afe113fa822cb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 21 Sep 2017 15:35:05 +0200 Subject: [PATCH] Fixing typo in the credit-card object --- objects/credit-card/definition.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/objects/credit-card/definition.json b/objects/credit-card/definition.json index 96e528b..0be416f 100644 --- a/objects/credit-card/definition.json +++ b/objects/credit-card/definition.json @@ -4,9 +4,9 @@ ], "attributes": { "version": { - "description": "yabin.py and regex.txt version used for the generation of the yara rules.", + "description": "Version of the card.", "ui-priority": 0, - "misp-attribute": "comment" + "misp-attribute": "text" }, "comment": { "description": "A description of the card.", @@ -14,7 +14,7 @@ "misp-attribute": "comment" }, "card-security-code": { - "description": "Card security code as embossed or printed on the card.", + "description": "Card security code (CSC, CVD, CVV, CVC and SPC) as embossed or printed on the card.", "ui-priority": 0, "misp-attribute": "text" }, @@ -39,7 +39,7 @@ "misp-attribute": "cc-number" } }, - "version": 1, + "version": 2, "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",