Skip to content

Latest commit

 

History

History
216 lines (185 loc) · 7.75 KB

index.md

File metadata and controls

216 lines (185 loc) · 7.75 KB
layout title home subtitle
default
Research work on malware analyis
true
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/pcooksey/[email protected]/src/bibtex_js.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js" integrity="sha512-Y2IiVZeaBwXG1wSV7f13plqlmFOx8MdjuHyYFVoYzhyRr3nH/NMDjTBSswijzADdNzMyWNetbLMfOpIPl6Cv9g==" crossorigin="anonymous"></script> <style> #project_title { font-size: 2em; } #project_subtitle { font-size: 1.5em; }

#main_content_wrap > section { max-width: 1090px; }

.card-container { display: flex; align-items: flex-start; flex-wrap: wrap; } @media (max-width: 600px) { .card-container { flex-direction: column; } .card { width: 100% !important; margin: 8px 0px !important; } }

.card { position: relative; width: 250px; margin: 8px; }

.card img { box-shadow: none; margin: 0; }

.card .card-title { font-weight: bold; }

.card-highlight { position: absolute; top: -5px; right: -5px; }

.card-highlight > span { background: #9c9cf3; color: white; padding: 5px 10px; border-radius: 5px; }

</style>
Card image cap
Validating static call graph-based malware signatures using community detection methods

ESANN, 2021

View Paper
Card image cap
Malware classification based on graph convolutional neural networks and static call graph features

IEA/AIE, 2022

View Paper
Card image cap
Malware analysis and static call graph generation with Radare2

Studia Universitatis Informatica, 2023

<a href="papers/2022_studia" class="btn btn-primary">View</a>
<a href="https://www.cs.ubbcluj.ro/~studia-i/journal/journal/article/view/85/85" target="blank"><i class="bi bi-paperclip"></i>Paper</a>
<a href="https://www.kaggle.com/competitions/malware-detection/data" target="_blank" class="btn">
    <i class="bi bi-file-earmark-fill"></i>
    Kaggle dataset
</a>
Card image cap Card image cap
Card image cap Card image cap
Towards a malware family classification model using static call graph instruction visualization

NSS, 2024

Latest work

View Paper

Other

Card image cap
Network Analysis Based on Important Node Selection and Community Detection

MDPI Mathematics, 2021

Paper
Card image cap
IT Days 2022
Speaker