Topic cluster · 53 articles
Defense & Hardening
The blue-team playbook: detect, harden, respond.
Most security writing is about breaking things. This cluster is about the harder discipline: making systems that stay standing. It covers hardening baselines, detection engineering, logging that answers questions instead of filling disks, and the incident response habits that separate a bad day from a breach disclosure.
The perspective throughout is practical defense at real organizations — small teams, legacy systems, limited budgets — not idealized enterprise architecture. Every recommendation states its cost as well as its benefit, because defenses that ignore operational cost do not survive contact with production.
Read this cluster alongside web security and network security: they explain the attacks, this cluster explains the response.
Start here
- You cannot rely on typos to spot phishing emails
Modern phishing attacks use AI and corporate templates to create flawless emails, making it harder to detect scams by looking for spelling mistakes alone.
- Antivirus software is not enough to keep a computer safe
Many people believe that installing antivirus software provides complete protection, but modern threats like phishing and living-off-the-land need more layers.
- Blameless Post-Incident Reviews
A blameless postmortem turns an incident into lasting improvement instead of finger-pointing. Learn why blamelessness works and how to run one well.
- Network Monitoring Basics
You cannot defend what you cannot see. Learn what network monitoring captures, how it supports detection and response, and why baselining normal is essential.
- Tabletop Exercises for Security
A tabletop exercise rehearses incident response in a low-stakes discussion. Learn how they expose gaps in your plan and how to run one that actually helps.
- What Is a Security Runbook?
A runbook turns improvisation into a repeatable procedure for responding to a specific incident. Learn what makes a good runbook and why they speed response.
- The Cloud Shared Responsibility Model
In the cloud, security is split between provider and customer. Learn the shared responsibility model, who owns what, and where breaches happen.
- Security Awareness Training That Works
Security awareness training aims to make people a stronger link, not a scapegoat. Learn what makes training effective and why blame-based approaches backfire.
- Password Managers: Why and How
A password manager generates and stores unique strong passwords so you do not reuse them. Learn how they work and why everyone should use one.
- Backups and the 3-2-1 Rule
Backups are the last line of defense against ransomware and disaster. Learn the 3-2-1 rule, why offline and tested backups matter, and common failures.
- What Are CIS Benchmarks?
CIS Benchmarks are free, consensus-built hardening guides for systems and software. Learn what they cover, how they are structured, and how to apply them.
- What Is Patch Management?
Patch management is the process of keeping software updated against known vulnerabilities. Learn why it is harder than it sounds and how to prioritize patches.
- What Is a Security Operations Center (SOC)?
A SOC is the team and tooling that monitors, detects, and responds to threats. Learn what a SOC does, how it is structured, and the challenges it faces.
- Log Management for Security
Logs are the record you rely on during an incident. Learn what makes logs useful for security, how to centralize and protect them, and how long to keep them.
Going deeper
- Your SMS security codes are easier to steal than you think
Learn why SMS two-factor authentication is vulnerable to SIM swapping and phishing attacks and how passkeys provide a more secure, phishing-resistant option.
- What Is Deception Technology?
Deception technology plants decoys and traps to catch attackers with almost no false positives. Learn how honeypots, honeytokens, and decoys work together.
- Securing Privileged Access (PAM)
Privileged accounts are the keys to the kingdom. Learn how Privileged Access Management controls, monitors, and limits the most powerful credentials.
- Securing Remote Work
Remote work erased the network perimeter. Learn the practical controls — device posture, MFA, zero trust — that secure a distributed workforce.
- Least Privilege in Practice
Least privilege is easy to state and hard to implement. Learn practical patterns — role design, just-in-time access, and access reviews — that make it real.
- What Is File Integrity Monitoring?
File integrity monitoring detects unauthorized changes to important files. Learn how FIM works, what it catches, and why baselining and tuning matter.
- Email Security: SPF, DKIM, and DMARC
Three DNS-based standards fight email spoofing: SPF, DKIM, and DMARC. Learn what each does, how they work together, and why they cut impersonation.
- What Is Endpoint Hardening?
Endpoints are where users, data, and attackers meet. Learn the highest-impact endpoint hardening steps that shrink attack surface and contain compromise.
- Building Alerts That Don't Cry Wolf
Alert fatigue is a top cause of missed breaches. Learn why too many alerts are dangerous and how to build high-signal alerting that analysts actually trust.
- Logging: What to Log and What Not To
Effective logging captures what investigators need without recording secrets. Learn which events to log for security and the sensitive data to keep out of logs.
- Threat Modeling for Developers
Developers can threat model without heavy process. Learn a lightweight, practical approach to spotting security flaws in a feature before you write the code.
- Secure Coding Principles
Secure coding builds defenses into software from the start. Learn the core principles that prevent whole classes of vulnerability, not single bugs.
- Supply Chain Security Basics
Supply-chain attacks compromise you through the software you trust. Learn how they work, why they are so effective, and the defenses that reduce the risk.
- What Is a Software Bill of Materials (SBOM)?
An SBOM is a complete inventory of the components in a piece of software. Learn what it contains and why it speeds up incident response and audits.
- What Is Software Composition Analysis (SCA)?
Most code in an app is third-party dependencies. Learn how SCA finds known vulnerabilities and license issues in those dependencies, and why it is essential.
- SAST vs DAST
SAST analyzes source code; DAST tests the running app. Learn how the two application testing approaches differ, what each finds, and why you need both.
- What Is Identity and Access Management (IAM)?
IAM governs who can access what across systems. Learn its core concepts — identities, authentication, authorization — and why it is central.
- Container Security Basics
Containers package apps for portability but add their own risks. Learn the key container security concerns — images, isolation, and secrets.
- What Is Phishing-Resistant MFA?
Not all MFA is equal — most can be phished in real time. Learn what makes MFA phishing-resistant, why origin binding matters, and which methods to prefer.
- What Is Secrets Management?
Secrets management is how you store and control access to passwords, keys, and tokens. Learn why secrets in code are dangerous and how vaults and rotation help.
- What Is Application Allowlisting?
Application allowlisting permits only approved programs to run, blocking everything else. Learn how it stops malware and why deny-by-default wins.
- What Is Data Loss Prevention (DLP)?
DLP tools detect and block sensitive data from leaving an organization. Learn how DLP works, where it helps, and why it is a control with real limits.
- Disaster Recovery Basics
Disaster recovery is the plan for restoring systems after a major disruption. Learn the key metrics RTO and RPO, and why recovery must be tested, not assumed.
- The Vulnerability Management Lifecycle
Vulnerability management is the ongoing cycle of finding, prioritizing, and fixing weaknesses. Learn the lifecycle and why it is a program, not a scan.
- Windows Hardening: A Baseline
Hardening Windows means tightening accounts, services, and policies against common attacks. Learn the key steps for a Windows security baseline.
- Linux Hardening: A Baseline
Hardening a Linux system means reducing its attack surface and tightening its defaults. Learn the highest-impact steps for a solid Linux security baseline.
- What Is Endpoint Detection and Response (EDR)?
EDR watches endpoints for malicious behavior and enables rapid response. Learn how EDR differs from antivirus and why behavior beats signatures.
- How to Build an Incident Response Plan
An incident response plan is what makes a breach survivable. Learn what a good IR plan contains, who it names, and why rehearsing it beats writing it.
- Incident Response: The Six Phases
A structured incident response process turns a crisis into a repeatable procedure. Learn the six phases, from preparation to lessons learned.
- What Is SIEM?
A SIEM collects and correlates logs from across an environment to detect and investigate threats. Learn what it does and why tuning is everything.
Advanced
- What Is Security Automation and SOAR?
SOAR automates and orchestrates security operations to speed response and cut toil. Learn what it does and where human judgment stays essential.
- What Is Microsegmentation?
Microsegmentation applies fine-grained network policy down to individual workloads. Learn how it goes beyond traditional segmentation and enables zero trust.
- What Is Runtime Self-Protection (RASP)?
RASP builds security into a running application so it can detect and block attacks from inside. Learn how RASP differs from a WAF and its trade-offs.
- Securing CI/CD Pipelines
CI/CD pipelines have deep access and are a prime supply-chain target. Learn the key risks to build pipelines and how to secure the path from code to production.
- Kubernetes Security Basics
Kubernetes orchestrates containers at scale and adds a large attack surface. Learn the key security areas — RBAC, network policy, and secrets.
- Securing Active Directory
Active Directory is the heart of most enterprise networks, and the ultimate target. Learn the key AD attacks and the tiered defenses that protect it.
- What Is Threat Hunting?
Threat hunting proactively searches for attackers who evaded detection, rather than waiting for alerts. Learn how hunts are driven by hypotheses.
- Writing Effective Detection Rules
A good detection rule catches real attacks without drowning analysts in noise. Learn the qualities of effective rules and how to balance coverage and noise.
- What Is Detection Engineering?
Detection engineering treats detections as an engineered product: designed, tested, and maintained. Learn how it works and why it beats collecting alert rules.