CRLGAug 2, 2020

SCNet: A Neural Network for Automated Side-Channel Attack

arXiv:2008.00476v1
Originality Incremental advance
AI Analysis

This provides a tool for automatically testing computer system robustness, but it is incremental as it builds on existing methods in side-channel analysis.

The authors tackled the problem of automating side-channel attacks, which typically require expert skills, by proposing SCNet, a neural network that combines domain knowledge with deep learning to achieve good performance with fewer parameters.

The side-channel attack is an attack method based on the information gained about implementations of computer systems, rather than weaknesses in algorithms. Information about system characteristics such as power consumption, electromagnetic leaks and sound can be exploited by the side-channel attack to compromise the system. Much research effort has been directed towards this field. However, such an attack still requires strong skills, thus can only be performed effectively by experts. Here, we propose SCNet, which automatically performs side-channel attacks. And we also design this network combining with side-channel domain knowledge and different deep learning model to improve the performance and better to explain the result. The results show that our model achieves good performance with fewer parameters. The proposed model is a useful tool for automatically testing the robustness of computer systems.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes