chg: [boleto] JSON fixed

pull/253/head
Alexandre Dulaunoy 2020-05-04 13:19:59 +02:00
parent 68fe7eed05
commit 366a8bb121
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 80 additions and 80 deletions

View File

@ -1,90 +1,90 @@
{
"name": "boleto",
"uuid": "24979ac7-d413-4345-9c8b-69b43a739fd1",
"meta-category": "financial",
"description": "A common form of payment used in Brazil.",
"version": 1,
"attributes": {
"boleto-number": {
"categories": [
"Financial fraud"
],
"misp-attribute": "text",
"ui-priority": 1,
"description": "Boleto code numbers"
},
"generator-financial-institution": {
"misp-attribute": "text",
"disable_correlation": true,
"ui-priority": 1,
"description": "Name of the bank or financial organisation that created the boleto."
},
"febraban-code": {
"misp-attribute": "text",
"disable_correlation": true,
"ui-priority": 0,
"description": "Financial institution code in Brazil that created the boleto."
},
"requester": {
"misp-attribute": "text",
"ui-priority": 1,
"description": "Organisation, service or affiliated person that requested creation of the boleto."
},
"payment-value": {
"to_ids": false,
"categories": [
"Other"
],
"ui-priority": 1,
"disable_correlation": true,
"misp-attribute": "float",
"description": "The payment boleto value in Brazilian Reais"
},
"creation-date": {
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0,
"description": "Date the boleto was created"
},
"payment-due-date": {
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1,
"description": "Boleto payment date"
},
"payment-status": {
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "text",
"values_list": [
"Not Paid",
"Paid"
],
"description": "Inform if boleto was as paid or not"
},
"beneficiary-bank-account": {
"categories": [
"Financial fraud"
],
"misp-attribute": "bank-account-nr",
"ui-priority": 0,
"description": "Recipient bank account number"
},
"beneficiary-bank-agency": {
"categories": [
"Financial fraud"
],
"misp-attribute": "bank-account-nr",
"ui-priority": 0,
"description": "Recipient bank agency number"
},
"beneficiary": {
"description": "Final beneficiary of the boleto.",
"misp-attribute": "text",
"ui-priority": 1
},
"beneficiary-bank-account": {
"categories": [
"Financial fraud"
],
"description": "Recipient bank account number",
"misp-attribute": "bank-account-nr",
"ui-priority": 0
},
"beneficiary-bank-agency": {
"categories": [
"Financial fraud"
],
"description": "Recipient bank agency number",
"misp-attribute": "bank-account-nr",
"ui-priority": 0
},
"boleto-number": {
"categories": [
"Financial fraud"
],
"description": "Boleto code numbers",
"misp-attribute": "text",
"ui-priority": 1
},
"creation-date": {
"description": "Date the boleto was created",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"febraban-code": {
"description": "Financial institution code in Brazil that created the boleto.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"generator-financial-institution": {
"description": "Name of the bank or financial organisation that created the boleto.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"payment-due-date": {
"description": "Boleto payment date",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1
},
"payment-status": {
"description": "Inform if boleto was as paid or not",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0,
"values_list": [
"Not Paid",
"Paid"
]
},
"payment-value": {
"categories": [
"Other"
],
"description": "The payment boleto value in Brazilian Reais",
"disable_correlation": true,
"misp-attribute": "float",
"to_ids": false,
"ui-priority": 1
},
"requester": {
"description": "Organisation, service or affiliated person that requested creation of the boleto.",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "A common form of payment used in Brazil.",
"meta-category": "financial",
"name": "boleto",
"requiredOneOf": [
"boleto-number"
]
}
],
"uuid": "24979ac7-d413-4345-9c8b-69b43a739fd1",
"version": 1
}