-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtec.html
More file actions
278 lines (211 loc) · 11.7 KB
/
Copy pathtec.html
File metadata and controls
278 lines (211 loc) · 11.7 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Malware DataLab</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="css/Style.css">
<link rel="stylesheet" href="css/style.main.screen.css">
<link rel="stylesheet" href="css/modal.css">
</head>
<body>
<div id="navbar"></div>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" style="background-color: rgba(0,0,0,0.88); position: relative;">
<div class="carousel-item active">
<div style="width: 100%; display: flex; justify-content: center; align-items: center;">
<img src="img/front/c14.png" style="width: 100%; object-fit: cover; filter: brightness(0.60);" class="d-block" alt="...">
</div>
<div style="position: absolute; top: 50%; right: 10%; transform: translateY(-50%);">
<h1 style="font-size: 4vw; color: white; margin-right: 10px;">Maturidade Tecnológica</h1>
</div>
</div>
</div>
</div>
<div class="row bright-content">
<div class="container mt-4 " >
<br>
<br>
<br>
<h2 class="text-center section-title mb-5">Investigação sobre dados sintéticos</h2>
<hr style="border-color: #212121">
<div class="container mt-14" style="display: flex; justify-content: center; align-items: center;">
<div class="row">
<div class="col-md-6 mb-12 d-flex justify-content-center">
<div class="card" style="max-width: 100%; max-height: 100%; display: flex; justify-content: center;">
<div class="card-body">
<div class="carousel slide" data-ride="carousel" id="carouselExampleIndicators8">
<div class="carousel-inner" style="background-color: rgba(255,255,255,0); ">
<div class="carousel-item active">
<img alt="Slide 1" class="d-block w-100" src="img/resultados_1.PNG">
</div>
<div class="carousel-item">
<img alt="Slide 2" class="d-block w-100" src="img/resultados_2.png">
</div>
<div class="carousel-item">
<img alt="Slide 3" class="d-block w-100" src="img/resultados_3.png">
</div>
<div class="carousel-item">
<img alt="Slide 4" class="d-block w-100" src="img/resultados_4.png">
</div>
</div>
<a class="carousel-control-prev" data-slide="prev" href="#carouselExampleIndicators8" role="button">
<span class="carousel-control-prev-icon" style="filter: invert(50%); background-color: rgba(255,255,255,0); color: #1e1e1e"></span>
</a>
<a class="carousel-control-next" data-slide="next" href="#carouselExampleIndicators8" role="button">
<span class="carousel-control-next-icon" style="filter: invert(50%); background-color: rgba(255,255,255,0); color: #1e1e1e"></span>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 align-self-center d-flex flex-column justify-content-between">
<p class="text-center section-body-bright" >
Nossos resultados mostram que os dados sintéticos são fiéis aos reais e eficazes para uso em classificadores, sendo úteis tanto na classificação quanto na detecção de malware.
</p>
<p class="text-center section-body-bright" >
Os dados sintéticos também podem identificar variantes mutantes de malware, graças à sua maior capacidade de generalização em relação aos dados reais. Isso ajuda a mitigar ataques de "day zero", oferecendo uma defesa mais proativa contra novas ameaças de malware Android.
</p>
</div>
</div>
</div>
<br>
<br>
<br>
</div>
</div>
<div class="row dark-content ">
<div class="container mt-4 ">
<br>
<br>
<br>
<h2 class="text-center section-title mb-5">MalsynGen</h2>
<hr style="border-color: #212121">
<div class="container mt-14" style="display: flex; justify-content: center; align-items: center;">
<div class="row">
<div class="col-md-6 align-self-center d-flex flex-column justify-content-between">
<p class="text-center section-body-bright" >Ferramenta cGAN de aumento de dados tabulares sintéticos no contexto Malware Android, que utiliza uma avaliação cruzada com dois conjuntos de classificadores: <br> (i) Treinado com real, avaliando sintético (TR-As) <br> (ii) Treinado com sintético avaliando real (TS-Ar)
</p>
</div>
<div class="col-md-6 mb-12 d-flex justify-content-center">
<div class="card" style="max-width: 100%; max-height: 100%; display: flex; justify-content: center;">
<img alt="..." class="card-img-top" src="img/MalsynGen.png" style="width: 100%; height: auto; max-width: 100%; max-height: 100%;">
</div>
</div>
</div>
</div>
<br>
<br>
<br>
</div>
</div>
<div class="row bright-content ">
<br>
<br>
<br>
<div class="container mt-4">
<h2 class="text-center section-title mb-5">Cloud AutoDroid</h2>
<hr style="border-color: #212121">
<div class="container mt-14" style="display: flex; justify-content: center; align-items: center;">
<div class="row">
<div class="col-md-6 mb-12 d-flex justify-content-center">
<div class="card" style="max-width: 100%; max-height: 100%; display: flex; justify-content: center;">
<img alt="..." class="card-img-top" src="img/arquitetura.png" style="width: 100%; height: auto; max-width: 100%; max-height: 100%;">
</div>
</div>
<div class="col-md-6 align-self-center d-flex flex-column justify-content-between">
<p class="text-center section-body-bright"> Sistema de backend flexível e escalável para atender diversas classes de demandas e modelos de negócio.
</p>
</div>
</div>
</div>
<br>
<br>
<br>
</div>
</div>
<div class="dark-content">
<br>
<br>
<br>
<div class="container mt-4">
<h2 class="text-center section-title mb-5">Publicações</h2>
<hr style="border-color: #212121">
<div class="col-md-12 align-self-center d-flex flex-column justify-content-between">
<p style="color: inherit; font-size: inherit; font-family: inherit;">
NOGUEIRA, Angelo Gaspar Diniz; PAIM, Kayua Oleques; BRAGANÇA, Hendrio; MANSILHA, Rodrigo; KREUTZ, Diego.
Geração de dados sintéticos tabulares para detecção de malware Android: um estudo de caso. In:
SIMPÓSIO BRASILEIRO DE SEGURANÇA DA INFORMAÇÃO E DE SISTEMAS COMPUTACIONAIS (SBSEG), 24. , 2024,
São José dos Campos/SP. Anais [...]. Porto Alegre: Sociedade Brasileira de Computação, 2024 . p. 808-814.
DOI: <a href="https://doi.org/10.5753/sbseg.2024.241731" target="_blank">https://doi.org/10.5753/sbseg.2024.241731</a>.
</p>
<p style="color: inherit; font-size: inherit; font-family: inherit;">
NOGUEIRA, Angelo Gaspar Diniz; PAIM, Kayua Oleques; BRAGANÇA, Hendrio; MANSILHA, Rodrigo; KREUTZ, Diego.
MalSynGen: redes neurais artificiais na geração de dados tabulares sintéticos para detecção de malware. In:
SALÃO DE FERRAMENTAS - SIMPÓSIO BRASILEIRO DE SEGURANÇA DA INFORMAÇÃO E DE SISTEMAS COMPUTACIONAIS (SBSEG), 24. , 2024,
São José dos Campos/SP. Anais [...]. Porto Alegre: Sociedade Brasileira de Computação, 2024 . p. 129-136.
DOI: <a href="https://doi.org/10.5753/sbseg_estendido.2024.243359" target="_blank">https://doi.org/10.5753/sbseg_estendido.2024.243359</a>.
</p>
<p style="color: inherit; font-size: inherit; font-family: inherit;">
DinD-Bench: Impacto de Contêineres Docker em Docker para a Programação Paralela<br>
Claudio Schepke, Felipe Bedinotto Fava, Diego Luis Kreutz<br>
DOI: <a href="https://doi.org/10.5753/sbc.13779.0.3" target="_blank">https://doi.org/10.5753/sbc.13779.0.3</a>
</p>
<p style="color: inherit; font-size: inherit; font-family: inherit;">
LAVIOLA, Luiz Felipe; PAIM, Kayuã Oleques; KREUTZ, Diego; MANSILHA, Rodrigo Brandão.
AutoDroid: disponibilizando a ferramenta DroidAugmentor como serviço. In:
ESCOLA REGIONAL DE REDES DE COMPUTADORES (ERRC), 20. , 2023, Porto Alegre/RS. Anais [...].
Porto Alegre: Sociedade Brasileira de Computação, 2023 . p. 145-150.
DOI: <a href="https://doi.org/10.5753/errc.2023.929" target="_blank">https://doi.org/10.5753/errc.2023.929</a>.
</p>
<p style="color: inherit; font-size: inherit; font-family: inherit;">
CASOLA, Karina; PAIM, Kayuã Oleques; MANSILHA, Rodrigo Brandão; KREUTZ, Diego.
DroidAugmentor: uma ferramenta de treinamento e avaliação de cGANs para geração de dados sintéticos. In:
SALÃO DE FERRAMENTAS - SIMPÓSIO BRASILEIRO DE SEGURANÇA DA INFORMAÇÃO E DE SISTEMAS COMPUTACIONAIS (SBSEG), 23. , 2023,
Juiz de Fora/MG. Anais [...]. Porto Alegre: Sociedade Brasileira de Computação, 2023 . p. 57-64.
DOI: <a href="https://doi.org/10.5753/sbseg_estendido.2023.235793" target="_blank">https://doi.org/10.5753/sbseg_estendido.2023.235793</a>.
</p>
<p style="color: inherit; font-size: inherit; font-family: inherit;">
F. B. Fava et al., "Assessing the Performance of Docker in Docker Containers for Microservice-Based Architectures,"
2024 32nd Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP), Dublin, Ireland,
2024, pp. 137-142, DOI: <a href="https://doi.org/10.1109/PDP62718.2024.00026" target="_blank">10.1109/PDP62718.2024.00026</a>.
</p>
</div>
</div>
</div>
<div id="footer"></div>
<!-- Script para carregar navbar e rodapé -->
<script>
// Carrega a navbar
fetch('navbar.html')
.then(response => response.text())
.then(data => document.getElementById('navbar').innerHTML = data);
// Carrega o rodapé
fetch('footer.html')
.then(response => response.text())
.then(data => document.getElementById('footer').innerHTML = data);
</script>
<style>
/* Make the previous and next carousel control icons dark */
.carousel-control-prev-icon,
.carousel-control-next-icon {
background-color: rgba(0, 0, 0, 0.8); /* Dark color with slight transparency */
background-size: 100%, 100%;
border-radius: 50%; /* Optional: make them circular */
}
/* Optional: add a hover effect */
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
background-color: rgba(0, 0, 0, 1); /* Darker on hover */
}
</style>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="js/MainScreen.js"></script>
<script src="js/Modal.js"></script>
</body>
</html>