-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (172 loc) · 9.32 KB
/
index.html
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
<!doctype html>
<html lang="en">
<!-- Head -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="My name is Gabriele Digregorio, also known as Io_no. I'm a PhD student and an active CTF player in the Tower of Hanoi and mhackeroni teams.">
<title>Gabriele Digregorio</title>
<link rel="icon" type="image/x-icon" href="static/favicon/favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="style.css?v=1.0">
</head>
<!-- Body -->
<body>
<!-- Fixed Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-transparent-blur fixed-top">
<div class="container-fluid">
<!-- Toggler for mobile view -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarPersistent" aria-controls="navbarPersistent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar Links -->
<div class="collapse navbar-collapse justify-content-center" id="navbarPersistent">
<ul class="navbar-nav mb-2 mb-lg-0">
<li class="nav-item">
<a class="link nav-link custom-nav-link" aria-current="page" href="#01">Contact</a>
</li>
<li class="nav-item">
<a class="link nav-link custom-nav-link" href="#02">CTFs</a>
</li>
<li class="nav-item">
<a class="link nav-link custom-nav-link" href="#03">libdebug</a>
</li>
<li class="nav-item">
<a class="link nav-link custom-nav-link" href="#04">Publications</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container p-3">
</div>
<!-- Landscape Card -->
<div class="container p-5">
<div class="d-flex flex-column flex-md-row align-items-center">
<div class="col-md-1 mb-4 mb-md-0 social-icons">
<div class="row-md-2"> </div>
<div class="row-md-8">
<a href="https://www.linkedin.com/in/io-no/"><i class="bi bi-linkedin"></i></a>
<a href="https://twitter.com/Io_no__"><i class="bi bi-twitter"></i></a>
<a href="https://github.com/io-no"><i class="bi bi-github"></i></a>
</div>
<div class="row-md-2"> </div>
</div>
<div class="col-md-3 mb-4 mb-md-0">
<img src="static/images/io_no.png" alt="Profile Picture" class="img-fluid rounded-circle white-shadow">
</div>
<div class="col-md-1"></div>
<div class="col-md-7">
<div class="name_surname">
<h1 class="display-2">Gabriele</h1>
<h1 class="display-2">Digregorio</h1>
<h1 class="display-4">also known as <mark><b>Io_no</b></mark></h2>
</div>
<div class="name_surname">
<h5 class="description">I'm a Computer Engineer with a deep interest in cybersecurity and a PhD candidate at Politecnico di Milano. I actively play with the <mark>Tower of Hanoi</mark> and <mark>mhackeroni</mark> CTF teams, engaging in activities such as exploiting and reversing binaries, as well as evaluating the security of machine learning and deep learning systems. I am also a maintainer of the <mark>libdebug</mark> project.</h5>
</div>
</div>
</div>
</div>
<!-- Contact Card -->
<div class="container p-5" id="01">
<h1 class="display-2 title">Contact</h2>
<div class="d-flex justify-content-center">
<ul class="ul_contents">
<li class="li_contact">
<div class="row">
<div class="col-md-2 no-margin my-auto"><i class="bi bi-envelope-fill"></i></div>
<div class="col-md-10 my-auto">
<div class="display-5 contact-text" style="color:#DDE6ED"> gabriele.digregorio[at]polimi.it </div>
</div>
</div>
</li>
<li class="li_contact">
<div class="row">
<div class="col-md-2 no-margin my-auto"><i class="bi bi-geo-alt-fill"></i></div>
<div class="col-md-10 my-auto">
<div class="display-5 contact-text" style="color:#DDE6ED"> NECSTLab, Politecnico di Milano </div>
</div>
</div>
</li>
</ul>
</div>
</div>
<!-- libdebug Card -->
<div class="container p-5" id="02">
<h1 class="display-2 title">CTFs</h1>
<div class="row align-items-center p-4">
<div class="col-8 offset-2 col-md-2">
<img src="static/images/mhackeroni.png" alt="libdebug logo" class="img-fluid">
</div>
<div class="col-12 col-md-7">
<p class="text-center">
<a href="https://toh.necst.it/" class="link card_link" target="_blank">
<text>
Member of mhackeroni since 2022.
<br>
<b>Winner of Hack-A-Sat 4</b>, the world's first CTF in space by the Air Force Research Laboratory.
<br>
Participated in both the <b>DEF CON 32 Finals</b> and <b>DEF CON 33 Finals</b>.
</text>
</a>
</p>
</div>
</div>
<div class="row align-items-center p-4">
<div class="col-8 offset-2 col-md-2">
<img src="static/images/tower_nocerchio_bianco.png" alt="libdebug logo" class="img-fluid">
</div>
<div class="col-12 col-md-7">
<p class="text-center">
<a href="https://toh.necst.it/" class="link card_link" target="_blank">
Member of Tower of Hanoi since 2021.
<br>
Team treasurer since 2024.
</a>
</p>
</div>
</div>
</div>
<!-- libdebug Card -->
<div class="container p-5" id="03">
<h1 class="display-2 title">libdebug</h1>
<div class="row align-items-center p-4">
<div class="col-8 offset-2 col-md-2">
<img src="static/images/libdebug_logo_round.png" alt="libdebug logo" class="img-fluid">
</div>
<div class="col-12 col-md-7">
<p class="text-center">
<a href="https://libdebug.org/" class="link card_link" target="_blank">
Maintainer of libdebug, an open-source Python library to debug binary executables, your own way.
</a>
</p>
</div>
</div>
</div>
<!-- Publications Card -->
<div class="container p-5" id="04">
<h1 class="display-2 title">Publications</h1>
<a href="https://dl.acm.org/doi/pdf/10.1145/3658644.3691391" class="link card_link" target="_blank">
<text> <b>G. Digregorio</b>, R. A. Bertolini, F. Panebianco, and M. Polino <i>“Poster: Libdebug, build your own debugger for a better (hello) world,”</i> in Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security, ser. CCS '24, Salt Lake City, UT, USA: Association for Computing Machinery, 2024, pp. 4976-4978, isbn: 9798400706363.</text>
</a>
<a href="https://re.public.polimi.it/retrieve/b288d77b-15a0-456a-90e8-2dd41d5f81e9/Tarallo_DIMVA.pdf" class="link card_link" target="_blank">
<text> <b>G. Digregorio</b>, S. Maccarrone, M. D'Onghia, et al., <i>“Tarallo: Evading behavioral malware detectors in the problem space,”</i> in International Conference on Detection of Intrusions and Malware, and Vulnerability Assessment, Springer, 2024, pp. 128-149.</text>
</a>
<a href="https://re.public.polimi.it/bitstream/11311/1274082/1/Federated_Intrusion_Detection_for_CAN___final.pdf" class="link card_link" target="_blank">
<text> <b>G. Digregorio</b>, E. Cainazzo, S. Longari, M. Carminati, and S. Zanero, <i>“Evaluating the impact of privacy-preserving federated learning on can intrusion detection,”</i> in 2024 IEEE 99th Vehicular Technology Conference (VTC2024-Spring), IEEE, 2024, pp. 1-7.</text>
</a>
</div>
<!-- CV -->
<div class="floating-cv">
<a href="static/doc/Gabriele_Digregorio_CV.pdf" class="btn btn-primary" target="_blank">CV</a>
</div>
</body>
<footer>
<div class="text-center display-2 rights p-4">
© Copyright <script>document.write(new Date().getFullYear())</script> by Io_no
</div>
</footer>
</html>