错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

CIIV: A Hybrid Framework for Real Time Container Image Integrity Verification

  • Byoungchan Kim,
  • Sejin Park

摘要

Container technology has become ubiquitous among users and enterprises for its lightweight footprint and ease of deployment. Con tainer images automatically install all required packages and dependen cies, and are freely shared and maintained in public registries. However, the open nature of these registries has also led to rising incidents of im ages seeded with malicious code. We present CIIV, a framework that defends user systems in real time against such tampered images. CIIV inspects images layer by layer, produces cryptographic measurements, and verifies them on a blockchain. An optimized local verifier—tightly controlled by a Loadable Kernel Module and user-space agent—allows CIIV to run transparently without altering the Docker binary. With an average initialization overhead of less than one second—negligible in practice—CIIV blocks malicious containers while preserving system performance.