pith. sign in

arxiv: 2204.11431 · v1 · pith:QRYZVX3Fnew · submitted 2022-04-25 · 💻 cs.CR · cs.AR

Hardware Trojan Detection using Graph Neural Networks

classification 💻 cs.CR cs.AR
keywords detectioncircuitdesigngraphhardwaregate-levelgoldennetworks
0
0 comments X
read the original abstract

The globalization of the Integrated Circuit (IC) supply chain has moved most of the design, fabrication, and testing process from a single trusted entity to various untrusted third-party entities around the world. The risk of using untrusted third-Party Intellectual Property (3PIP) is the possibility for adversaries to insert malicious modifications known as Hardware Trojans (HTs). These HTs can compromise the integrity, deteriorate the performance, and deny the functionality of the intended design. Various HT detection methods have been proposed in the literature; however, many fall short due to their reliance on a golden reference circuit, a limited detection scope, the need for manual code review, or the inability to scale with large modern designs. We propose a novel golden reference-free HT detection method for both Register Transfer Level (RTL) and gate-level netlists by leveraging Graph Neural Networks (GNNs) to learn the behavior of the circuit through a Data Flow Graph (DFG) representation of the hardware design. We evaluate our model on a custom dataset by expanding the Trusthub HT benchmarks \cite{trusthub1}. The results demonstrate that our approach detects unknown HTs with 97% recall (true positive rate) very fast in 21.1ms for RTL and 84% recall in 13.42s for Gate-Level Netlist.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. LIB-TRAP: Standard Cell Library Hardware Trojan Risk Assessment and Prevention

    cs.CR 2026-07 unverdicted novelty 8.0

    Authors create malicious versions of Saed32nm and Sky130nm standard cell libraries that mask arbitrary hardware Trojans in synthesized designs such as AES-128, Ethernet controllers, and WISHBONE DMA engines.