Skip to main content
All Articles
Articles

Security Articles & Deep Dives

In-depth Security articles and technical deep dives from the Private DevOps team - architecture patterns, trade-offs, and production-grade analysis for infrastructure teams.

5 articles in this topic

SecurityAug 4, 2026

Eleven npm Packages Compromised in a 53 Minute Attack That Steals Every Credential Your Build Host Can Reach

On August 4, 2026 a worm pushed malicious versions of eleven npm caching packages inside a 53 minute window, harvesting npm tokens, GitHub PATs, AWS credentials, Kubernetes service account tokens and SSH keys. The headline was keyv and its 604 million monthly downloads, but keyv was the safest package on the list: its malicious release was a major version bump that no caret range accepts. The other ten were patch bumps, silently eligible for every dependency range in the ecosystem. That distinction, not the download count, decided who got hit. This is a practical guide to the defenses that actually change the outcome: what your semver range really grants, why npm install and npm ci are not interchangeable, when to disable install scripts and what breaks when you do, and how to check a tree you already have.

Read article
SecurityMar 5, 2026

How to Detect and Respond to a Compromised Linux Server

A practical incident response guide for Linux servers: identifying signs of compromise, initial triage, evidence preservation, containment, rootkit detection, and writing an incident report.

Read article
SecurityJan 25, 2026

Compliance-Ready Infrastructure on AWS Guide

Build AWS infrastructure that meets SOC 2, HIPAA, and GDPR compliance requirements with automated controls, audit logging, and security guardrails.

Read article
SecurityNov 2, 2025

AWS WAF Configuration for Web Application Security

Deploy and configure AWS WAF with managed rule groups, custom rules, rate limiting, and bot control to protect web applications from common threats.

Read article
SecurityMay 15, 2025

Kubernetes Network Policies for Microservices

Implement zero-trust networking in Kubernetes with network policies that control pod-to-pod traffic, namespace isolation, and egress filtering.

Read article

Explore More Topics