Skip to content

Commit

Permalink
update news and pubs
Browse files Browse the repository at this point in the history
  • Loading branch information
brant-ruan committed Sep 22, 2024
1 parent fb0c193 commit b8d2f00
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
31 changes: 29 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ <h2 class="larger-h2">Welcome to CURIOSITY!</h2>
</div>
<h2>Latest News</h2>
<section class="news-section">
<div class="news-item">
<span class="news-date">Sep 2024</span>
<p class="news-content">🎉 Our recent work on high-assurance system observability protection is accepted in CCS'24!</p>
</div>
<div class="news-item">
<span class="news-date">July 2024</span>
<p class="news-content">🎉 Our recent work on mobile malware detection is accepted in ASE'24!</p>
</div>
<div class="news-item">
<span class="news-date">Jul 2024</span>
<p class="news-content">🎉 Our recent work on cryptographic misuse detection is accepted in RAID'24!</p>
Expand All @@ -51,6 +59,10 @@ <h2>Latest News</h2>
<span class="news-date">Jun 2024</span>
<p class="news-content">🎉 Our VulZoo vulnerability intelligence dataset is released!</p>
</div>
<div class="news-item">
<span class="news-date">May 2024</span>
<p class="news-content">🎉 Our recent work on Android UI similarity is accepted in USENIX Security'24!</p>
</div>
<div class="news-item">
<span class="news-date">Apr 2024</span>
<p class="news-content">🎉 Our group website is ready!</p>
Expand All @@ -69,16 +81,31 @@ <h2>Latest News</h2>
<h2>Selected Publications</h2>
<p>Refer to <a href="publications.html">this link</a> for the full list of publications.</p>
<div class="publications-container">
<div class="publication">
<h3 class="paper-title">The HitchHiker's Guide to High-Assurance System Observability Protection with Efficient Permission Switches</h3>
<p class="authors">Chuqi Zhang, Jun Zeng, Yiming Zhang, Adil Ahmad, Fengwei Zhang, Zhenkai Liang, and Hai Jin.</p>
<p class="publisher">In Proceedings of the 31th ACM Conference on Computer and Communications Security, 2024.</p>
</div>
<div class="publication">
<h3 class="paper-title">MaskDroid: Robust Android Malware Detection with Masked Graph Representations</h3>
<p class="authors">Jingnan Zheng*, Jiahao Liu*, An Zhang, Jun Zeng, Ziqi Yang, Zhenkai Liang, and Tat-Seng Chua.</p>
<p class="publisher">In Proceedings of the 39th IEEE/ACM International Conference on Automated Software Engineering, 2024.</p>
</div>
<div class="publication">
<h3 class="paper-title">CrypTody: Cryptographic Misuse Analysis of IoT Firmware via Data-flow Reasoning</h3>
<p class="authors">Jianing Wang, Shanqing Guo, Wenrui Diao, Yue Liu, Haixin Duan, Yichen Liu, Zhenkai Liang</p>
<p class="authors">Jianing Wang, Shanqing Guo, Wenrui Diao, Yue Liu, Haixin Duan, Yichen Liu, and Zhenkai Liang.</p>
<p class="publisher">In 27th International Symposium on Research in Attacks, Intrusions and Defenses (RAID 2024).</p>
</div>
<div class="publication">
<h3 class="paper-title">KernJC: Automated Vulnerable Environment Generation for Linux Kernel Vulnerabilities</h3>
<p class="authors">Bonan Ruan, Jiahao Liu, Chuqi Zhang, Zhenkai Liang.</p>
<p class="publisher">In 27th International Symposium on Research in Attacks, Intrusions and Defenses (RAID 2024).</p>
</div>
<div class="publication">
<h3 class="paper-title">UIHASH: Detecting Similar Android UIs through Grid-Based Visual Appearance Representation</h3>
<p class="authors">Jiawei Li, Jian Mao, Jun Zeng, Qixiao Lin, Shaowen Feng, and Zhenkai Liang.</p>
<p class="publisher">In Proceedings of the 33rd USENIX Security Symposium, 2024.</p>
</div>
<div class="publication">
<h3 class="paper-title">Detecting Logic Bugs in Graph Database Management Systems via Injective and Surjective Graph Query Transformation</h3>
<p class="authors">Yuancheng Jiang, Jiahao Liu, Jinsheng Ba, Roland Yap, Zhenkai Liang, Manuel Rigger.</p>
Expand All @@ -96,7 +123,7 @@ <h3 class="paper-title">PalanTír: Optimizing Attack Provenance with Hardware-en
</div>
<div class="publication">
<h3 class="paper-title">FlowMatrix: GPU-Assisted Information-Flow Analysis through Matrix-Based Representation</h3>
<p class="authors">Kaihang Ji, Jun Zeng, Yuancheng Jiang, Zhenkai Liang, Zheng Leong Chua, Prateek Saxena, and Abhik Roychoudhury</p>
<p class="authors">Kaihang Ji, Jun Zeng, Yuancheng Jiang, Zhenkai Liang, Zheng Leong Chua, Prateek Saxena, and Abhik Roychoudhury.</p>
<p class="publisher">In Proceedings of the 31st USENIX Security Symposium, 2022.</p>
</div>
<div class="publication">
Expand Down
12 changes: 12 additions & 0 deletions news.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<main>
<h2 class="larger-h2">News</h2>
<section class="news-section">
<div class="news-item">
<span class="news-date">Sep 2024</span>
<p class="news-content">🎉 Our recent work on high-assurance system observability protection is accepted in CCS'24!</p>
</div>
<div class="news-item">
<span class="news-date">Jul 2024</span>
<p class="news-content">🎉 Our recent work on mobile malware detection is accepted in ASE'24!</p>
</div>
<div class="news-item">
<span class="news-date">Jul 2024</span>
<p class="news-content">🎉 Our recent work on cryptographic misuse detection is accepted in RAID'24!</p>
Expand All @@ -39,6 +47,10 @@ <h2 class="larger-h2">News</h2>
<span class="news-date">Jun 2024</span>
<p class="news-content">🎉 Our VulZoo vulnerability intelligence dataset is released!</p>
</div>
<div class="news-item">
<span class="news-date">May 2024</span>
<p class="news-content">🎉 Our recent work on Android UI similarity is accepted in USENIX Security'24!</p>
</div>
<div class="news-item">
<span class="news-date">Apr 2024</span>
<p class="news-content">🎉 Our group website is ready!</p>
Expand Down
15 changes: 15 additions & 0 deletions publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<main>
<h2 class="larger-h2">Publication List</h2>
<div class="publications-container">
<div class="publication">
<h3 class="paper-title">The HitchHiker's Guide to High-Assurance System Observability Protection with Efficient Permission Switches</h3>
<p class="authors">Chuqi Zhang, Jun Zeng, Yiming Zhang, Adil Ahmad, Fengwei Zhang, Zhenkai Liang, and Hai Jin.</p>
<p class="publisher">In Proceedings of the 31th ACM Conference on Computer and Communications Security, 2024.</p>
</div>
<div class="publication">
<h3 class="paper-title">MaskDroid: Robust Android Malware Detection with Masked Graph Representations</h3>
<p class="authors">Jingnan Zheng*, Jiahao Liu*, An Zhang, Jun Zeng, Ziqi Yang, Zhenkai Liang, and Tat-Seng Chua.</p>
<p class="publisher">In Proceedings of the 39th IEEE/ACM International Conference on Automated Software Engineering, 2024.</p>
</div>
<div class="publication">
<h3 class="paper-title">VulZoo: A Comprehensive Vulnerability Intelligence Dataset</h3>
<p class="authors">Bonan Ruan, Jiahao Liu, Weibo Zhao, Zhenkai Liang.</p>
Expand All @@ -42,6 +52,11 @@ <h3 class="paper-title">KernJC: Automated Vulnerable Environment Generation for
<p class="authors">Bonan Ruan, Jiahao Liu, Chuqi Zhang, Zhenkai Liang.</p>
<p class="publisher">In the 27th International Symposium on Research in Attacks, Intrusions and Defenses, 2024.</p>
</div>
<div class="publication">
<h3 class="paper-title">UIHASH: Detecting Similar Android UIs through Grid-Based Visual Appearance Representation</h3>
<p class="authors">Jiawei Li, Jian Mao, Jun Zeng, Qixiao Lin, Shaowen Feng, and Zhenkai Liang.</p>
<p class="publisher">In Proceedings of the 33rd USENIX Security Symposium, 2024.</p>
</div>
<div class="publication">
<h3 class="paper-title">Detecting Logic Bugs in Graph Database Management Systems via Injective and Surjective Graph Query Transformation</h3>
<p class="authors">Yuancheng Jiang, Jiahao Liu, Jinsheng Ba, Roland Yap, Zhenkai Liang, Manuel Rigger.</p>
Expand Down

0 comments on commit b8d2f00

Please sign in to comment.