<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>Alexandros Kapravelos</title>
 <link href="https://kapravelos.com/atom.xml" rel="self"/>
 <link href="https://kapravelos.com/"/>
 <updated>2025-11-19T07:33:48+00:00</updated>
 <id>https://kapravelos.com</id>
 <author>
   <name>Alexandros Kapravelos</name>
   <email>akaprav@ncsu.edu</email>
 </author>

 
 <entry>
   <title>SecWeb 2024 Keynote</title>
   <link href="https://kapravelos.com/research/2024/05/23/secweb24-keynote/"/>
   <updated>2024-05-23T00:00:00+00:00</updated>
   <id>https://kapravelos.com/research/2024/05/23/secweb24-keynote</id>
   <content type="html">&lt;p&gt;I gave the keynote at SecWeb 2024 focusing specifically on the thread of our work that evolves around VisibleV8. Here are the details of the talk:&lt;/p&gt;

&lt;h1 id=&quot;unveiling-web-threats-insights-from-javascript-behavior&quot;&gt;Unveiling Web Threats: Insights from JavaScript Behavior&lt;/h1&gt;
&lt;p&gt;The web has become an integral part of our daily lives, enabling communication, commerce, and access to information. However, the increasing complexity of web applications and the JavaScript language that powers them has also opened the door to security threats. Malicious actors exploit JavaScript to track users, deliver malware, and launch sophisticated attacks that compromise user privacy and security. Understanding and mitigating these threats requires deep visibility into real-world JavaScript behavior and the ability to detect emerging attack techniques.&lt;/p&gt;

&lt;p&gt;In this keynote, I will present our research on uncovering web threats through analysis of JavaScript behavior in the wild. We built VisibleV8 to enable in-browser monitoring of JavaScript execution across the web, providing unprecedented insights into the scripts that web pages run. Leveraging this visibility, we developed techniques to automatically discover new browser fingerprinting methods that websites use to stealthily track users. A novel approach to detect JavaScript obfuscation that hides malicious behavior was also created by identifying scripts’ usage of concealed browser APIs. Finally, I will discuss work on conducting realistic and reproducible web crawl measurements, which is critical for understanding the web threat landscape. Together, this body of research enables a novel way of studying security and privacy threats on the web.&lt;/p&gt;

&lt;!-- &lt;ol class=&quot;bibliography&quot; reversed=&quot;reversed&quot;&gt;&lt;li&gt;&lt;div id=&quot;bibtex-vv8webview-ndss26&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Cross-Boundary Mobile Tracking: Exploring Java-to-JavaScript Information Diffusion in WebViews&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Sohom Datta,
  
    
    
    
    Michalis Diamantaris,
  
    
    
    
    Ahsan Zafar,
  
    
    
    
    Junhua Su,
  
    
    
    
    Anupam Das,
  
    
    
    
    Jason Polakis,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the Network and Distributed System Security Symposium (NDSS), 2026
&lt;br&gt;


&lt;a href=&quot;/publications/vv8webview-ndss26.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-vv8webview-ndss26&quot; id=&quot;btn-vv8webview-ndss26&quot; onclick=&apos;showmodal(&quot;modal-vv8webview-ndss26&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/wspr-ncsu/webviewtracer&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-vv8webview-ndss26&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-vv8webview-ndss26&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{vv8webview-ndss26,
  title = {{Cross-Boundary Mobile Tracking: Exploring Java-to-JavaScript Information Diffusion in WebViews}},
  author = {Datta, Sohom and Diamantaris, Michalis and Zafar, Ahsan and Su, Junhua and Das, Anupam and Polakis, Jason and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the Network and Distributed System Security Symposium (NDSS)}},
  month = feb,
  code = {{https://github.com/wspr-ncsu/webviewtracer}},
  tag = {vv8},
  year = {2026}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-fakestars-icse26&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Six Million (Suspected) Fake Stars on GitHub: A Growing Spiral of Popularity Contests, Spams, and Malware&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Hao He,
  
    
    
    
    Haoqin Yang,
  
    
    
    
    Philipp Burckhardt,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Bogdan Vasilescu,
  
    
    
    
    Christian Kästner
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the International Conference on Software Engineering (ICSE), 2026
&lt;br&gt;


&lt;a href=&quot;/publications/fakestars-icse26.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-fakestars-icse26&quot; id=&quot;btn-fakestars-icse26&quot; onclick=&apos;showmodal(&quot;modal-fakestars-icse26&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/hehao98/StarScout&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-fakestars-icse26&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-fakestars-icse26&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{fakestars-icse26,
  title = {{Six Million (Suspected) Fake Stars on GitHub: A Growing Spiral of Popularity Contests, Spams, and Malware}},
  author = {He, Hao and Yang, Haoqin and Burckhardt, Philipp and Kapravelos, Alexandros and Vasilescu, Bogdan and K{ä}stner, Christian},
  booktitle = {{Proceedings of the International Conference on Software Engineering (ICSE)}},
  code = {{https://github.com/hehao98/StarScout}},
  year = {2026}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-vv8diverge-ccs25&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Same Script, Different Behavior: Characterizing Platform-Specific Divergent JavaScript Execution&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Ahsan Zafar,
  
    
    
    
    Junhua Su,
  
    
    
    
    Sohom Datta,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Anupam Das
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the ACM Conference on Computer and Communications Security (CCS), 2025
&lt;br&gt;


&lt;a href=&quot;/publications/vv8diverge-ccs25.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-vv8diverge-ccs25&quot; id=&quot;btn-vv8diverge-ccs25&quot; onclick=&apos;showmodal(&quot;modal-vv8diverge-ccs25&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-vv8diverge-ccs25&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-vv8diverge-ccs25&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{vv8diverge-ccs25,
  title = {{Same Script, Different Behavior: Characterizing Platform-Specific Divergent JavaScript Execution}},
  author = {Zafar, Ahsan and Su, Junhua and Datta, Sohom and Kapravelos, Alexandros and Das, Anupam},
  booktitle = {{Proceedings of the ACM Conference on Computer and Communications Security (CCS)}},
  month = oct,
  tag = {vv8},
  year = {2025}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-tosem-directions&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Research Directions in Software Supply Chain Security&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Laurie Williams,
  
    
    
    
    Giacomo Benedetti,
  
    
    
    
    Sivana Hamer,
  
    
    
    
    Ranindya Paramitha,
  
    
    
    
    Imranur Rahman,
  
    
    
    
    Mahzabin Tamanna,
  
    
    
    
    Greg Tystahl,
  
    
    
    
    Nusrat Zahan,
  
    
    
    
    Patrick Morrison,
  
    
    
    
    Yasemin Acar,
  
    
    
    
    Michel Cukier,
  
    
    
    
    Christian Kästner,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Dominik Wermke,
  
    
    
    
    William Enck
  
&lt;/em&gt;&lt;br&gt;
ACMACM Transactions on Software Engineering Methodology (TOSEM), 2025
&lt;br&gt;


&lt;a href=&quot;/publications/tosem-directions.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-tosem-directions&quot; id=&quot;btn-tosem-directions&quot; onclick=&apos;showmodal(&quot;modal-tosem-directions&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-tosem-directions&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-tosem-directions&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{tosem-directions,
  author = {Williams, Laurie and Benedetti, Giacomo and Hamer, Sivana and Paramitha, Ranindya and Rahman, Imranur and Tamanna, Mahzabin and Tystahl, Greg and Zahan, Nusrat and Morrison, Patrick and Acar, Yasemin and Cukier, Michel and K\&quot;{a}stner, Christian and Kapravelos, Alexandros and Wermke, Dominik and Enck, William},
  title = {Research Directions in Software Supply Chain Security},
  year = {2025},
  issue_date = {June 2025},
  publisher = {Association for Computing Machinery},
  address = {New York, NY, USA},
  volume = {34},
  number = {5},
  issn = {1049-331X},
  url = {https://doi.org/10.1145/3714464},
  doi = {10.1145/3714464},
  booktitle = {ACM{ACM Transactions on Software Engineering Methodology (TOSEM)}},
  month = may
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-repro-icse25&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;An Empirical Study on Reproducible Packaging in Open-Source Ecosystems&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Giacomo Benedetti,
  
    
    
    
    Oreofe Solarin,
  
    
    
    
    Courtney Miller,
  
    
    
    
    Greg Tystahl,
  
    
    
    
    William Enck,
  
    
    
    
    Christian Kästner,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Alessio Merlo,
  
    
    
    
    Luca Verderame
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the International Conference on Software Engineering (ICSE), 2025
&lt;br&gt;


&lt;a href=&quot;/publications/repro-icse25.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-repro-icse25&quot; id=&quot;btn-repro-icse25&quot; onclick=&apos;showmodal(&quot;modal-repro-icse25&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-repro-icse25&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-repro-icse25&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{repro-icse25,
  title = {{An Empirical Study on Reproducible Packaging in Open-Source Ecosystems}},
  author = {Benedetti, Giacomo and Solarin, Oreofe and Miller, Courtney and Tystahl, Greg and Enck, William and K{ä}stner, Christian and Kapravelos, Alexandros and Merlo, Alessio and Verderame, Luca},
  booktitle = {{Proceedings of the International Conference on Software Engineering (ICSE)}},
  year = {2025}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-jshint-isc24&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;JSHint: Revealing API Usage to Improve Detection of Malicious JavaScript&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Shaown Sarker,
  
    
    
    
    Kasimir Schulz,
  
    
    
    
    Aleksandr Nahapetyan,
  
    
    
    
    Anupam Das,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the Information Security Conference (ISC), 2024
&lt;br&gt;


&lt;a href=&quot;/publications/jshint-isc24.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-jshint-isc24&quot; id=&quot;btn-jshint-isc24&quot; onclick=&apos;showmodal(&quot;modal-jshint-isc24&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-jshint-isc24&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-jshint-isc24&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{jshint-isc24,
  title = {{JSHint: Revealing API Usage to Improve Detection of Malicious JavaScript}},
  author = {Sarker, Shaown and Schulz, Kasimir and Nahapetyan, Aleksandr and Das, Anupam and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the Information Security Conference (ISC)}},
  month = oct,
  year = {2024}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-webehavior-isc24&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Automated Generation of Behavioral Signatures for Malicious Web Campaigns&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Shaown Sarker,
  
    
    
    
    William Melicher,
  
    
    
    
    Oleksii Starov,
  
    
    
    
    Anupam Das,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the Information Security Conference (ISC), 2024
&lt;br&gt;


&lt;a href=&quot;/publications/webehavior-isc24.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-webehavior-isc24&quot; id=&quot;btn-webehavior-isc24&quot; onclick=&apos;showmodal(&quot;modal-webehavior-isc24&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-webehavior-isc24&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-webehavior-isc24&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{webehavior-isc24,
  title = {{Automated Generation of Behavioral Signatures for Malicious Web Campaigns}},
  author = {Sarker, Shaown and Melicher, William and Starov, Oleksii and Das, Anupam and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the Information Security Conference (ISC)}},
  month = oct,
  year = {2024}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-fv8-sec24&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;FV8: A Forced Execution JavaScript Engine for Detecting Evasive Techniques&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Nikolaos Pantelaios,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the USENIX Security Symposium, 2024
&lt;br&gt;


&lt;a href=&quot;/publications/fv8-sec24.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-fv8-sec24&quot; id=&quot;btn-fv8-sec24&quot; onclick=&apos;showmodal(&quot;modal-fv8-sec24&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/wspr-ncsu/FV8&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-fv8-sec24&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-fv8-sec24&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{fv8-sec24,
  title = {{FV8: A Forced Execution JavaScript Engine for Detecting Evasive Techniques}},
  author = {Pantelaios, Nikolaos and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the USENIX Security Symposium}},
  code = {{https://github.com/wspr-ncsu/FV8}},
  month = aug,
  tag = {vv8},
  year = {2024}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-smsphishing-sp24&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;On SMS Phishing Tactics and Infrastructure&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Aleksandr Nahapetyan,
  
    
    
    
    Sathvik Prasad,
  
    
    
    
    Kevin Childs,
  
    
    
    
    Adam Oest,
  
    
    
    
    Yeganeh Ladwig,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Brad Reaves
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the IEEE Symposium on Security and Privacy, 2024
&lt;br&gt;


&lt;a href=&quot;/publications/smsphishing-sp24.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-smsphishing-sp24&quot; id=&quot;btn-smsphishing-sp24&quot; onclick=&apos;showmodal(&quot;modal-smsphishing-sp24&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-smsphishing-sp24&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-smsphishing-sp24&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{smsphishing-sp24,
  title = {{On SMS Phishing Tactics and Infrastructure}},
  author = {Nahapetyan, Aleksandr and Prasad, Sathvik and Childs, Kevin and Oest, Adam and Ladwig, Yeganeh and Kapravelos, Alexandros and Reaves, Brad},
  booktitle = {{Proceedings of the IEEE Symposium on Security and Privacy}},
  month = may,
  year = {2024}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-untrustide-ndss24&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;UntrustIDE: Exploiting Weaknesses in VS Code Extensions&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Elizabeth Lin,
  
    
    
    
    Igibek Koishybayev,
  
    
    
    
    Trevor Dunlap,
  
    
    
    
    William Enck,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the Network and Distributed System Security Symposium (NDSS), 2024
&lt;br&gt;

&lt;img src=&quot;/public/prize.png&quot; style=&quot;float:left;vertical-align: bottom; height:24px; width: 24px; display: block; margin-bottom: -1px;&quot;&gt;&lt;strong&gt;Distinguished Paper Award&lt;/strong&gt;&lt;br clear=&quot;all&quot;&gt;


&lt;a href=&quot;/publications/untrustide-ndss24.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-untrustide-ndss24&quot; id=&quot;btn-untrustide-ndss24&quot; onclick=&apos;showmodal(&quot;modal-untrustide-ndss24&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-untrustide-ndss24&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-untrustide-ndss24&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{untrustide-ndss24,
  title = {{UntrustIDE: Exploiting Weaknesses in VS Code Extensions}},
  author = {Lin, Elizabeth and Koishybayev, Igibek and Dunlap, Trevor and Enck, William and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the Network and Distributed System Security Symposium (NDSS)}},
  note = {Distinguished Paper Award},
  month = feb,
  year = {2024}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-writ-tdsc24&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;WRIT: Web Request Integrity and Attestation against Malicious Browser Extensions&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Giorgos Vasiliadis,
  
    
    
    
    Apostolis Karampelas,
  
    
    
    
    Alexandros Shevtsov,
  
    
    
    
    Panagiotis Papadopoulos,
  
    
    
    
    Sotiris Ioannidis,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
IEEE Transactions on Dependable and Secure Computing, 2023
&lt;br&gt;


&lt;a href=&quot;/publications/writ-tdsc24.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-writ-tdsc24&quot; id=&quot;btn-writ-tdsc24&quot; onclick=&apos;showmodal(&quot;modal-writ-tdsc24&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-writ-tdsc24&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-writ-tdsc24&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{writ-tdsc24,
  title = {{WRIT: Web Request Integrity and Attestation against Malicious Browser Extensions}},
  author = {Vasiliadis, Giorgos and Karampelas, Apostolis and Shevtsov, Alexandros and Papadopoulos, Panagiotis and Ioannidis, Sotiris and Kapravelos, Alexandros},
  booktitle = {{IEEE Transactions on Dependable and Secure Computing}},
  month = dec,
  pages = {1-14},
  year = {2023}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-githubreactions-usenixsec23&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;ARGUS: A Framework for Staged Static Taint Analysis of GitHub Workflows and Actions&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Siddharth Muralee,
  
    
    
    
    Igibek Koishybayev,
  
    
    
    
    Aleksandr Nahapetyan,
  
    
    
    
    Greg Tystahl,
  
    
    
    
    Brad Reaves,
  
    
    
    
    Antonio Bianchi,
  
    
    
    
    William Enck,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Aravind Machiry
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the USENIX Security Symposium, 2023
&lt;br&gt;

&lt;img src=&quot;/public/prize.png&quot; style=&quot;float:left;vertical-align: bottom; height:24px; width: 24px; display: block; margin-bottom: -1px;&quot;&gt;&lt;strong&gt;CSAW 2023 Applied Research Finalist&lt;/strong&gt;&lt;br clear=&quot;all&quot;&gt;


&lt;a href=&quot;/publications/githubreactions-usenixsec23.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-githubreactions-usenixsec23&quot; id=&quot;btn-githubreactions-usenixsec23&quot; onclick=&apos;showmodal(&quot;modal-githubreactions-usenixsec23&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;


&lt;a href=&quot;/projects/argus/&quot;&gt;[website]&lt;/a&gt;







&lt;a href=&quot;https://github.com/purs3lab/ARGUS&quot;&gt;[code]&lt;/a&gt;



&lt;a href=&quot;https://github.blog/2023-08-09-four-tips-to-keep-your-github-actions-workflows-secure/&quot;&gt;[news]&lt;/a&gt;


&lt;div id=&quot;modal-githubreactions-usenixsec23&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-githubreactions-usenixsec23&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{githubreactions-usenixsec23,
  title = {{ARGUS: A Framework for Staged Static Taint Analysis of GitHub Workflows and Actions}},
  author = {Muralee, Siddharth and Koishybayev, Igibek and Nahapetyan, Aleksandr and Tystahl, Greg and Reaves, Brad and Bianchi, Antonio and Enck, William and Kapravelos, Alexandros and Machiry, Aravind},
  booktitle = {{Proceedings of the USENIX Security Symposium}},
  month = aug,
  code = {{https://github.com/purs3lab/ARGUS}},
  howpublished = {/projects/argus/},
  pages = {6983--7000},
  note = {{CSAW 2023 Applied Research Finalist}},
  news = {{https://github.blog/2023-08-09-four-tips-to-keep-your-github-actions-workflows-secure/}},
  tag = {githubreactions},
  year = {2023}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-fptechniques-www23&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Automatic Discovery of Emerging Browser Fingerprinting Techniques&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Junhua Su,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of The Web Conference (WWW), 2023
&lt;br&gt;


&lt;a href=&quot;/publications/fptechniques-www23.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-fptechniques-www23&quot; id=&quot;btn-fptechniques-www23&quot; onclick=&apos;showmodal(&quot;modal-fptechniques-www23&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/wspr-ncsu/BrowserFingerprintingAD&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-fptechniques-www23&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-fptechniques-www23&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{fptechniques-www23,
  title = {{Automatic Discovery of Emerging Browser Fingerprinting Techniques}},
  author = {Su, Junhua and Kapravelos, Alexandros},
  booktitle = {{Proceedings of The Web Conference (WWW)}},
  month = apr,
  code = {{https://github.com/wspr-ncsu/BrowserFingerprintingAD}},
  pages = {2178--2188},
  tag = {vv8},
  year = {2023}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-githubactions-usenixsec22&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Characterizing the Security of Github CI Workflows&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Igibek Koishybayev,
  
    
    
    
    Aleksandr Nahapetyan,
  
    
    
    
    Raima Zachariah,
  
    
    
    
    Siddharth Muralee,
  
    
    
    
    Brad Reaves,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Aravind Machiry
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the USENIX Security Symposium, 2022
&lt;br&gt;


&lt;a href=&quot;/publications/githubactions-usenixsec22.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-githubactions-usenixsec22&quot; id=&quot;btn-githubactions-usenixsec22&quot; onclick=&apos;showmodal(&quot;modal-githubactions-usenixsec22&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;


&lt;a href=&quot;/projects/githubactions/&quot;&gt;[website]&lt;/a&gt;







&lt;a href=&quot;https://github.com/wspr-ncsu/github-actions-security-analysis&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-githubactions-usenixsec22&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-githubactions-usenixsec22&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{githubactions-usenixsec22,
  title = {{Characterizing the Security of Github CI Workflows}},
  author = {Koishybayev, Igibek and Nahapetyan, Aleksandr and Zachariah, Raima and Muralee, Siddharth and Reaves, Brad and Kapravelos, Alexandros and Machiry, Aravind},
  booktitle = {{Proceedings of the USENIX Security Symposium}},
  month = aug,
  tag = {githubactions},
  code = {{https://github.com/wspr-ncsu/github-actions-security-analysis}},
  howpublished = {/projects/githubactions/},
  pages = {2747--2763},
  year = {2022}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-youarealiar-secweb22&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;yoU aRe a Liar://A Unified Framework for Cross-Testing URL Parsers&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Dashmeet Kaur Ajmani,
  
    
    
    
    Igibek Koishybayev,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the IEEE SecWeb Workshop, 2022
&lt;br&gt;


&lt;a href=&quot;/publications/youarealiar-secweb22.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-youarealiar-secweb22&quot; id=&quot;btn-youarealiar-secweb22&quot; onclick=&apos;showmodal(&quot;modal-youarealiar-secweb22&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-youarealiar-secweb22&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-youarealiar-secweb22&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{youarealiar-secweb22,
  title = {{yoU aRe a Liar://A Unified Framework for Cross-Testing URL Parsers}},
  author = {Ajmani, Dashmeet Kaur and Koishybayev, Igibek and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the IEEE SecWeb Workshop}},
  pages = {51-58},
  month = jun,
  year = {2022}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-workerounds-eurosp22&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;SoK: Workerounds - Categorizing Service Worker Attacks and Mitigations&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Karthika Subramani,
  
    
    
    
    Jordan Jueckstock,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Roberto Perdisci
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the IEEE European Symposium on Security and Privacy (EuroS&amp;P), 2022
&lt;br&gt;


&lt;a href=&quot;/publications/workerounds-eurosp22.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-workerounds-eurosp22&quot; id=&quot;btn-workerounds-eurosp22&quot; onclick=&apos;showmodal(&quot;modal-workerounds-eurosp22&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-workerounds-eurosp22&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-workerounds-eurosp22&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{workerounds-eurosp22,
  title = {{SoK: Workerounds - Categorizing Service Worker Attacks and Mitigations}},
  author = {Subramani, Karthika and Jueckstock, Jordan and Kapravelos, Alexandros and Perdisci, Roberto},
  booktitle = {{Proceedings of the IEEE European Symposium on Security and Privacy (EuroS\&amp;P)}},
  month = jun,
  pages = {555-571},
  year = {2022}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-ephemeralstorage-www22&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Measuring the Privacy vs. Compatibility Trade-off in Preventing Third-Party Stateful Tracking&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Jordan Jueckstock,
  
    
    
    
    Peter Snyder,
  
    
    
    
    Shaown Sarker,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Ben Livshits
  
&lt;/em&gt;&lt;br&gt;
Proceedings of The Web Conference (WWW), 2022
&lt;br&gt;


&lt;a href=&quot;/publications/ephemeralstorage-www22.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-ephemeralstorage-www22&quot; id=&quot;btn-ephemeralstorage-www22&quot; onclick=&apos;showmodal(&quot;modal-ephemeralstorage-www22&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-ephemeralstorage-www22&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-ephemeralstorage-www22&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{ephemeralstorage-www22,
  title = {{Measuring the Privacy vs. Compatibility Trade-off in Preventing Third-Party Stateful Tracking}},
  author = {Jueckstock, Jordan and Snyder, Peter and Sarker, Shaown and Kapravelos, Alexandros and Livshits, Ben},
  booktitle = {{Proceedings of The Web Conference (WWW)}},
  month = apr,
  pages = {710–720},
  year = {2022}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-browserprint-isc21&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Browserprint: An Analysis of the Impact of Browser Features on Fingerprintability and Web Privacy&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Seyed Ali Akhavani,
  
    
    
    
    Jordan Jueckstock,
  
    
    
    
    Junhua Su,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Engin Kirda,
  
    
    
    
    Long Lu
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the Information Security Conference (ISC), 2021
&lt;br&gt;


&lt;a href=&quot;/publications/browserprint-isc21.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-browserprint-isc21&quot; id=&quot;btn-browserprint-isc21&quot; onclick=&apos;showmodal(&quot;modal-browserprint-isc21&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-browserprint-isc21&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-browserprint-isc21&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{browserprint-isc21,
  title = {{Browserprint: An Analysis of the Impact of Browser Features on Fingerprintability and Web Privacy}},
  author = {Akhavani, Seyed Ali and Jueckstock, Jordan and Su, Junhua and Kapravelos, Alexandros and Kirda, Engin and Lu, Long},
  booktitle = {{Proceedings of the Information Security Conference (ISC)}},
  pages = {161--176},
  month = nov,
  tag = {vv8},
  year = {2021}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-css-fp-usenixsec21&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Fingerprinting in Style: Detecting Browser Extensions via Injected Style Sheets&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Pierre Laperdrix,
  
    
    
    
    Oleksii Starov,
  
    
    
    
    Quan Chen,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Nick Nikiforakis
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the USENIX Security Symposium, 2021
&lt;br&gt;


&lt;a href=&quot;/publications/css-fp-usenixsec21.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-css-fp-usenixsec21&quot; id=&quot;btn-css-fp-usenixsec21&quot; onclick=&apos;showmodal(&quot;modal-css-fp-usenixsec21&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/plaperdr/fingerprinting-in-style&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-css-fp-usenixsec21&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-css-fp-usenixsec21&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{css-fp-usenixsec21,
  title = {{Fingerprinting in Style: Detecting Browser Extensions via Injected Style Sheets}},
  author = {Laperdrix, Pierre and Starov, Oleksii and Chen, Quan and Kapravelos, Alexandros and Nikiforakis, Nick},
  booktitle = {{Proceedings of the USENIX Security Symposium}},
  code = {https://github.com/plaperdr/fingerprinting-in-style},
  month = aug,
  pages = {2507--2524},
  year = {2021}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-pg-sigs-sp20&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Detecting Filter List Evasion With Event-Loop-Turn Granularity JavaScript Signatures&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Quan Chen,
  
    
    
    
    Peter Snyder,
  
    
    
    
    Ben Livshits,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the IEEE Symposium on Security and Privacy, 2021
&lt;br&gt;


&lt;a href=&quot;/publications/pg-sigs-sp20.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-pg-sigs-sp20&quot; id=&quot;btn-pg-sigs-sp20&quot; onclick=&apos;showmodal(&quot;modal-pg-sigs-sp20&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/semantic-signatures/semantic-signatures&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-pg-sigs-sp20&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-pg-sigs-sp20&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{pg-sigs-sp20,
  title = {{Detecting Filter List Evasion With Event-Loop-Turn Granularity JavaScript Signatures}},
  author = {Chen, Quan and Snyder, Peter and Livshits, Ben and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the IEEE Symposium on Security and Privacy}},
  code = {{https://github.com/semantic-signatures/semantic-signatures}},
  month = may,
  pages = {1715-1729},
  year = {2021}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-crawlphish-sp21&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;CrawlPhish: Large-scale Analysis of Client-side Cloaking Techniques in Phishing&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Penghui Zhang,
  
    
    
    
    Adam Oest,
  
    
    
    
    Haehyun Cho,
  
    
    
    
    Zhibo Sun,
  
    
    
    
    RC Johnson,
  
    
    
    
    Brad Wardman,
  
    
    
    
    Shaown Sarker,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Tiffany Bao,
  
    
    
    
    Ruoyu Wang,
  
    
    
    
    Yan Shoshitaishvili,
  
    
    
    
    Adam Doupe,
  
    
    
    
    Gail-Joon Ahn
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the IEEE Symposium on Security and Privacy, 2021
&lt;br&gt;

&lt;img src=&quot;/public/prize.png&quot; style=&quot;float:left;vertical-align: bottom; height:24px; width: 24px; display: block; margin-bottom: -1px;&quot;&gt;&lt;strong&gt;Best Student Paper Award&lt;/strong&gt;&lt;br clear=&quot;all&quot;&gt;


&lt;a href=&quot;/publications/crawlphish-sp21.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-crawlphish-sp21&quot; id=&quot;btn-crawlphish-sp21&quot; onclick=&apos;showmodal(&quot;modal-crawlphish-sp21&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-crawlphish-sp21&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-crawlphish-sp21&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{crawlphish-sp21,
  title = {{CrawlPhish: Large-scale Analysis of Client-side Cloaking Techniques in Phishing}},
  author = {Zhang, Penghui and Oest, Adam and Cho, Haehyun and Sun, Zhibo and Johnson, RC and Wardman, Brad and Sarker, Shaown and Kapravelos, Alexandros and Bao, Tiffany and Wang, Ruoyu and Shoshitaishvili, Yan and Doupe, Adam and Ahn, Gail-Joon},
  booktitle = {{Proceedings of the IEEE Symposium on Security and Privacy}},
  note = {Best Student Paper Award},
  month = may,
  pages = {1109-1124},
  year = {2021}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-cookieparty-www21&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Cookie Swap Party: Abusing First-Party Cookies for Web Tracking&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Quan Chen,
  
    
    
    
    Panagiotis Ilia,
  
    
    
    
    Michalis Polychronakis,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of The Web Conference (WWW), 2021
&lt;br&gt;


&lt;a href=&quot;/publications/cookieparty-www21.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-cookieparty-www21&quot; id=&quot;btn-cookieparty-www21&quot; onclick=&apos;showmodal(&quot;modal-cookieparty-www21&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-cookieparty-www21&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-cookieparty-www21&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{cookieparty-www21,
  title = {{Cookie Swap Party: Abusing First-Party Cookies for Web Tracking}},
  author = {Chen, Quan and Ilia, Panagiotis and Polychronakis, Michalis and Kapravelos, Alexandros},
  booktitle = {{Proceedings of The Web Conference (WWW)}},
  month = apr,
  pages = {2117–2129},
  year = {2021}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-vpc-www21&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Towards Realistic and Reproducible Web Crawl Measurements&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Jordan Jueckstock,
  
    
    
    
    Shaown Sarker,
  
    
    
    
    Peter Snyder,
  
    
    
    
    Aidan Beggs,
  
    
    
    
    Panagiotis Papadopoulos,
  
    
    
    
    Matteo Varvello,
  
    
    
    
    Ben Livshits,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of The Web Conference (WWW), 2021
&lt;br&gt;


&lt;a href=&quot;/publications/vpc-www21.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-vpc-www21&quot; id=&quot;btn-vpc-www21&quot; onclick=&apos;showmodal(&quot;modal-vpc-www21&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/wspr-ncsu/reprocrawl-code-release&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-vpc-www21&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-vpc-www21&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{vpc-www21,
  title = {{Towards Realistic and Reproducible Web Crawl Measurements}},
  author = {Jueckstock, Jordan and Sarker, Shaown and Snyder, Peter and Beggs, Aidan and Papadopoulos, Panagiotis and Varvello, Matteo and Livshits, Ben and Kapravelos, Alexandros},
  booktitle = {{Proceedings of The Web Conference (WWW)}},
  code = {{https://github.com/wspr-ncsu/reprocrawl-code-release}},
  pages = {80–91},
  numpages = {13},
  month = apr,
  tag = {vv8},
  year = {2021}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-favocado-ndss21&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Favocado: Fuzzing Binding Code of JavaScript Engines Using Semantically Correct Test Cases&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Sung Ta Dinh,
  
    
    
    
    Haehyun Cho,
  
    
    
    
    Kyle Martin,
  
    
    
    
    Adam Oest,
  
    
    
    
    Yihui Zeng,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Tiffany Bao,
  
    
    
    
    Ruoyu &quot;Fish&quot; Wang,
  
    
    
    
    Yan Shoshitaishvili,
  
    
    
    
    Adam Doupe,
  
    
    
    
    Gail-Joon Ahn
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the Network and Distributed System Security Symposium (NDSS), 2021
&lt;br&gt;


&lt;a href=&quot;/publications/favocado-ndss21.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-favocado-ndss21&quot; id=&quot;btn-favocado-ndss21&quot; onclick=&apos;showmodal(&quot;modal-favocado-ndss21&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-favocado-ndss21&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-favocado-ndss21&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{favocado-ndss21,
  title = {{Favocado: Fuzzing Binding Code of JavaScript Engines Using Semantically Correct Test Cases}},
  author = {Dinh, Sung Ta and Cho, Haehyun and Martin, Kyle and Oest, Adam and Zeng, Yihui and Kapravelos, Alexandros and Bao, Tiffany and Wang, Ruoyu &quot;Fish&quot; and Shoshitaishvili, Yan and Doupe, Adam and Ahn, Gail-Joon},
  booktitle = {{Proceedings of the Network and Distributed System Security Symposium (NDSS)}},
  month = feb,
  year = {2021}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-extensiondeltas-CCS20&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;You’ve Changed: Detecting Malicious Browser Extensions through their Update Deltas&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Nikolaos Pantelaios,
  
    
    
    
    Nick Nikiforakis,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the ACM Conference on Computer and Communications Security (CCS), 2020
&lt;br&gt;


&lt;a href=&quot;/publications/extensiondeltas-CCS20.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-extensiondeltas-CCS20&quot; id=&quot;btn-extensiondeltas-CCS20&quot; onclick=&apos;showmodal(&quot;modal-extensiondeltas-CCS20&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/wspr-ncsu/extensiondeltas&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-extensiondeltas-CCS20&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-extensiondeltas-CCS20&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{extensiondeltas-CCS20,
  title = {{You&apos;ve Changed: Detecting Malicious Browser Extensions through their Update Deltas}},
  author = {Pantelaios, Nikolaos and Nikiforakis, Nick and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the ACM Conference on Computer and Communications Security (CCS)}},
  code = {https://github.com/wspr-ncsu/extensiondeltas},
  month = nov,
  pages = {477–491},
  year = {2020}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-jsobf-imc20&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Hiding in Plain Site: Detecting JavaScript Obfuscation through Concealed Browser API Usage&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Shaown Sarker,
  
    
    
    
    Jordan Jueckstock,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the ACM Internet Measurement Conference (IMC), 2020
&lt;br&gt;


&lt;a href=&quot;/publications/jsobf-imc20.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-jsobf-imc20&quot; id=&quot;btn-jsobf-imc20&quot; onclick=&apos;showmodal(&quot;modal-jsobf-imc20&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-jsobf-imc20&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-jsobf-imc20&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{jsobf-imc20,
  title = {{Hiding in Plain Site: Detecting JavaScript Obfuscation through Concealed Browser API Usage}},
  author = {Sarker, Shaown and Jueckstock, Jordan and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the ACM Internet Measurement Conference (IMC)}},
  pages = {648–661},
  month = oct,
  tag = {vv8},
  year = {2020}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-mininode-raid20&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Mininode: Reducing the Attack Surface of Node.js Applications&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Igibek Koishybayev,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the International Symposium on Research in Attacks, Intrusions and Defenses (RAID), 2020
&lt;br&gt;


&lt;a href=&quot;/publications/mininode-raid20.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-mininode-raid20&quot; id=&quot;btn-mininode-raid20&quot; onclick=&apos;showmodal(&quot;modal-mininode-raid20&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;


&lt;a href=&quot;/projects/mininode/&quot;&gt;[website]&lt;/a&gt;










&lt;div id=&quot;modal-mininode-raid20&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-mininode-raid20&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{mininode-raid20,
  title = {{Mininode: Reducing the Attack Surface of Node.js Applications}},
  author = {Koishybayev, Igibek and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the International Symposium on Research in Attacks, Intrusions and Defenses (RAID)}},
  month = oct,
  howpublished = {/projects/mininode/},
  tag = {mininode},
  pages = {121--134},
  year = {2020}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-vv8-imc19&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;VisibleV8: In-browser Monitoring of JavaScript in the Wild&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Jordan Jueckstock,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the ACM Internet Measurement Conference (IMC), 2019
&lt;br&gt;


&lt;a href=&quot;/publications/vv8-imc19.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-vv8-imc19&quot; id=&quot;btn-vv8-imc19&quot; onclick=&apos;showmodal(&quot;modal-vv8-imc19&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;


&lt;a href=&quot;/projects/vv8/&quot;&gt;[website]&lt;/a&gt;



&lt;a href=&quot;/presentations/vv8-imc19.pdf&quot;&gt;[slides]&lt;/a&gt;



&lt;a href=&quot;https://vimeo.com/showcase/6531379/video/369121825#t=3500s&quot;&gt;[talk]&lt;/a&gt;



&lt;a href=&quot;https://github.com/wspr-ncsu/visiblev8&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-vv8-imc19&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-vv8-imc19&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{vv8-imc19,
  title = {{VisibleV8: In-browser Monitoring of JavaScript in the Wild}},
  author = {Jueckstock, Jordan and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the ACM Internet Measurement Conference (IMC)}},
  pages = {393–405},
  month = oct,
  howpublished = {/projects/vv8/},
  code = {{https://github.com/wspr-ncsu/visiblev8}},
  slides = {/presentations/vv8-imc19.pdf},
  talk = {https://vimeo.com/showcase/6531379/video/369121825#t=3500s},
  tag = {vv8},
  year = {2019}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-cloakx-sec19&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Everyone is Different: Client-side Diversification for Defending Against Extension Fingerprinting&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Erik Trickel,
  
    
    
    
    Oleksii Starov,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Nick Nikiforakis,
  
    
    
    
    Adam Doupe
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the USENIX Security Symposium, 2019
&lt;br&gt;


&lt;a href=&quot;/publications/cloakx-sec19.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-cloakx-sec19&quot; id=&quot;btn-cloakx-sec19&quot; onclick=&apos;showmodal(&quot;modal-cloakx-sec19&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/sefcom/cloakx&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-cloakx-sec19&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-cloakx-sec19&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{cloakx-sec19,
  title = {{Everyone is Different: Client-side Diversification for Defending Against Extension Fingerprinting}},
  author = {Trickel, Erik and Starov, Oleksii and Kapravelos, Alexandros and Nikiforakis, Nick and Doupe, Adam},
  booktitle = {{Proceedings of the USENIX Security Symposium}},
  code = {https://github.com/sefcom/cloakx},
  month = aug,
  pages = {1679--1696},
  year = {2019}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-wildextensions-dimva19&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Wild Extensions: Discovering and Analyzing Unlisted Chrome Extensions&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Aidan Beggs,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the Conference on Detection of Intrusions and Malware &amp; Vulnerability Assessment (DIMVA), 2019
&lt;br&gt;


&lt;a href=&quot;/publications/wildextensions-dimva19.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-wildextensions-dimva19&quot; id=&quot;btn-wildextensions-dimva19&quot; onclick=&apos;showmodal(&quot;modal-wildextensions-dimva19&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-wildextensions-dimva19&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-wildextensions-dimva19&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{wildextensions-dimva19,
  title = {{Wild Extensions: Discovering and Analyzing Unlisted Chrome Extensions}},
  author = {Beggs, Aidan and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the Conference on Detection of Intrusions and Malware \&amp; Vulnerability Assessment (DIMVA)}},
  month = jun,
  pages = {3--22},
  year = {2019}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-extbloat-www2019&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Unnecessarily Identifiable: Quantifying the fingerprintability of browser extensions due to bloat&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Oleksii Starov,
  
    
    
    
    Pierre Laperdrix,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Nick Nikiforakis
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the World Wide Web Conference (WWW), 2019
&lt;br&gt;


&lt;a href=&quot;/publications/extbloat-www2019.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-extbloat-www2019&quot; id=&quot;btn-extbloat-www2019&quot; onclick=&apos;showmodal(&quot;modal-extbloat-www2019&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-extbloat-www2019&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-extbloat-www2019&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{extbloat-www2019,
  title = {{Unnecessarily Identifiable: Quantifying the fingerprintability of browser extensions due to bloat}},
  author = {Starov, Oleksii and Laperdrix, Pierre and Kapravelos, Alexandros and Nikiforakis, Nick},
  booktitle = {{Proceedings of the World Wide Web Conference (WWW)}},
  month = may,
  pages = {3244–3250},
  year = {2019}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-mystique-CCS18&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Mystique: Uncovering Information Leakage from Browser Extensions&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Quan Chen,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the ACM Conference on Computer and Communications Security (CCS), 2018
&lt;br&gt;


&lt;a href=&quot;/publications/mystique-CCS18.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-mystique-CCS18&quot; id=&quot;btn-mystique-CCS18&quot; onclick=&apos;showmodal(&quot;modal-mystique-CCS18&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;


&lt;a href=&quot;https://mystique.csc.ncsu.edu/&quot;&gt;[website]&lt;/a&gt;







&lt;a href=&quot;https://github.com/wspr-ncsu/mystique&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-mystique-CCS18&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-mystique-CCS18&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{mystique-CCS18,
  title = {Mystique: Uncovering Information Leakage from Browser Extensions},
  author = {Chen, Quan and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the ACM Conference on Computer and Communications Security (CCS)}},
  howpublished = {https://mystique.csc.ncsu.edu/},
  code = {https://github.com/wspr-ncsu/mystique},
  pages = {1687–1700},
  year = {2018}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-cloaking-SP16&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Cloak of Visibility: Detecting When Machines Browse A Different Web&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Luca Invernizzi,
  
    
    
    
    Kurt Thomas,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Oxana Comanescu,
  
    
    
    
    Jean-Michel Picod,
  
    
    
    
    Elie Bursztein
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the IEEE Symposium on Security and Privacy, 2016
&lt;br&gt;


&lt;a href=&quot;/publications/cloaking-SP16.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-cloaking-SP16&quot; id=&quot;btn-cloaking-SP16&quot; onclick=&apos;showmodal(&quot;modal-cloaking-SP16&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-cloaking-SP16&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-cloaking-SP16&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{cloaking-SP16,
  title = {{Cloak of Visibility: Detecting When Machines Browse A Different Web}},
  author = {Invernizzi, Luca and Thomas, Kurt and Kapravelos, Alexandros and Comanescu, Oxana and Picod, Jean-Michel and Bursztein, Elie},
  booktitle = {{Proceedings of the IEEE Symposium on Security and Privacy}},
  pages = {743-758},
  year = {2016}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-adinjection-SP15&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Ad Injection at Scale: Assessing Deceptive Advertisement Modifications&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Kurt Thomas,
  
    
    
    
    Elie Bursztein,
  
    
    
    
    Chris Grier,
  
    
    
    
    Grant Go,
  
    
    
    
    Nav Jagpal,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Damon Mccoy,
  
    
    
    
    Antonio Nappa,
  
    
    
    
    Vern Paxson,
  
    
    
    
    Paul Pearce,
  
    
    
    
    Niels Provos,
  
    
    
    
    Moheeb Abu Rajab
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the IEEE Symposium on Security and Privacy, 2015
&lt;br&gt;

&lt;img src=&quot;/public/prize.png&quot; style=&quot;float:left;vertical-align: bottom; height:24px; width: 24px; display: block; margin-bottom: -1px;&quot;&gt;&lt;strong&gt;Distinguished Practical Paper Award&lt;/strong&gt;&lt;br clear=&quot;all&quot;&gt;


&lt;a href=&quot;/publications/adinjection-SP15.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-adinjection-SP15&quot; id=&quot;btn-adinjection-SP15&quot; onclick=&apos;showmodal(&quot;modal-adinjection-SP15&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-adinjection-SP15&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-adinjection-SP15&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{adinjection-SP15,
  title = {{Ad Injection at Scale: Assessing Deceptive Advertisement Modifications}},
  author = {Thomas, Kurt and Bursztein, Elie and Grier, Chris and Go, Grant and Jagpal, Nav and Kapravelos, Alexandros and Mccoy, Damon and Nappa, Antonio and Paxson, Vern and Pearce, Paul and Provos, Niels and Abu Rajab, Moheeb},
  booktitle = {{Proceedings of the IEEE Symposium on Security and Privacy}},
  note = {Distinguished Practical Paper Award},
  year = {2015}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-malvertisments-IMC14&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;The Dark Alleys of Madison Avenue: Understanding Malicious Advertisements&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Apostolis Zarras,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Gianluca Stringhini,
  
    
    
    
    Thorsten Holz,
  
    
    
    
    Chris Kruegel,
  
    
    
    
    Giovanni Vigna
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the Internet Measurement Conference (IMC), 2014
&lt;br&gt;


&lt;a href=&quot;/publications/malvertisments-IMC14.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-malvertisments-IMC14&quot; id=&quot;btn-malvertisments-IMC14&quot; onclick=&apos;showmodal(&quot;modal-malvertisments-IMC14&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-malvertisments-IMC14&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-malvertisments-IMC14&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{malvertisments-IMC14,
  title = {{The Dark Alleys of Madison Avenue: Understanding Malicious Advertisements}},
  author = {Zarras, Apostolis and Kapravelos, Alexandros and Stringhini, Gianluca and Holz, Thorsten and Kruegel, Chris and Vigna, Giovanni},
  booktitle = {{Proceedings of the Internet Measurement Conference (IMC)}},
  year = {2014}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-hulk-UsenixSec14&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Hulk: Eliciting Malicious Behavior in Browser Extensions&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Chris Grier,
  
    
    
    
    Neha Chachra,
  
    
    
    
    Chris Kruegel,
  
    
    
    
    Giovanni Vigna,
  
    
    
    
    Vern Paxson
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the USENIX Security Symposium, 2014
&lt;br&gt;


&lt;a href=&quot;/publications/hulk-UsenixSec14.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-hulk-UsenixSec14&quot; id=&quot;btn-hulk-UsenixSec14&quot; onclick=&apos;showmodal(&quot;modal-hulk-UsenixSec14&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-hulk-UsenixSec14&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-hulk-UsenixSec14&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{hulk-UsenixSec14,
  title = {{Hulk: Eliciting Malicious Behavior in Browser Extensions}},
  author = {Kapravelos, Alexandros and Grier, Chris and Chachra, Neha and Kruegel, Chris and Vigna, Giovanni and Paxson, Vern},
  booktitle = {{Proceedings of the USENIX Security Symposium}},
  year = {2014},
  organization = {USENIX}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-pexy-DIMVA14&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;PExy: The other side of Exploit Kits&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Giancarlo De Maio,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Yan Shoshitaishvili,
  
    
    
    
    Chris Kruegel,
  
    
    
    
    Giovanni Vigna
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the Conference on Detection of Intrusions and Malware &amp; Vulnerability Assessment (DIMVA), 2014
&lt;br&gt;


&lt;a href=&quot;/publications/pexy-DIMVA14.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-pexy-DIMVA14&quot; id=&quot;btn-pexy-DIMVA14&quot; onclick=&apos;showmodal(&quot;modal-pexy-DIMVA14&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-pexy-DIMVA14&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-pexy-DIMVA14&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{pexy-DIMVA14,
  title = {{PExy: The other side of Exploit Kits}},
  author = {De Maio, Giancarlo and Kapravelos, Alexandros and Shoshitaishvili, Yan and Kruegel, Chris and Vigna, Giovanni},
  booktitle = {{Proceedings of the Conference on Detection of Intrusions and Malware \&amp; Vulnerability Assessment (DIMVA)}},
  year = {2014}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-revolver-UsenixSec13&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Revolver: An Automated Approach to the Detection of Evasive Web-based Malware&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Yan Shoshitaishvili,
  
    
    
    
    Marco Cova,
  
    
    
    
    Chris Kruegel,
  
    
    
    
    Giovanni Vigna
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the USENIX Security Symposium, 2013
&lt;br&gt;


&lt;a href=&quot;/publications/revolver-UsenixSec13.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-revolver-UsenixSec13&quot; id=&quot;btn-revolver-UsenixSec13&quot; onclick=&apos;showmodal(&quot;modal-revolver-UsenixSec13&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-revolver-UsenixSec13&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-revolver-UsenixSec13&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{revolver-UsenixSec13,
  title = {{Revolver: An Automated Approach to the Detection of Evasive Web-based Malware}},
  author = {Kapravelos, Alexandros and Shoshitaishvili, Yan and Cova, Marco and Kruegel, Chris and Vigna, Giovanni},
  booktitle = {{Proceedings of the USENIX Security Symposium}},
  year = {2013}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-cookiemonster-SP13&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Cookieless Monster: Exploring the Ecosystem of Web-based Device Fingerprinting&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Nick Nikiforakis,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Wouter Joosen,
  
    
    
    
    Chris Kruegel,
  
    
    
    
    Frank Piessens,
  
    
    
    
    Giovanni Vigna
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the IEEE Symposium on Security and Privacy, 2013
&lt;br&gt;


&lt;a href=&quot;/publications/cookiemonster-SP13.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-cookiemonster-SP13&quot; id=&quot;btn-cookiemonster-SP13&quot; onclick=&apos;showmodal(&quot;modal-cookiemonster-SP13&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-cookiemonster-SP13&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-cookiemonster-SP13&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{cookiemonster-SP13,
  title = {{Cookieless Monster: Exploring the Ecosystem of Web-based Device Fingerprinting}},
  author = {Nikiforakis, Nick and Kapravelos, Alexandros and Joosen, Wouter and Kruegel, Chris and Piessens, Frank and Vigna, Giovanni},
  booktitle = {{Proceedings of the IEEE Symposium on Security and Privacy}},
  year = {2013}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-jsinclusions-CCS12&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;You Are What You Include: Large-scale Evaluation of Remote JavaScript Inclusions&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Nick Nikiforakis,
  
    
    
    
    Luca Invernizzi,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Steven Van Acker,
  
    
    
    
    Wouter Joosen,
  
    
    
    
    Chris Kruegel,
  
    
    
    
    Frank Piessens,
  
    
    
    
    Giovanni Vigna
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the ACM Conference on Computer and Communications Security (CCS), 2012
&lt;br&gt;


&lt;a href=&quot;/publications/jsinclusions-CCS12.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-jsinclusions-CCS12&quot; id=&quot;btn-jsinclusions-CCS12&quot; onclick=&apos;showmodal(&quot;modal-jsinclusions-CCS12&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-jsinclusions-CCS12&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-jsinclusions-CCS12&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{jsinclusions-CCS12,
  title = {You Are What You Include: Large-scale Evaluation of Remote JavaScript Inclusions},
  author = {Nikiforakis, Nick and Invernizzi, Luca and Kapravelos, Alexandros and Van Acker, Steven and Joosen, Wouter and Kruegel, Chris and Piessens, Frank and Vigna, Giovanni},
  booktitle = {{Proceedings of the ACM Conference on Computer and Communications Security (CCS)}},
  year = {2012}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-monkeyisland-DIMVA11&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Escape from Monkey Island: Evading High-Interaction Honeyclients&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Marco Cova,
  
    
    
    
    Chris Kruegel,
  
    
    
    
    Giovanni Vigna
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the Conference on Detection of Intrusions and Malware &amp; Vulnerability Assessment (DIMVA), 2011
&lt;br&gt;


&lt;a href=&quot;/publications/monkeyisland-DIMVA11.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-monkeyisland-DIMVA11&quot; id=&quot;btn-monkeyisland-DIMVA11&quot; onclick=&apos;showmodal(&quot;modal-monkeyisland-DIMVA11&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-monkeyisland-DIMVA11&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-monkeyisland-DIMVA11&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{monkeyisland-DIMVA11,
  title = {{Escape from Monkey Island: Evading High-Interaction Honeyclients}},
  author = {Kapravelos, Alexandros and Cova, Marco and Kruegel, Chris and Vigna, Giovanni},
  booktitle = {{Proceedings of the Conference on Detection of Intrusions and Malware \&amp; Vulnerability Assessment (DIMVA)}},
  year = {2011}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-dial-esorics10&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;D(e|i)aling with VoIP: Robust Prevention of Dial Attacks&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Jason Polakis,
  
    
    
    
    Elias Athanasopoulos,
  
    
    
    
    Sotiris Ioannidis,
  
    
    
    
    Evangelos P. Markatos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the European Symposium on Research in Computer Security (ESORICS), 2010
&lt;br&gt;


&lt;a href=&quot;/publications/dial-esorics10.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-dial-esorics10&quot; id=&quot;btn-dial-esorics10&quot; onclick=&apos;showmodal(&quot;modal-dial-esorics10&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-dial-esorics10&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-dial-esorics10&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{dial-esorics10,
  title = {{D(e$\mid$i)aling with VoIP: Robust Prevention of Dial Attacks}},
  author = {Kapravelos, Alexandros and Polakis, Jason and Athanasopoulos, Elias and Ioannidis, Sotiris and Markatos, Evangelos P.},
  booktitle = {{Proceedings of the European Symposium on Research in Computer Security (ESORICS)}},
  year = {2010}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-packetloss-TMA09&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Realistic Passive Packet Loss Measurement for High-Speed Networks&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Ales Friedl,
  
    
    
    
    Sven Ubik,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Michalis Polychronakis,
  
    
    
    
    Evangelos P. Markatos
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the International Workshop on Traffic Monitoring and Analysis (TMA), 2009
&lt;br&gt;


&lt;a href=&quot;/publications/packetloss-TMA09.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-packetloss-TMA09&quot; id=&quot;btn-packetloss-TMA09&quot; onclick=&apos;showmodal(&quot;modal-packetloss-TMA09&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-packetloss-TMA09&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-packetloss-TMA09&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{packetloss-TMA09,
  title = {{Realistic Passive Packet Loss Measurement for High-Speed Networks}},
  author = {Friedl, Ales and Ubik, Sven and Kapravelos, Alexandros and Polychronakis, Michalis and Markatos, Evangelos P.},
  booktitle = {{Proceedings of the International Workshop on Traffic Monitoring and Analysis (TMA)}},
  year = {2009}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-flexconf&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;FleXConf: A Flexible Conference Assistant Using Context-Aware
               Notification Services&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Nikos Armenatzoglou,
  
    
    
    
    Yannis Marketakis,
  
    
    
    
    Lito Kriara,
  
    
    
    
    Elias Apostolopoulos,
  
    
    
    
    Vicky Papavasiliou,
  
    
    
    
    Dimitris Kampas,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Eythimis Kartsonakis,
  
    
    
    
    Giorgos Linardakis,
  
    
    
    
    Sofia Nikitaki,
  
    
    
    
    Antonis Bikakis,
  
    
    
    
    Grigoris Antoniou
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the IEEE Workshop on Context Aware Mobile Systems
  (CAMS), 2009
&lt;br&gt;


&lt;a href=&quot;/publications/flexconf.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-flexconf&quot; id=&quot;btn-flexconf&quot; onclick=&apos;showmodal(&quot;modal-flexconf&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-flexconf&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-flexconf&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{flexconf,
  author = {Armenatzoglou, Nikos and Marketakis, Yannis and Kriara, Lito and Apostolopoulos, Elias and Papavasiliou, Vicky and Kampas, Dimitris and Kapravelos, Alexandros and Kartsonakis, Eythimis and Linardakis, Giorgos and Nikitaki, Sofia and Bikakis, Antonis and Antoniou, Grigoris},
  title = {FleXConf: A Flexible Conference Assistant Using Context-Aware
                 Notification Services},
  booktitle = {Proceedings of the IEEE Workshop on Context Aware Mobile Systems
    (CAMS)},
  year = {2009}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-lossestimation-coregrid06&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Passive end-to-end packet loss estimation for grid traffic monitoring&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;
  
    
    
    
    Antonis Papadogiannakis,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Michalis Polychronakis,
  
    
    
    
    Evangelos P. Markatos,
  
    
    
    
    Augusto Ciuffoletti
  
&lt;/em&gt;&lt;br&gt;
Proceedings of the CoreGRID Integration Workshop, 2006
&lt;br&gt;


&lt;a href=&quot;/publications/lossestimation-coregrid06.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-lossestimation-coregrid06&quot; id=&quot;btn-lossestimation-coregrid06&quot; onclick=&apos;showmodal(&quot;modal-lossestimation-coregrid06&quot;)&apos;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-lossestimation-coregrid06&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&apos;closemodal(&quot;modal-lossestimation-coregrid06&quot;)&apos;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{lossestimation-coregrid06,
  title = {{Passive end-to-end packet loss estimation for grid traffic monitoring}},
  author = {Papadogiannakis, Antonis and Kapravelos, Alexandros and Polychronakis, Michalis and Markatos, Evangelos P. and Ciuffoletti, Augusto},
  booktitle = {{Proceedings of the CoreGRID Integration Workshop}},
  year = {2006}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;&lt;/ol&gt; --&gt;
&lt;ol class=&quot;bibliography&quot; reversed=&quot;reversed&quot;&gt;&lt;li&gt;&lt;div id=&quot;bibtex-vv8webview-ndss26&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Cross-Boundary Mobile Tracking: Exploring Java-to-JavaScript Information Diffusion in WebViews&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;
  
    
    
    
    Sohom Datta,
  
    
    
    
    Michalis Diamantaris,
  
    
    
    
    Ahsan Zafar,
  
    
    
    
    Junhua Su,
  
    
    
    
    Anupam Das,
  
    
    
    
    Jason Polakis,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br /&gt;
Proceedings of the Network and Distributed System Security Symposium (NDSS), 2026
&lt;br /&gt;


&lt;a href=&quot;/publications/vv8webview-ndss26.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-vv8webview-ndss26&quot; id=&quot;btn-vv8webview-ndss26&quot; onclick=&quot;showmodal(&amp;quot;modal-vv8webview-ndss26&amp;quot;)&quot;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/wspr-ncsu/webviewtracer&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-vv8webview-ndss26&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&quot;closemodal(&amp;quot;modal-vv8webview-ndss26&amp;quot;)&quot;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{vv8webview-ndss26,
  title = {{Cross-Boundary Mobile Tracking: Exploring Java-to-JavaScript Information Diffusion in WebViews}},
  author = {Datta, Sohom and Diamantaris, Michalis and Zafar, Ahsan and Su, Junhua and Das, Anupam and Polakis, Jason and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the Network and Distributed System Security Symposium (NDSS)}},
  month = feb,
  code = {{https://github.com/wspr-ncsu/webviewtracer}},
  tag = {vv8},
  year = {2026}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-vv8diverge-ccs25&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Same Script, Different Behavior: Characterizing Platform-Specific Divergent JavaScript Execution&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;
  
    
    
    
    Ahsan Zafar,
  
    
    
    
    Junhua Su,
  
    
    
    
    Sohom Datta,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Anupam Das
  
&lt;/em&gt;&lt;br /&gt;
Proceedings of the ACM Conference on Computer and Communications Security (CCS), 2025
&lt;br /&gt;


&lt;a href=&quot;/publications/vv8diverge-ccs25.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-vv8diverge-ccs25&quot; id=&quot;btn-vv8diverge-ccs25&quot; onclick=&quot;showmodal(&amp;quot;modal-vv8diverge-ccs25&amp;quot;)&quot;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-vv8diverge-ccs25&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&quot;closemodal(&amp;quot;modal-vv8diverge-ccs25&amp;quot;)&quot;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{vv8diverge-ccs25,
  title = {{Same Script, Different Behavior: Characterizing Platform-Specific Divergent JavaScript Execution}},
  author = {Zafar, Ahsan and Su, Junhua and Datta, Sohom and Kapravelos, Alexandros and Das, Anupam},
  booktitle = {{Proceedings of the ACM Conference on Computer and Communications Security (CCS)}},
  month = oct,
  tag = {vv8},
  year = {2025}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-fv8-sec24&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;FV8: A Forced Execution JavaScript Engine for Detecting Evasive Techniques&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;
  
    
    
    
    Nikolaos Pantelaios,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br /&gt;
Proceedings of the USENIX Security Symposium, 2024
&lt;br /&gt;


&lt;a href=&quot;/publications/fv8-sec24.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-fv8-sec24&quot; id=&quot;btn-fv8-sec24&quot; onclick=&quot;showmodal(&amp;quot;modal-fv8-sec24&amp;quot;)&quot;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/wspr-ncsu/FV8&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-fv8-sec24&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&quot;closemodal(&amp;quot;modal-fv8-sec24&amp;quot;)&quot;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{fv8-sec24,
  title = {{FV8: A Forced Execution JavaScript Engine for Detecting Evasive Techniques}},
  author = {Pantelaios, Nikolaos and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the USENIX Security Symposium}},
  code = {{https://github.com/wspr-ncsu/FV8}},
  month = aug,
  tag = {vv8},
  year = {2024}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-fptechniques-www23&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Automatic Discovery of Emerging Browser Fingerprinting Techniques&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;
  
    
    
    
    Junhua Su,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br /&gt;
Proceedings of The Web Conference (WWW), 2023
&lt;br /&gt;


&lt;a href=&quot;/publications/fptechniques-www23.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-fptechniques-www23&quot; id=&quot;btn-fptechniques-www23&quot; onclick=&quot;showmodal(&amp;quot;modal-fptechniques-www23&amp;quot;)&quot;&gt;[Bibtex]&lt;/a&gt;








&lt;a href=&quot;https://github.com/wspr-ncsu/BrowserFingerprintingAD&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-fptechniques-www23&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&quot;closemodal(&amp;quot;modal-fptechniques-www23&amp;quot;)&quot;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{fptechniques-www23,
  title = {{Automatic Discovery of Emerging Browser Fingerprinting Techniques}},
  author = {Su, Junhua and Kapravelos, Alexandros},
  booktitle = {{Proceedings of The Web Conference (WWW)}},
  month = apr,
  code = {{https://github.com/wspr-ncsu/BrowserFingerprintingAD}},
  pages = {2178--2188},
  tag = {vv8},
  year = {2023}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-jsobf-imc20&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Hiding in Plain Site: Detecting JavaScript Obfuscation through Concealed Browser API Usage&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;
  
    
    
    
    Shaown Sarker,
  
    
    
    
    Jordan Jueckstock,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br /&gt;
Proceedings of the ACM Internet Measurement Conference (IMC), 2020
&lt;br /&gt;


&lt;a href=&quot;/publications/jsobf-imc20.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-jsobf-imc20&quot; id=&quot;btn-jsobf-imc20&quot; onclick=&quot;showmodal(&amp;quot;modal-jsobf-imc20&amp;quot;)&quot;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-jsobf-imc20&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&quot;closemodal(&amp;quot;modal-jsobf-imc20&amp;quot;)&quot;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{jsobf-imc20,
  title = {{Hiding in Plain Site: Detecting JavaScript Obfuscation through Concealed Browser API Usage}},
  author = {Sarker, Shaown and Jueckstock, Jordan and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the ACM Internet Measurement Conference (IMC)}},
  pages = {648–661},
  month = oct,
  tag = {vv8},
  year = {2020}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div id=&quot;bibtex-vv8-imc19&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;VisibleV8: In-browser Monitoring of JavaScript in the Wild&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;
  
    
    
    
    Jordan Jueckstock,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br /&gt;
Proceedings of the ACM Internet Measurement Conference (IMC), 2019
&lt;br /&gt;


&lt;a href=&quot;/publications/vv8-imc19.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-vv8-imc19&quot; id=&quot;btn-vv8-imc19&quot; onclick=&quot;showmodal(&amp;quot;modal-vv8-imc19&amp;quot;)&quot;&gt;[Bibtex]&lt;/a&gt;


&lt;a href=&quot;/projects/vv8/&quot;&gt;[website]&lt;/a&gt;



&lt;a href=&quot;/presentations/vv8-imc19.pdf&quot;&gt;[slides]&lt;/a&gt;



&lt;a href=&quot;https://vimeo.com/showcase/6531379/video/369121825#t=3500s&quot;&gt;[talk]&lt;/a&gt;



&lt;a href=&quot;https://github.com/wspr-ncsu/visiblev8&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-vv8-imc19&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&quot;closemodal(&amp;quot;modal-vv8-imc19&amp;quot;)&quot;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{vv8-imc19,
  title = {{VisibleV8: In-browser Monitoring of JavaScript in the Wild}},
  author = {Jueckstock, Jordan and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the ACM Internet Measurement Conference (IMC)}},
  pages = {393–405},
  month = oct,
  howpublished = {/projects/vv8/},
  code = {{https://github.com/wspr-ncsu/visiblev8}},
  slides = {/presentations/vv8-imc19.pdf},
  talk = {https://vimeo.com/showcase/6531379/video/369121825#t=3500s},
  tag = {vv8},
  year = {2019}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;&lt;/ol&gt;
</content>
 </entry>
 
 <entry>
   <title>NDSS 2024 Distinguished Paper Award</title>
   <link href="https://kapravelos.com/research/2024/03/01/ndss24-bestpaper/"/>
   <updated>2024-03-01T00:00:00+00:00</updated>
   <id>https://kapravelos.com/research/2024/03/01/ndss24-bestpaper</id>
   <content type="html">&lt;p&gt;Our paper &lt;em&gt;UntrustIDE: Exploiting Weaknesses in VS Code Extensions&lt;/em&gt; has received the Distinguished Paper Award at the Network and Distributed System Security Symposium (NDSS), 2024! This was Elizabeth’s first paper and she did a fantastic job!&lt;/p&gt;

&lt;ol class=&quot;bibliography&quot; reversed=&quot;reversed&quot;&gt;&lt;li&gt;&lt;div id=&quot;bibtex-untrustide-ndss24&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;UntrustIDE: Exploiting Weaknesses in VS Code Extensions&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;
  
    
    
    
    Elizabeth Lin,
  
    
    
    
    Igibek Koishybayev,
  
    
    
    
    Trevor Dunlap,
  
    
    
    
    William Enck,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br /&gt;
Proceedings of the Network and Distributed System Security Symposium (NDSS), 2024
&lt;br /&gt;

&lt;img src=&quot;/public/prize.png&quot; style=&quot;float:left;vertical-align: bottom; height:24px; width: 24px; display: block; margin-bottom: -1px;&quot; /&gt;&lt;strong&gt;Distinguished Paper Award&lt;/strong&gt;&lt;br clear=&quot;all&quot; /&gt;


&lt;a href=&quot;/publications/untrustide-ndss24.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-untrustide-ndss24&quot; id=&quot;btn-untrustide-ndss24&quot; onclick=&quot;showmodal(&amp;quot;modal-untrustide-ndss24&amp;quot;)&quot;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-untrustide-ndss24&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&quot;closemodal(&amp;quot;modal-untrustide-ndss24&amp;quot;)&quot;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{untrustide-ndss24,
  title = {{UntrustIDE: Exploiting Weaknesses in VS Code Extensions}},
  author = {Lin, Elizabeth and Koishybayev, Igibek and Dunlap, Trevor and Enck, William and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the Network and Distributed System Security Symposium (NDSS)}},
  note = {Distinguished Paper Award},
  month = feb,
  year = {2024}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;&lt;/ol&gt;
</content>
 </entry>
 
 <entry>
   <title>NSF Frontier proposal funded</title>
   <link href="https://kapravelos.com/research/2022/08/24/s3c2/"/>
   <updated>2022-08-24T00:00:00+00:00</updated>
   <id>https://kapravelos.com/research/2022/08/24/s3c2</id>
   <content type="html">&lt;p&gt;Our Frontier proposal on software supply chain security has been funded by NSF!&lt;br /&gt;
Here are the details:&lt;/p&gt;

&lt;hr /&gt;
&lt;h3 id=&quot;collaborative-proposal-satc-frontiers-enabling-a-secure-and-trustworthy-software-supply-chain&quot;&gt;Collaborative Proposal: SaTC: Frontiers: Enabling a Secure and Trustworthy Software Supply Chain&lt;/h3&gt;

&lt;p&gt;The modern world relies on software in almost every human endeavor, and a typical software product includes 80% open source components. Attackers exploit accidentally-injected security vulnerabilities and, increasingly, aggressively implant vulnerabilities or malicious code directly into the software supply chain – open source software and its build and deployment pipelines. This Frontier project establishes the Secure Software Supply Chain Center (S3C2), a large-scale, multi-institution effort established to aid the software industry re-establish trust in the software supply chain through the development of scientific principles, synergistic tools, metrics, and models in the context of human behavior among software supply chain stakeholders. The Center contributes to a diverse workforce of professionals educated and trained in secure software supply chain methods, among others, through undergraduate research projects, summer camps, and the development of course modules for students and practitioners. S3C2’s vision is to facilitate rapid innovation with increased confidence in software supply chain security.&lt;/p&gt;

&lt;p&gt;S3C2 focuses on interconnected research thrusts for two supply chain attack vectors. Thrust One focuses on developing tools and techniques to aid practitioners with the risk of upstream dependencies. It enhances the utility of the Software Bill of Materials (SBoM) by identifying exploitability of vulnerabilities and changes to attack surfaces and isolates risky code as a stop-gap before patching is possible. Thrust Two focuses on developing tools and techniques to aid practitioners with the risk of build processes. It enables strong guarantees for build integrity through analysis of a continuous integration/continuous deployment (CI/CD) configuration and techniques that help developers achieve reproducible builds.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>IEEE S&amp;P 2021 Best Student Paper Award</title>
   <link href="https://kapravelos.com/research/2021/05/24/sp21-bestpaper/"/>
   <updated>2021-05-24T00:00:00+00:00</updated>
   <id>https://kapravelos.com/research/2021/05/24/sp21-bestpaper</id>
   <content type="html">&lt;p&gt;Our paper &lt;em&gt;CrawlPhish: Large-scale Analysis of Client-side Cloaking Techniques in Phishing&lt;/em&gt;, a collaboration between Arizona State University, Paypal, Samsung Research and North Carolina State University has received the Best Student Paper Award at IEEE Symposium on Security and Privacy 2021!&lt;/p&gt;

&lt;ol class=&quot;bibliography&quot; reversed=&quot;reversed&quot;&gt;&lt;li&gt;&lt;div id=&quot;bibtex-crawlphish-sp21&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;CrawlPhish: Large-scale Analysis of Client-side Cloaking Techniques in Phishing&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;
  
    
    
    
    Penghui Zhang,
  
    
    
    
    Adam Oest,
  
    
    
    
    Haehyun Cho,
  
    
    
    
    Zhibo Sun,
  
    
    
    
    RC Johnson,
  
    
    
    
    Brad Wardman,
  
    
    
    
    Shaown Sarker,
  
    
    
    
     Alexandros Kapravelos,
  
    
    
    
    Tiffany Bao,
  
    
    
    
    Ruoyu Wang,
  
    
    
    
    Yan Shoshitaishvili,
  
    
    
    
    Adam Doupe,
  
    
    
    
    Gail-Joon Ahn
  
&lt;/em&gt;&lt;br /&gt;
Proceedings of the IEEE Symposium on Security and Privacy, 2021
&lt;br /&gt;

&lt;img src=&quot;/public/prize.png&quot; style=&quot;float:left;vertical-align: bottom; height:24px; width: 24px; display: block; margin-bottom: -1px;&quot; /&gt;&lt;strong&gt;Best Student Paper Award&lt;/strong&gt;&lt;br clear=&quot;all&quot; /&gt;


&lt;a href=&quot;/publications/crawlphish-sp21.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-crawlphish-sp21&quot; id=&quot;btn-crawlphish-sp21&quot; onclick=&quot;showmodal(&amp;quot;modal-crawlphish-sp21&amp;quot;)&quot;&gt;[Bibtex]&lt;/a&gt;











&lt;div id=&quot;modal-crawlphish-sp21&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&quot;closemodal(&amp;quot;modal-crawlphish-sp21&amp;quot;)&quot;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{crawlphish-sp21,
  title = {{CrawlPhish: Large-scale Analysis of Client-side Cloaking Techniques in Phishing}},
  author = {Zhang, Penghui and Oest, Adam and Cho, Haehyun and Sun, Zhibo and Johnson, RC and Wardman, Brad and Sarker, Shaown and Kapravelos, Alexandros and Bao, Tiffany and Wang, Ruoyu and Shoshitaishvili, Yan and Doupe, Adam and Ahn, Gail-Joon},
  booktitle = {{Proceedings of the IEEE Symposium on Security and Privacy}},
  note = {Best Student Paper Award},
  month = may,
  pages = {1109-1124},
  year = {2021}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;&lt;/ol&gt;
</content>
 </entry>
 
 <entry>
   <title>HackPack CTF 2020</title>
   <link href="https://kapravelos.com/ctf/2020/04/17/hackpack-CTF/"/>
   <updated>2020-04-17T00:00:00+00:00</updated>
   <id>https://kapravelos.com/ctf/2020/04/17/hackpack-CTF</id>
   <content type="html">&lt;p&gt;We are organizing an educational Capture The Flag competition as part of my two courses this semester. The CTF will start on April 17th at 1pm EDT and finish on April 27th at 23:59 EDT. We got more than 500 teams registered to play! Join us!&lt;/p&gt;

&lt;p&gt;More details here: &lt;a href=&quot;https://hackpack.club/ctf2020/&quot;&gt;https://hackpack.club/ctf2020/&lt;/a&gt;&lt;br /&gt;
NCSU CSC news article: &lt;a href=&quot;https://www.csc.ncsu.edu/news/2323&quot;&gt;https://www.csc.ncsu.edu/news/2323&lt;/a&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Paper accepted at WWW&apos;19</title>
   <link href="https://kapravelos.com/papers/2019/02/01/www19/"/>
   <updated>2019-02-01T00:00:00+00:00</updated>
   <id>https://kapravelos.com/papers/2019/02/01/www19</id>
   <content type="html">&lt;p&gt;Our paper about fingerprintable browser extensions was accepted at the &lt;a href=&quot;https://www2019.thewebconf.org/accepted-papers&quot;&gt;WEB Conference (WWW) 2019&lt;/a&gt;.&lt;/p&gt;

&lt;ol class=&quot;bibliography&quot; reversed=&quot;reversed&quot;&gt;&lt;/ol&gt;
</content>
 </entry>
 
 <entry>
   <title>Paper accepted at CCS&apos;18</title>
   <link href="https://kapravelos.com/papers/2018/07/30/mystique-ccs/"/>
   <updated>2018-07-30T00:00:00+00:00</updated>
   <id>https://kapravelos.com/papers/2018/07/30/mystique-ccs</id>
   <content type="html">&lt;p&gt;Quan Chen’s paper got accepted at CCS’18! Stay tuned for a new browser extension analysis system specifically crafted to detect privacy leaks.&lt;/p&gt;

&lt;ol class=&quot;bibliography&quot; reversed=&quot;reversed&quot;&gt;&lt;li&gt;&lt;div id=&quot;bibtex-mystique-CCS18&quot; class=&quot;anchor&quot;&gt;
&lt;strong&gt;Mystique: Uncovering Information Leakage from Browser Extensions&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;
  
    
    
    
    Quan Chen,
  
    
    
    
     Alexandros Kapravelos
  
&lt;/em&gt;&lt;br /&gt;
Proceedings of the ACM Conference on Computer and Communications Security (CCS), 2018
&lt;br /&gt;


&lt;a href=&quot;/publications/mystique-CCS18.pdf&quot;&gt;[PDF]&lt;/a&gt;



&lt;a href=&quot;#bibtex-mystique-CCS18&quot; id=&quot;btn-mystique-CCS18&quot; onclick=&quot;showmodal(&amp;quot;modal-mystique-CCS18&amp;quot;)&quot;&gt;[Bibtex]&lt;/a&gt;


&lt;a href=&quot;https://mystique.csc.ncsu.edu/&quot;&gt;[website]&lt;/a&gt;







&lt;a href=&quot;https://github.com/wspr-ncsu/mystique&quot;&gt;[code]&lt;/a&gt;




&lt;div id=&quot;modal-mystique-CCS18&quot; class=&quot;modal&quot;&gt;

  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;span class=&quot;close&quot; onclick=&quot;closemodal(&amp;quot;modal-mystique-CCS18&amp;quot;)&quot;&gt;×&lt;/span&gt;
    &lt;pre&gt;@inproceedings{mystique-CCS18,
  title = {Mystique: Uncovering Information Leakage from Browser Extensions},
  author = {Chen, Quan and Kapravelos, Alexandros},
  booktitle = {{Proceedings of the ACM Conference on Computer and Communications Security (CCS)}},
  howpublished = {https://mystique.csc.ncsu.edu/},
  code = {https://github.com/wspr-ncsu/mystique},
  pages = {1687–1700},
  year = {2018}
}
&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;
&lt;/li&gt;&lt;/ol&gt;
</content>
 </entry>
 
 <entry>
   <title>Two new PhD students will join our group</title>
   <link href="https://kapravelos.com/students/2018/05/01/phd-students/"/>
   <updated>2018-05-01T00:00:00+00:00</updated>
   <id>https://kapravelos.com/students/2018/05/01/phd-students</id>
   <content type="html">&lt;p&gt;Kyle Martin and Nikos Pantelaios will start their PhD at NCSU in Fall’18. Really excited to work with them and that our group is expanding!&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>HackPack CTF 2018</title>
   <link href="https://kapravelos.com/ctf/2018/04/20/hackpack-CTF/"/>
   <updated>2018-04-20T00:00:00+00:00</updated>
   <id>https://kapravelos.com/ctf/2018/04/20/hackpack-CTF</id>
   <content type="html">&lt;p&gt;As part of CSC-405, we are organizing a Capture the Flag competition on Friday 4/20 from 1pm - 7pm.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>We are the Order of the Overflow</title>
   <link href="https://kapravelos.com/defcon/2018/01/25/oooverflow/"/>
   <updated>2018-01-25T00:00:00+00:00</updated>
   <id>https://kapravelos.com/defcon/2018/01/25/oooverflow</id>
   <content type="html">&lt;p&gt;I’m very excited to announce that we formed a team, called the Order of the Overflow, to organize DEF CON CTF in the years to come!
The team is a mix of industry and academic people with lots of experience in organizing and participating in CTFs.
You can read more about our team and philosophy &lt;a href=&quot;https://www.defcon.org/html/defcon-26/dc-26-ctf.html#dc26ctforg&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Follow us on &lt;a href=&quot;https://twitter.com/oooverflow&quot;&gt;twitter&lt;/a&gt; and check out the latest DEF CON CTF info on our &lt;a href=&quot;https://twitter.com/oooverflow&quot;&gt;page&lt;/a&gt;.&lt;/p&gt;
</content>
 </entry>
 

</feed>
