-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
90 lines (90 loc) · 2.43 KB
/
definition.json
File metadata and controls
90 lines (90 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"attributes": {
"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
}