Skip to content

Commit 5e36641

Browse files
authored
Merge pull request #137 from dessertlab/publications-conference-1777469465425
Add 3 entries to Conferences
2 parents a88e2f0 + c576329 commit 5e36641

3 files changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@inproceedings{10.1145/3722041.3723097,
2+
author = {Cotroneo, Domenico and Grasso, Francesco C. and Natella, Roberto and Orbinato, Vittorio},
3+
title = {Can Neural Decompilation Assist Vulnerability Prediction on Binary Code?},
4+
year = {2025},
5+
isbn = {9798400715631},
6+
publisher = {Association for Computing Machinery},
7+
address = {New York, NY, USA},
8+
url = {https://doi.org/10.1145/3722041.3723097},
9+
doi = {10.1145/3722041.3723097},
10+
abstract = {Vulnerability prediction is valuable in identifying security issues efficiently, even though it requires the source code of the target software system, which is a restrictive hypothesis. This paper presents an experimental study to predict vulnerabilities in binary code without source code or complex representations of the binary, leveraging the pivotal idea of decompiling the binary file through neural decompilation and predicting vulnerabilities through deep learning on the decompiled source code. The results outperform the state-of-the-art in both neural decompilation and vulnerability prediction, showing that it is possible to identify vulnerable programs with this approach concerning bi-class (vulnerable/non-vulnerable) and multi-class (type of vulnerability) analysis.},
11+
booktitle = {Proceedings of the 18th European Workshop on Systems Security},
12+
pages = {26–32},
13+
numpages = {7},
14+
keywords = {Binary Analysis, Deep Learning, Neural Decompilation, Security, Vulnerability Prediction},
15+
location = {Rotterdam, Netherlands},
16+
series = {EuroSec'25}
17+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@INPROCEEDINGS{Dellapenna2025CTI-HAL,
2+
author={Della Penna, Sofia and Natella, Roberto and Orbinato, Vittorio and Parracino, Lorenzo and Pianese, Luciano},
3+
booktitle={2025 IEEE European Symposium on Security and Privacy Workshops (EuroS&PW)},
4+
title={CTI-HAL: A Human-Annotated Dataset for Cyber Threat Intelligence Analysis},
5+
year={2025},
6+
volume={},
7+
number={},
8+
pages={69-78},
9+
keywords={Performance evaluation;Accuracy;Large language models;Natural languages;Blogs;Organizations;Cyber threat intelligence;Reliability;Data mining;Computer security;Cyber Threat Intelligence;MITRE ATT&CK;Advanced Persistent Threats;Large Language Models;Cybersecurity},
10+
doi={10.1109/EuroSPW67616.2025.00014}}

bib/conference/cti-hal.bib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@inproceedings{cti-hal,
2+
author={Della Penna, Sofia and Natella, Roberto and Orbinato, Vittorio and Parracino, Lorenzo and Pianese, Luciano},
3+
booktitle={2025 IEEE European Symposium on Security and Privacy Workshops (EuroS&PW)},
4+
title={CTI-HAL: A Human-Annotated Dataset for Cyber Threat Intelligence Analysis},
5+
year={2025},
6+
volume={},
7+
number={},
8+
pages={69-78},
9+
keywords={Performance evaluation;Accuracy;Large language models;Natural languages;Blogs;Organizations;Cyber threat intelligence;Reliability;Data mining;Computer security;Cyber Threat Intelligence;MITRE ATT&CK;Advanced Persistent Threats;Large Language Models;Cybersecurity},
10+
doi={10.1109/EuroSPW67616.2025.00014}}

0 commit comments

Comments
 (0)