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

No prior knowledge assumed.

  1. 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.

    beginner Updated 3 min
  2. 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.

    beginner Updated 3 min
  3. 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.

    beginner Updated 1 min
  4. 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.

    beginner Updated 1 min
  5. 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.

    beginner Updated 1 min
  6. 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.

    beginner Updated 1 min
  7. 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.

    beginner Updated 1 min
  8. 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.

    beginner Updated 1 min
  9. 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.

    beginner Updated 1 min
  10. 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.

    beginner Updated 2 min
  11. 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.

    beginner Updated 1 min
  12. 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.

    beginner Updated 2 min
  13. 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.

    beginner Updated 1 min
  14. 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.

    beginner Updated 1 min

Going deeper

Assumes the basics above.

  1. 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.

    intermediate Updated 3 min
  2. 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.

    intermediate Updated 1 min
  3. 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.

    intermediate Updated 1 min
  4. Securing Remote Work

    Remote work erased the network perimeter. Learn the practical controls — device posture, MFA, zero trust — that secure a distributed workforce.

    intermediate Updated 1 min
  5. 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.

    intermediate Updated 1 min
  6. 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.

    intermediate Updated 1 min
  7. 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.

    intermediate Updated 1 min
  8. 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.

    intermediate Updated 1 min
  9. 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.

    intermediate Updated 1 min
  10. 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.

    intermediate Updated 1 min
  11. 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.

    intermediate Updated 1 min
  12. 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.

    intermediate Updated 1 min
  13. 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.

    intermediate Updated 1 min
  14. 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.

    intermediate Updated 1 min
  15. 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.

    intermediate Updated 2 min
  16. 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.

    intermediate Updated 1 min
  17. 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.

    intermediate Updated 1 min
  18. Container Security Basics

    Containers package apps for portability but add their own risks. Learn the key container security concerns — images, isolation, and secrets.

    intermediate Updated 1 min
  19. 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.

    intermediate Updated 1 min
  20. 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.

    intermediate Updated 1 min
  21. 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.

    intermediate Updated 1 min
  22. 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.

    intermediate Updated 1 min
  23. 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.

    intermediate Updated 1 min
  24. 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.

    intermediate Updated 2 min
  25. Windows Hardening: A Baseline

    Hardening Windows means tightening accounts, services, and policies against common attacks. Learn the key steps for a Windows security baseline.

    intermediate Updated 2 min
  26. 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.

    intermediate Updated 2 min
  27. 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.

    intermediate Updated 1 min
  28. 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.

    intermediate Updated 1 min
  29. 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.

    intermediate Updated 1 min
  30. 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.

    intermediate Updated 1 min

Advanced

For practitioners.

  1. 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.

    advanced Updated 1 min
  2. What Is Microsegmentation?

    Microsegmentation applies fine-grained network policy down to individual workloads. Learn how it goes beyond traditional segmentation and enables zero trust.

    advanced Updated 1 min
  3. 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.

    advanced Updated 1 min
  4. 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.

    advanced Updated 1 min
  5. Kubernetes Security Basics

    Kubernetes orchestrates containers at scale and adds a large attack surface. Learn the key security areas — RBAC, network policy, and secrets.

    advanced Updated 1 min
  6. 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.

    advanced Updated 2 min
  7. 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.

    advanced Updated 1 min
  8. 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.

    advanced Updated 1 min
  9. 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.

    advanced Updated 1 min