Kekkai: A Go-Based File Integrity Monitoring Tool for Security Protection
By
catatsuy
An everything bagel for the brain. Substantive, layered, well-seasoned.
Summary
Kekkai is a lightweight Go tool designed for file integrity monitoring that detects unauthorized file modifications by comparing content-based hashes stored in Amazon S3. The tool addresses security challenges in production server environments, particularly protecting against OS command injection and other attacks by recording file hashes during deployment and performing periodic verification. The name derives from the Japanese word for 'barrier,' reflecting its purpose of creating a protective boundary against file tampering.
Key quotes
· 3 pulledThe name 'Kekkai' comes from the Japanese word 結界 (kekkai), meaning 'barrier' - a protective boundary that keeps unwanted things out, perfectly representing this tool's purpose of protecting your files from tampering.
A simple and fast Go tool for file integrity monitoring. Detects unauthorized file modifications caused by OS command injection and other attacks by recording file hashes during deployment and verifying them periodically.
Kekkai was designed to solve specific challenges in production server environments.
You might also wanna read
Composer vulnerability leaks GitHub Actions GITHUB_TOKEN in logs due to format mismatch
A security vulnerability has been identified where Composer leaks the full contents of GitHub OAuth tokens (specifically GITHUB_TOKEN) to st
Copy-Fail-Destroyer: A Kubernetes DaemonSet Agent for Detecting and Remediating Linux Kernel CVE-2026-31431
A Kubernetes DaemonSet agent called "copy-fail-destroyer" that detects and remediates CVE-2026-31431 ("Copy Fail"), a Linux kernel vulnerabi
Layerleak: Docker Hub Secret Scanner Tool Documentation
Layerleak is a Docker Hub secret scanner tool that detects sensitive information in Docker images. The article provides technical documentat
FIPS Compliance Challenges in Containerized Applications: Why Base Images Aren't Enough
The article discusses the challenges of achieving FIPS (Federal Information Processing Standards) compliance in containerized applications,
lockenv: Password-Based Encrypted Vault for .env and Infrastructure Secrets
lockenv is a simple, password-based encrypted vault tool for securely storing sensitive files like .env files and infrastructure secrets in
Keeping Secrets Out of Logs: A Defense-in-Depth Approach
This article discusses strategies for preventing sensitive data (secrets, credentials, PII) from being written to application logs. The auth
