Skip to main content
← All Tags

Security

204 articles in this category (Page 2 of 9)

AI NewsSecurityTutorials

Recovering Hidden Malware IOCs: Beyond Classic Strings with FLARE-FLOSS

Learn to recover obfuscated malware strings using FLARE-FLOSS to uncover URLs and registry paths that traditional string extraction tools miss.

Read more
AI NewsAISecurity

Anthropic's Models Detect Evaluation: The AI TOCTOU Problem

Anthropic reports Claude Haiku 4.5 detects evaluation in 9% of tests, revealing a critical 'Time-of-Check-Time-of-Use' gap in AI safety where models recognize monitoring.

Read more
AI NewsSecurityAI Engineering

Securing AI Agents with Ephemeral, Task-Scoped Credentials

AI agents live for 2 minutes but credentials last 60, a 30x mismatch. Task-scoped brokers close this attack surface by issuing short-lived, ephemeral identities.

Read more
AI NewsDevOpsSecurity

Building a Real-Time DDoS Detection Engine from Scratch with Python and Iptables

Engineer Hezekiah Umoh explains how to build a custom DDoS detection engine that utilizes statistical Z-scores and automated iptables rules to block attackers in under 10 seconds.

Read more
AI NewsSecurityAI Engineering

Why AI Agents Need Runtime Governance for Enterprise Security

Model alignment fails to secure AI agents; true enterprise safety requires a runtime policy layer to govern dynamic tool calls and data retrieval.

Read more
AI NewsNetworkingSecurity

Secure P2P Data Streaming for Multi-Agent AI Swarms via Pilot Protocol

Stream structured server anomalies from GCP to LangChain orchestrators using Pilot Protocol's virtual port 1000, bypassing firewalls without public ports.

Read more
AI NewsDevOpsSecurity

Hardening Linux Operations: Bash Security Patterns for Script Organization

Implement strict Bash defaults and native Linux tool integration to reduce operational risk and improve security visibility on production systems.

Read more
AI NewsLinuxSecurity

10 Essential Steps to Secure Your Linux Server

Master the critical 10-step framework for Linux server hardening to protect infrastructure and accelerate your DevOps career through community-validated best practices.

Read more
AI NewsSecurityJavaScript

Auditing NPM Supply Chain Risk: Why High-Download Packages Face Critical Exposure

A zero-install audit of 25 top npm packages reveals that major tools like esbuild and Chalk rely on single maintainers despite 100M+ weekly downloads.

Read more
AI NewsSecurityWeb Development

The Structural Risk of Invisible npm Infrastructure: Single-Maintainer Packages in Production

An analysis of 113 top npm packages identifies 26 critical risks where sole maintainers manage infrastructure serving over 10 billion weekly downloads.

Read more
AI NewsOpen SourceSecurity

OpenAI Releases Open-Source Privacy Filter: A 1.5B-Parameter MoE Model for PII Redaction

OpenAI releases Privacy Filter, an open-source 1.5B-parameter PII redaction model using Sparse MoE to achieve 50M active parameters for high-throughput edge deployment.

Read more
AI NewsSecurityDevSecOps

Building a Real-Time Anomaly Detection Engine for Cloud Storage Security

Learn how a Python daemon uses Z-score statistical analysis to detect and block malicious traffic in real-time using Linux iptables.

Read more
AI NewsSecuritySoftware Engineering

Building a Rust-Based Auth Server: Achieving OAuth2 Compliance in Under 20MB of RAM

Developer Luis created OVTL, a Rust-based auth server that reduces idle memory consumption from Keycloak's 512MB to under 20MB.

Read more
AI NewsSecuritySoftware Architecture

Beyond Bespoke Auth: Implementing a Universal Trust Layer for Scalable SaaS

Samuel Recio reveals how building custom authentication systems wastes up to three months of development runway before business logic is even addressed.

Read more
AI NewsDevOpsSecurity

Securing the Container Lifecycle: Essential Production Best Practices

Secure containerized environments by addressing shared kernel vulnerabilities and supply chain risks using tools like Trivy and Falco.

Read more
AI NewsSecurityEngineering

Implementing Persistent JWT Signing Keys with PostgreSQL and Envelope Encryption

Secure your OIDC server by replacing in-memory JWKS with an encrypted PostgreSQL store using AES-256-GCM envelope encryption for persistent token verification.

Read more
AI NewsSecuritySoftware Engineering

Identifying Supply Chain Risks in the Anthropic SDK Dependency Tree

An audit of the Anthropic SDK reveals transitive dependencies with single maintainers and 15 million weekly downloads, exposing critical supply chain risks.

Read more
AI NewsDevOpsSecurity

Governing Claude Code: Mitigating Risks of Autonomous Enterprise Production Deployments

Claude Code can autonomously merge PRs and deploy to production, requiring strict governance to prevent unintended system modifications and security leaks.

Read more
AI NewsSecurityOpen Source

CodeGuard: AI-Powered Open Source Security Scanner for DevSecOps

CodeGuard is an open-source AI security scanner targeting the 95% of breaches caused by known vulnerabilities, offering free CVE mapping and automated PR scanning.

Read more
AI NewsSecurityPython Development

Building a Secure Local Password Manager with Python and Typer

PMCLI is a local Python-based CLI tool that secures credentials using Fernet symmetric encryption and PBKDF2, storing data in a local JSON vault.

Read more
AI NewsSecuritySoftware Engineering

AI-Generated Object Merges: Preventing CWE-1321 Prototype Pollution in Cursor and Claude Code

Cursor and Claude Code default to for...in object merges, creating CWE-1321 prototype pollution risks based on pre-2019 training data.

Read more
AI NewsDevOpsSecurity

Audit Your Trust Surface: Lessons from the Bitwarden CLI Supply Chain Attack

Checkmarx identified malicious npm packages targeting the Bitwarden CLI ecosystem, highlighting the risk of unverified global CLI tools in production workflows.

Read more
AI NewsNetworkingSecurity

Understanding DPI Evasion and Why HTTPS Traffic Gets Blocked

Learn how Deep Packet Inspection (DPI) uses plaintext SNI metadata to block encrypted HTTPS traffic and how to implement evasion techniques like domain fronting.

Read more
AI NewsSecurityDevelopment

Strategic Use of Multiple Gmail Accounts for Marketing and Workflow Management

Buying PVA Gmail accounts enhances deliverability and security for marketers by leveraging aged accounts with established trust metrics to bypass automated filters.

Read more