Lightweight Tamper-Evident Log Integrity Verification for IoT Edge Environments: A Merkle Tree Pipeline with Adaptive Chunking
Muhammet Anil Yagiz, Fahrettin Horasan, and Ahmet Hasim Yurttakal

TL;DR
This paper introduces a lightweight, resource-efficient log integrity verification pipeline for IoT edge environments that combines Merkle trees with adaptive chunking, avoiding blockchain complexities.
Contribution
It proposes a novel integrity verification pipeline that is resource-aware, scalable, and suitable for IoT edge devices, with detailed implementation and benchmarking.
Findings
Achieves over 130,000 logs/sec throughput
Per-entry verification latency around 22 ms
Perfect tampering detection accuracy (F1-score 1.0)
Abstract
Integrity of audit logs produced by Internet of Things (IoT) devices is a prerequisite for post-incident forensics, regulatory compliance, and operational accountability. While blockchain-backed logging infrastructures can satisfy this requirement, they introduce consensus overhead, network dependencies, and deployment complexity that are often prohibitive at the IoT edge. This paper presents a lightweight and evaluated integrity verification pipeline that combines Merkle-tree commitments with resource-aware adaptive chunking to provide tamper evidence without relying on distributed ledger technologies. The proposed pipeline operates in three stages: (i) resource-aware batch ingestion via adaptive chunk sizing, (ii) Merkle-tree construction with O(logn) inclusion proof generation, and (iii) deterministic single-entry verification against a trusted root anchor. We further report an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
