forked from kpatsakis/kpatsakis.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
107 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,22 @@ | |
<link href="css/academicons.min.css" type="text/css" rel="stylesheet" /> | ||
<!--[if IE]><style type="text/css">.pie {behavior:url(PIE.htc);}</style><![endif]--> | ||
|
||
<script type="text/javascript" src="js/jquery.1.8.3.min.js"></script> | ||
<script type="text/javascript" src="js/bootstrap.js"></script> | ||
<script type="text/javascript" src="js/jquery-scrolltofixed.js"></script> | ||
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script> | ||
<script type="text/javascript" src="js/jquery.isotope.js"></script> | ||
<script type="text/javascript" src="js/wow.js"></script> | ||
<script type="text/javascript" src="js/classie.js"></script> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
<!-- https://www.jsdelivr.com/ --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script> | ||
<!-- https://cdnjs.com/libraries/ScrollToFixed --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollToFixed/1.0.8/jquery-scrolltofixed-min.js" integrity="sha512-ohXbv1eFvjIHMXG/jY057oHdBZ/jhthP1U3jES/nYyFdc9g6xBpjDjKIacGoPG6hY//xVQeqpWx8tNjexXWdqA==" crossorigin="anonymous"></script> | ||
<!-- https://www.jsdelivr.com/package/npm/jquery.easing --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script> | ||
|
||
<!-- https://cdnjs.com/libraries/jquery.isotope --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.js" integrity="sha512-E/yP5UiPXb6VelX+dFLuUD+1IZw/Kz7tMncFTYbtoNSCdRZPFoGN3jZ2p27VUxHEkhbPiLuZhZpVEXxk9wAHCQ==" crossorigin="anonymous"></script> | ||
<!-- https://cdnjs.com/libraries/wow --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js" integrity="sha512-Eak/29OTpb36LLo2r47IpVzPBLXnAMPAVypbSZiZ4Qkf8p/7S/XRG5xp7OKWPPYfJT6metI+IORkR5G8F900+g==" crossorigin="anonymous"></script> | ||
|
||
<!-- https://cdnjs.com/libraries/classie --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/classie/1.0.1/classie.min.js" integrity="sha512-sOMf7h9Uvkeku+gv6cIDNhpgvcunE9pAf3A/ezNcRG7//ZZv7nDm6ut69qAXTIU5J9JTbZ+PfrwqstYrq2ZnQQ==" crossorigin="anonymous"></script> | ||
|
||
<script type="text/javascript" src="js/bib-list-min.js"></script> | ||
|
||
<!-- ======================================================= | ||
|
@@ -137,7 +146,7 @@ <h2>Latest news</h2> | |
</div> | ||
<div class="featured-box-col2 wow fadeInRight delay-04s"> | ||
<h3>IPStorm Tracker</h3> | ||
<p>IPFS is currently plagued by IPStorm malware, a botnet which is exploits IPFS for communication of the nodes and sending commands to the infected devices. <a href="ipstorm/ipstrorm_tracker.html">This webpage</a> offers a daily | ||
<p>IPFS is currently plagued by IPStorm malware, a botnet which is exploits IPFS for communication of the nodes and sending commands to the infected devices. <a href="ipstorm/ipstorm_tracker.html">This webpage</a> offers a daily | ||
tracker of the botnet with data collected directly collected from IPFS.</p> | ||
</div> | ||
<div class="featured-box"> | ||
|
@@ -157,8 +166,9 @@ <h3>Journal of Information Security and Applications</h3> | |
</div> | ||
<div class="featured-box-col2 wow fadeInRight delay-02s"> | ||
<h3>Computers and Security, Elsevier</h3> | ||
<p> The following work has been accepted for publication: | ||
<br>Theodoros Apostolopoulos, Vasilios Katos, Kim-Kwang Raymond Choo, Constantinos Patsakis: Resurrecting anti-virtualization and anti-debugging: Unhooking your hooks. Future Generation Computer Systems</p> | ||
<p> The following work has been accepted for publication: | ||
<br>Theodoros Apostolopoulos, Vasilios Katos, Kim-Kwang Raymond Choo, Constantinos Patsakis: Resurrecting anti-virtualization and anti-debugging: Unhooking your hooks. Future Generation Computer Systems | ||
</p> | ||
</div> | ||
</div> | ||
<div class="featured-box"> | ||
|
@@ -172,11 +182,6 @@ <h3>Analysing the fall 2020 Emotet campaign</h3> | |
this <a href="files/emotet_analysis.pdf">link</a> to read it. The corrsponding IoCs are also provided for <a href="files/emotet_ioc_docs.txt">documents</a> and <a href="files/emotet_ioc_c2.txt">C2 servers</a>.</p> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
|
@@ -357,7 +362,42 @@ <h3>TACTICS</h3> | |
<p>FP7</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<h2>Datasets</h2> | ||
<h6>A list of publicly available datasets from my research.</h6> | ||
<div class="featured-box"> | ||
<div class="featured-box-col1 wow fadeInRight delay-04s"> | ||
<i class="fa-database"></i> | ||
</div> | ||
<div class="featured-box-col2 wow fadeInRight delay-04s"> | ||
<h3>Social Live Streaming Service Grooming dataset</h3> | ||
<p>A large-scale dataset of the messages exchanged publicly by the streamers and viewers during the live broadcasts of users identified as adult content producers from the LiveMe platform, a major Social Live Streaming Service (SLSS). The | ||
dataset comprises 39,382,838 chat messages exchanged by 1,428,284 users, in the context of 293,271 live broadcasts during a period of approximately two years, from July 2016 to June 2018. The analysis of this dataset can be found in our | ||
paper "Large-scale analysis of grooming in modern social networks" <a href="https://arxiv.org/abs/2004.08205">(arXiv:2004.08205 [cs.SI])</a>. Available <a href="https://zenodo.org/record/3560365">here</a>.</p> | ||
</div> | ||
<div class="featured-box-col1 wow fadeInRight delay-04s"> | ||
<i class="fa-database"></i> | ||
</div> | ||
<div class="featured-box-col2 wow fadeInRight delay-04s"> | ||
<h3>Dictionary-based DGAs dataset</h3> | ||
<p>This repository contains a dataset for the research of domain generation algorithms (DGAs) and machine learning. More precisely, it targets dictionary-based DGAs. The associated paper is the following:<br> | ||
Constantinos Patsakis, Fran Casino: "Exploiting Statistical and Structural Features for the Detection of Domain Generation Algorithms", Journal of Information Security and Applications, 2021. | ||
|
||
<br>Available <a href="https://zenodo.org/record/4010620">here</a>. | ||
</p> | ||
</div> | ||
<div class="featured-box-col1 wow fadeInRight delay-04s"> | ||
<i class="fa-database"></i> | ||
</div> | ||
<div class="featured-box-col2 wow fadeInRight delay-04s"> | ||
<h3>The HYDRA dataset</h3> | ||
<p>This repository contains a large dataset for the research of domain generation algorithms (DGAs) and machine learning. At the time of writing the dataset contains more than 90m of domains and more than 100 families. The associated paper is the <a href="https://arxiv.org/abs/2008.02507">following</a>:<br> | ||
Fran Casino, Nikolaos Lykousas, Ivan Homoliak, Constantinos Patsakis, Julio Hernandez-Castro: "Intercepting Hail Hydra: Real-Time Detection of Algorithmically Generated Domains" | ||
<br>Available <a href="https://zenodo.org/record/3965397">here</a>. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!--main-section-end--> | ||
|
||
|
@@ -385,6 +425,56 @@ <h3>TACTICS</h3> | |
<table id="pubTable" class="display"></table> | ||
<pre id="bibtex" style="display:none;"> | ||
<!-- bib include --> | ||
@article{DBLP:journals/fgcs/ApostolopoulosK21, | ||
author = {Theodoros Apostolopoulos and | ||
Vasilios Katos and | ||
Kim{-}Kwang Raymond Choo and | ||
Constantinos Patsakis}, | ||
title = {Resurrecting anti-virtualization and anti-debugging: Unhooking your | ||
hooks}, | ||
journal = {Future Gener. Comput. Syst.}, | ||
volume = {116}, | ||
pages = {393--405}, | ||
year = {2021}, | ||
url = {https://doi.org/10.1016/j.future.2020.11.004}, | ||
doi = {10.1016/j.future.2020.11.004}, | ||
timestamp = {Fri, 18 Dec 2020 10:25:24 +0100}, | ||
biburl = {https://dblp.org/rec/journals/fgcs/ApostolopoulosK21.bib}, | ||
bibsource = {dblp computer science bibliography, https://dblp.org} | ||
} | ||
@article{DBLP:journals/access/CasinoPAP20, | ||
author = {Fran Casino and | ||
Eugenia A. Politou and | ||
Efthimios Alepis and | ||
Constantinos Patsakis}, | ||
title = {Immutability and Decentralized Storage: An Analysis of Emerging Threats}, | ||
journal = {{IEEE} Access}, | ||
volume = {8}, | ||
pages = {4737--4744}, | ||
year = {2020}, | ||
url = {https://doi.org/10.1109/ACCESS.2019.2962017}, | ||
doi = {10.1109/ACCESS.2019.2962017}, | ||
timestamp = {Thu, 06 Feb 2020 18:12:51 +0100}, | ||
biburl = {https://dblp.org/rec/journals/access/CasinoPAP20.bib}, | ||
bibsource = {dblp computer science bibliography, https://dblp.org} | ||
} | ||
@article{DBLP:journals/fgcs/PolitouAPCA20, | ||
author = {Eugenia A. Politou and | ||
Efthimios Alepis and | ||
Constantinos Patsakis and | ||
Fran Casino and | ||
Mamoun Alazab}, | ||
title = {Delegated content erasure in {IPFS}}, | ||
journal = {Future Gener. Comput. Syst.}, | ||
volume = {112}, | ||
pages = {956--964}, | ||
year = {2020}, | ||
url = {https://doi.org/10.1016/j.future.2020.06.037}, | ||
doi = {10.1016/j.future.2020.06.037}, | ||
timestamp = {Tue, 18 Aug 2020 16:09:34 +0200}, | ||
biburl = {https://dblp.org/rec/journals/fgcs/PolitouAPCA20.bib}, | ||
bibsource = {dblp computer science bibliography, https://dblp.org} | ||
} | ||
@article{DBLP:journals/access/CasinoPAP20, | ||
author = {Fran Casino and | ||
Eugenia A. Politou and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters