Tag: SY0-701

  • 🛡️ The Ultimate Guide to CompTIA Security+ (SY0-701) in 2026

    The CompTIA Security+ (SY0-701) certification establishes the definitive global baseline for cybersecurity readiness. It validates the technical proficiency required to design, deploy, and maintain secure enterprise architectures within complex, hybrid environments. As the adversarial landscape accelerates, the SY0-701 exam mandates a structural shift away from implicit-trust, perimeter-based defenses toward data-centric Zero Trust Architectures (ZTA). This certification proves a practitioner’s capability to execute robust cryptographic standards, orchestrate continuous monitoring pipelines, and automate incident response workflows.

    This authoritative guide systematically deconstructs the five core domains of the SY0-701 objective framework. Equipping security engineers, operations analysts, and risk managers with the precise technical mechanics and governance protocols necessary to beat advanced threat vectors. By operationalizing these concepts, defenders enforce continuous mission resilience against sophisticated malware, supply chain compromises, and multi-stage exploitation campaigns.

    Executive Summary: CompTIA Security+ (SY0-701) Enterprise Architecture Blueprint

    Key Takeaway: The CompTIA Security+ (SY0-701) framework pivots from legacy, perimeter-based implicit trust to data-centric, Zero Trust Architectures (ZTA). Security leaders must put continuous telemetry monitoring in place, automate incident response, and enforce rigorous cryptographic standards to neutralize advanced adversary campaigns.

    🏛️ Architectural Transformation & Zero Trust (Domains 1 & 3)

    Modern enterprise networks dissolve traditional perimeters, requiring identity and health verification at every access request. Organizations deploy Secure Access Service Edge (SASE) and micro-segmentation to enforce boundaries closer to the workload. Architects deploy Infrastructure as Code (IaC) to guarantee immutable environments and enforce cryptographic standards—including TLS 1.3 for data in transit and AES-256 for data at rest—neutralizing unauthorized data exposure.

    ⚔️ Threat Operations & Continuous Mitigation (Domains 2 & 4)

    Threat actors leverage advanced vectors like fileless malware and software supply chain compromises to bypass traditional endpoint controls. Security Operations Centers (SOCs) counter these threats by ingesting decentralized telemetry into SIEM platforms and executing automated SOAR playbooks for machine-speed triage. Teams continuously shrink the attack surface by prioritizing vulnerability remediation via the Common Vulnerability Scoring System (CVSS) and integrating tactical Cyber Threat Intelligence (CTI).

    ⚖️ Governance, Risk, and Compliance (Domain 5)

    Security programs must align technical controls directly with executive business objectives. Risk managers calculate Annualized Loss Expectancy (ALE) through quantitative modeling to justify security investments. Organizations enforce strict Third-Party Risk Management (TPRM) using Software Bills of Materials (SBOMs) and Service Level Agreements (SLAs). Continuous audit pipelines validate adherence to global regulatory frameworks, including GDPRHIPAA, and the NIST Cybersecurity Framework (CSF).

    Domain 1: General Security Concepts

    Domain 1 establishes the foundational architecture of enterprise defense by enforcing the Confidentiality, Integrity, and Availability (CIA) triad through layered security controls and robust cryptographic implementations. It mandates the transition from implicit trust models to Zero Trust architectures, ensuring identity verification and authorization precede all network communication and resource access.

    Security Control Taxonomies and Execution

    Security architects deploy controls across three distinct categories: Managerial (administrative policies, risk assessments, governance), Operational (incident response, security awareness training), and Technical (firewalls, endpoint detection, encryption). These controls execute specific functional directives:

    • Preventive: Block initial compromise vectors (e.g., Intrusion Prevention Systems dropping malicious payloads, firewall ACLs denying inbound traffic).
    • Detective: Identify and alert on anomalous activity post-exploitation (e.g., SIEM platforms correlating log data to trigger alarms).
    • Corrective: Restore systems to a known-good operational state (e.g., automated SOAR playbooks isolating an infected endpoint from the network).
    • Deterrent: Discourage threat actors from initiating an attack (e.g., visible surveillance cameras, warning banners on SSH login prompts).
    • Compensating: Provide alternative risk mitigation when primary controls fail or prove technically unfeasible due to legacy constraints.

    Foundational Principles and Zero Trust Architecture (ZTA)

    The CIA triad dictates resource protection priorities. Systems enforce Confidentiality using robust encryption to prevent unauthorized data disclosure. They guarantee Integrity by applying cryptographic hashing algorithms (e.g., SHA-256) to ensure data remains unaltered in transit and at rest. Architects ensure Availability by deploying redundant infrastructure, load balancers, and failover clustering to maintain continuous system uptime against denial-of-service conditions.

    Zero Trust Architecture dismantles traditional, perimeter-based implicit trust networks. ZTA systems treat all networks—internal and external—as hostile. The architecture utilizes a Policy Decision Point (PDP) to dynamically evaluate identity telemetry, device health posture, and contextual data. The PDP instructs the Policy Enforcement Point (PEP) to establish a micro-segmented, heavily encrypted session only after explicit authentication and authorization succeed.

    Authentication, Authorization, and Accounting (AAA) frameworks govern these identity lifecycles. Protocols like RADIUS or TACACS+ authenticate user credentials against a directory service, authorize specific system command sets based on role-based access control (RBAC), and generate immutable audit logs for accounting and non-repudiation.

    Cryptographic Mechanisms and Key Management

    Cryptosystems secure data across all operational states (at rest, in transit, in use). Symmetric algorithms (AES-256) execute rapid, bulk data encryption using a single shared secret key, maximizing processing throughput. Asymmetric algorithms (RSA, Elliptic Curve Cryptography) utilize mathematically linked public-private key pairs to facilitate secure key exchange (Diffie-Hellman) across untrusted mediums.

    Digital signatures enforce non-repudiation and validate data origin. The sender hashes the plaintext message and encrypts the resulting digest using their private key. The recipient decrypts the digest using the sender’s public key and compares it to a locally generated hash of the message. A match proves the sender’s identity and verifies message integrity.

    Public Key Infrastructure (PKI) manages asymmetric key lifecycles at an enterprise scale. Certificate Authorities (CAs) cryptographically sign and issue X.509 digital certificates, establishing a verifiable chain of trust down to end-entity devices. During TLS handshakes, clients query Online Certificate Status Protocol (OCSP) responders or parse Certificate Revocation Lists (CRLs) to mathematically verify certificate validity before establishing secure channels.

    Change Management and Configuration Control

    Uncontrolled configuration modifications introduce severe attack vectors and operational instability. Formal change management pipelines require administrators to submit detailed change requests detailing implementation steps, risk assessments, and rollback procedures. A Change Advisory Board (CAB) reviews and approves modifications before engineers execute them in production. This strict governance maintains the system’s baseline configuration, preventing configuration drift and ensuring security controls remain intact post-deployment.

    Domain 2: Threats, Vulnerabilities, and Mitigations

    Domain 2 systematically deconstructs adversary tradecraft, quantifying how threat actors exploit architectural vulnerabilities, and mandates the deployment of proactive mitigation strategies. It dictates a shift from static perimeter defense to continuous vulnerability lifecycle management, behavior-based threat hunting, and the operationalization of Cyber Threat Intelligence (CTI).

    Threat Actor Typologies and Attack Vectors

    Adversaries range from unsophisticated script kiddies leveraging pre-packaged exploits to Advanced Persistent Threats (APTs) executing multi-year, state-sponsored espionage campaigns. Attackers infiltrate networks via distinct vectors, primarily exploiting human psychology through Social Engineering (Phishing, Smishing, Vishing, Whaling) to bypass technical controls. Business Email Compromise (BEC) campaigns intercept financial transaction workflows, redirecting wire transfers to actor-controlled accounts.

    Supply chain compromises represent the most devastating modern vector. Actors inject malicious code into a trusted vendor’s software repository or hardware firmware before distribution. When the target enterprise installs the digitally signed, yet compromised, update, the malware bypasses endpoint controls and establishes immediate command and control (C2) callbacks.

    Malware Mechanics and Exploitation Techniques

    Threat actors deploy distinct payload types to execute post-compromise objectives.

    • Ransomware: Executes a highly asymmetric cryptographic attack. The payload enumerates local and mapped network drives, utilizes AES to encrypt target files, and then encrypts the AES key with an embedded RSA public key. The adversary extorts the organization for the corresponding private key, increasingly utilizing “double extortion” by exfiltrating the data prior to encryption.
    • Fileless Malware: Evades traditional signature-based antivirus by executing entirely in volatile memory (RAM). The attacker leverages built-in administrative tools (“Living off the Land” binaries or LOLBins) like PowerShell or Windows Management Instrumentation (WMI) to inject malicious scripts directly into legitimate processes (e.g., lsass.exe), leaving minimal forensic artifacts on the disk.
    • Rootkits: Subvert the operating system at the kernel level (Ring 0). By hooking system calls, rootkits intercept data requested by the operating system, stripping out any parameters that reveal the malware’s presence (hidden files, hidden network connections) before passing the modified data back to the user-mode applications.

    Network and Application Exploitation

    Application-layer vulnerabilities expose internal data structures directly to external threat actors.

    • Injection Attacks: Adversaries bypass web application input validation by injecting specialized syntax. In a SQL Injection (SQLi), the attacker appends SQL operators (e.g., ' OR 1=1 --) to input fields. The application backend concatenates this input into the database query, causing the relational database management system (RDBMS) to evaluate the injected logic and dump unauthorized records.
    • Cross-Site Scripting (XSS): Attackers inject malicious client-side JavaScript into a vulnerable web page. When a victim loads the page, their browser executes the payload within the context of the site, allowing the script to harvest session cookies, hijack the authentication state, or rewrite the Document Object Model (DOM).
    • Denial of Service (DoS / DDoS): Attackers overwhelm target infrastructure with volumetric, protocol, or application-layer traffic. In a Distributed Denial of Service (DDoS) SYN Flood, compromised botnets transmit thousands of TCP SYN requests. The target server allocates resources and replies with SYN-ACKs, keeping the half-open connections in its state table until resources exhaust, blocking legitimate user connections.

    Vulnerability Identification and Remediation Lifecycles

    Security teams implement continuous vulnerability management to shrink the attack surface. Automated vulnerability scanners execute authenticated and unauthenticated queries against network assets to map open ports, enumerate running services, and match service banners against a database of Common Vulnerabilities and Exposures (CVEs).

    Engineers prioritize patching operations using the Common Vulnerability Scoring System (CVSS), which quantifies the severity of a vulnerability based on its attack vector, complexity, privileges required, and impact on the CIA triad. The remediation lifecycle demands rapid testing in staging environments followed by systematic deployment to production, utilizing configuration management tools to ensure uniform patch application.

    Threat Intelligence and Proactive Mitigation

    Defenders operationalize Cyber Threat Intelligence (CTI) to anticipate attacker behavior. Security operations ingest tactical CTI—such as IP addresses, file hashes, and domain names—via automated feeds utilizing Structured Threat Information Expression (STIX) over the Trusted Automated Exchange of Indicator Information (TAXII) protocol.

    To counter advanced threats, security architects deploy Endpoint Detection and Response (EDR) or Extended Detection and Response (XDR) platforms. These systems analyze execution heuristics, process genealogies, and memory access patterns to identify zero-day exploits that lack existing signatures. Simultaneously, analysts conduct proactive Threat Hunting, actively querying SIEM databases and endpoint telemetry to uncover latent infections that bypassed automated detection mechanisms.

    Domain 3: Security Architecture

    Domain 3 dictates the design and deployment of resilient, highly scalable enterprise environments by embedding security directly into the structural foundation of cloud, hybrid, and on-premises systems. It engineers structural defenses through immutable infrastructure, dynamic resource segmentation, and cryptographic data protection to neutralize lateral movement and guarantee high availability against persistent adversarial pressure.

    Cloud Architectures and Boundary Enforcement

    Modern enterprise architecture dissolves traditional network perimeters, demanding dynamic access controls closer to the user and the asset. Secure Access Service Edge (SASE) converges Software-Defined Wide Area Networking (SD-WAN) with a comprehensive cloud-native security stack. When a user requests access, the SASE architecture routes traffic through a Secure Web Gateway (SWG) to filter malicious payloads, enforces policies via a Cloud Access Security Broker (CASB) for SaaS applications, and grants granular, identity-based access via Zero Trust Network Access (ZTNA).

    To neutralize East-West (lateral) adversary movement, architects implement micro-segmentation. Software-Defined Networking (SDN) controllers decouple the network control plane from the data plane, deploying dynamic, identity-aware firewall rules directly to the hypervisor virtual switch. This isolates individual workloads, ensuring that a compromised virtual machine cannot communicate with adjacent systems within the same subnet.

    Infrastructure as Code (IaC) and Containerization

    Security teams eliminate configuration drift and manual provisioning errors by adopting Infrastructure as Code (IaC). Engineers define network configurations, IAM roles, and compute resources utilizing declarative languages (e.g., Terraform, Ansible). The CI/CD pipeline parses this code, executes automated security linting to detect misconfigurations, and dynamically provisions the environment. This establishes immutable infrastructure; rather than patching live servers, engineers destroy compromised instances and redeploy pristine, hardened configurations from the source code repository.

    Containerization abstracts applications from the underlying host operating system. The container engine (e.g., Docker) isolates processes utilizing Linux namespaces (segregating network and process IDs) and control groups (cgroups) (limiting CPU and memory consumption). Security architects secure container orchestration (e.g., Kubernetes) by enforcing strict pod security admission policies, requiring cryptographic attestation of container images, and executing automated vulnerability scans on the container registry prior to deployment.

    Data Protection Strategies and Cryptographic Implementations

    Security architecture demands absolute control over data across its three operational states: at rest, in transit, and in use.

    • Data in Transit: Infrastructure endpoints negotiate Transport Layer Security (TLS 1.3) to establish encrypted tunnels over untrusted networks. TLS 1.3 deprecates vulnerable cipher suites, mandating Perfect Forward Secrecy (PFS) via Ephemeral Elliptic Curve Diffie-Hellman (ECDHE), ensuring that compromised long-term private keys cannot decrypt past session traffic.
    • Data at Rest: Storage architectures utilize Full Disk Encryption (FDE) and Self-Encrypting Drives (SED) powered by AES-256 to protect physical media. Cloud architects leverage Key Management Systems (KMS) to implement envelope encryption, encrypting the Data Encryption Key (DEK) with a master Key Encryption Key (KEK) to enforce strict cryptographic separation of duties.
    • Data in Use: Systems process highly sensitive workloads utilizing Confidential Computing. The CPU establishes a hardware-based Trusted Execution Environment (Secure Enclave) that decrypts and processes data directly within the processor architecture, isolating it from the host operating system, hypervisor, and other concurrent processes.

    To prevent exfiltration, Data Loss Prevention (DLP) platforms analyze traffic continuously. Endpoint DLP agents and inline network proxies utilize deep packet inspection and regular expression (regex) matching to identify sensitive data structures (e.g., Social Security Numbers, API keys) and block the egress transmission before the data leaves the corporate boundary.

    Resilience, High Availability, and Fault Tolerance

    Architectures must withstand destructive attacks (e.g., ransomware) and catastrophic hardware failures. Engineers construct highly available (HA) systems by clustering compute resources and distributing incoming traffic via Layer 4/Layer 7 load balancers. Architectures utilize Active/Active configurations to multiplex workloads across redundant datacenters, ensuring zero downtime during localized outages.

    Disaster recovery protocols rely on continuous, immutable backup architectures. Storage arrays generate cryptographic snapshots and replicate them to Write-Once-Read-Many (WORM) storage appliances or isolated, air-gapped cold sites. This guarantees that ransomware payloads cannot encrypt, alter, or delete the archival data, allowing the organization to rapidly rebuild production databases following a catastrophic compromise.

    Domain 4: Security Operations

    Domain 4 operationalizes enterprise defenses by continuously monitoring telemetry, tuning security infrastructure, and managing the lifecycle of cryptographic identities and assets. It transforms static security architecture into a dynamic, responsive ecosystem capable of detecting anomalies, enforcing granular access controls, and mitigating hardware and software vulnerabilities in real-time.

    Telemetry Ingestion, SIEM, and Continuous Monitoring

    Security Operations Centers (SOCs) engineer total network visibility by aggregating decentralized telemetry. Sensors distributed across the environment—including firewalls, Endpoint Detection and Response (EDR) agents, and Intrusion Detection Systems (IDS)—transmit log data via syslog or TLS-encrypted APIs to a centralized Security Information and Event Management (SIEM) platform. The SIEM normalizes these disparate data formats into a standardized schema, executing correlation heuristics to identify anomalous behavioral patterns indicative of a compromise.

    Analysts configure Security Orchestration, Automation, and Response (SOAR) playbooks to execute automated Tier-1 triage. When the SIEM detects an Indicator of Compromise (IoC), the SOAR platform parses the alert and triggers API calls to adjacent security controls. For example, upon detecting lateral movement, SOAR commands the Network Access Control (NAC) system to instantly quarantine the compromised endpoint’s MAC address to an isolated VLAN, neutralizing the threat prior to human intervention.

    Identity and Access Management (IAM) Operations

    Operationalizing Zero Trust requires rigorous execution of the identity lifecycle, encompassing provisioning, continuous auditing, and rapid de-provisioning. Directory services enforce Role-Based Access Control (RBAC) and Attribute-Based Access Control (ABAC), calculating authorization dynamically based on telemetry such as time of day, geolocation, and device health posture.

    To eliminate credential fatigue and shrink the attack surface, engineers implement Single Sign-On (SSO) and Identity Federation. During a federated authentication sequence, the Service Provider (SP) redirects the client to an internal or external Identity Provider (IdP). The IdP authenticates the user via Multi-Factor Authentication (MFA) and returns a cryptographically signed Security Assertion Markup Language (SAML) token to the SP. For API and modern web application authorization, operations teams deploy OAuth 2.0 and OpenID Connect (OIDC), issuing JSON Web Tokens (JWTs) that carry scoped access claims without exposing raw credentials to third-party services.

    Vulnerability Management and Asset Lifecycle Enforcement

    Security operations demand absolute visibility into the hardware and software asset inventory; unmanaged assets represent undocumented attack surfaces (Shadow IT). Administrators execute continuous vulnerability management by deploying credentialed and non-credentialed scanners against the known asset baseline. These scanners enumerate open network ports, interrogate system registries, and parse service banners to identify published Common Vulnerabilities and Exposures (CVEs).

    Operations teams execute patch management pipelines to deploy security updates, prioritizing remediation workflows based on the Common Vulnerability Scoring System (CVSS) context and integrated Cyber Threat Intelligence (CTI) feeds. At the termination of the asset lifecycle, data sanitization protocols enforce cryptographic erasure or physical destruction (shredding, degaussing) to permanently eliminate data remanence before asset disposal.

    Tuning and Enhancing Enterprise Defense Capabilities

    Defenders continuously tune technical controls to reduce false positives and block emerging attack vectors. Administrators harden the network perimeter by auditing and tightening firewall Access Control Lists (ACLs), explicitly denying all traffic not required for business operations.

    To protect exposed web infrastructure, operations deploy Web Application Firewalls (WAF). The WAF terminates inbound HTTP/HTTPS traffic, inspects the application-layer payload for injection syntax or Cross-Site Scripting (XSS) signatures, and drops malicious requests before they route to the backend server. Concurrently, administrators optimize EDR agents to restrict unauthorized USB mass storage devices, enforce host-based application allowlisting, and monitor process execution paths for fileless malware techniques operating entirely in volatile memory.

    Domain 5: Security Program Management and Oversight

    Domain 5 establishes the governance and risk management frameworks required to align cybersecurity initiatives with strategic business objectives. It operationalizes compliance, dictates third-party risk mitigation, and enforces organizational resilience through rigorous audits, structured vendor management, and continuous security awareness regimens.

    Security Governance and Policy Architecture

    Security governance establishes the hierarchical architecture of organizational mandates, ensuring executive directives translate into technical controls. The Board of Directors issues Policies as high-level, mandatory directives that define the overarching security posture (e.g., Acceptable Use Policy, Data Retention Policy). Security architects translate these policies into Standards, which act as rigid, quantifiable hardware and software metrics (e.g., mandating AES-256 for all at-rest encryption).

    Engineers and administrators execute Procedures, which are step-by-step, mandatory operational workflows necessary to implement the standards (e.g., specific CLI commands to harden a Linux server). Finally, organizations publish Guidelines to provide optional, best-practice recommendations when specific standards cannot be uniformly applied due to environmental constraints.

    Risk Management and Quantitative Assessment

    Organizations execute risk management lifecycles to identify, assess, and treat threats targeting enterprise assets. Risk assessors utilize quantitative modeling to assign explicit, data-driven financial values to specific risk scenarios. They calculate the Single Loss Expectancy (SLE) by multiplying an Asset’s Value (AV) by its Exposure Factor (EF)—the percentage of value lost during a specific incident.

    By multiplying the SLE by the Annualized Rate of Occurrence (ARO), assessors determine the Annualized Loss Expectancy (ALE). Security leadership evaluates this ALE against the organization’s defined risk appetite to execute a formalized risk treatment strategy:

    • Mitigation: Deploying technical or administrative controls to reduce the risk to an acceptable level.
    • Transference: Shifting the financial burden of the risk to a third party (e.g., purchasing cyber liability insurance or outsourcing infrastructure to a cloud provider).
    • Avoidance: Ceasing the business activity that introduces the risk entirely.
    • Acceptance: Formally acknowledging the residual risk and documenting it within the enterprise risk register without deploying additional controls.

    Third-Party Risk Management (TPRM) and Supply Chain Security

    The modern enterprise boundary extends deeply into the vendor ecosystem, necessitating aggressive Third-Party Risk Management (TPRM). Organizations compel external vendors to adhere to internal security postures via legally binding documentation. Non-Disclosure Agreements (NDAs) enforce strict data confidentiality prior to any technical engagement. Service Level Agreements (SLAs) guarantee minimum operational uptime (e.g., 99.99% availability) and define explicit financial penalties for service degradation.

    Security teams continuously audit the software supply chain to prevent upstream compromises. Architects demand Software Bills of Materials (SBOMs) from vendors to systematically identify vulnerable, deeply nested open-source libraries within proprietary codebases. Memorandums of Understanding (MOUs) and Interconnection Security Agreements (ISAs) strictly govern the technical parameters and data flows between the enterprise and third-party networks.

    Compliance Frameworks and Continuous Auditing

    Governance mandates strict adherence to external regulatory frameworks and industry standards. Entities processing European Union citizen data must architect systems compliant with the General Data Protection Regulation (GDPR), which enforces the right to erasure and mandates 72-hour breach notification workflows. Healthcare organizations align access controls and encryption standards with HIPAA to protect Protected Health Information (PHI). Retail networks execute PCI DSS controls to physically and logically isolate Cardholder Data Environments (CDE) from general enterprise traffic.

    Security leaders validate compliance efficacy through continuous auditing. Organizations deploy internal audit teams or contract external, third-party assessors to evaluate control implementations against prescriptive, industry-standard frameworks, such as the NIST Cybersecurity Framework (CSF) or the ISO/IEC 27001 standard.

    Personnel Management and Security Awareness

    Human capital represents the most volatile attack surface within the enterprise. Security programs mitigate insider threats and social engineering vectors through continuous, role-based security awareness training. Administrators execute simulated phishing and smishing campaigns to harvest behavioral telemetry, dynamically adjusting training frequency and intensity based on individual user failure rates.

    Human Resources and IT operations execute highly coordinated identity lifecycle management. During offboarding, automated Identity and Access Management (IAM) scripts immediately revoke all logical access, force credential invalidation, and terminate active VPN sessions to neutralize malicious insider retaliation upon employment termination.

    Authoritative References

    • CompTIA Security+ Certification Home
      https://www.comptia.org/certifications/security
    • NIST SP 800-207: Zero Trust Architecture
      https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-207.pdf
    • CISA Zero Trust Maturity Model
      https://www.cisa.gov/zero-trust-maturity-model
    • NIST Cryptographic Standards and Guidelines
      https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines
    • MITRE Common Vulnerabilities and Exposures (CVE)
      https://cve.mitre.org/
    • FIRST Common Vulnerability Scoring System (CVSS)
      https://www.first.org/cvss/specification-document
    • MITRE ATT&CK Framework
      https://attack.mitre.org/
    • NIST SP 800-52 Rev. 2: Selection, Configuration, and Use of TLS
      https://csrc.nist.gov/publications/detail/sp/800-52/rev-2/final
    • NIST SP 800-92: Guide to Computer Security Log Management
      https://csrc.nist.gov/publications/detail/sp/800-92/final
    • NIST SP 800-63-4: Digital Identity Guidelines
      https://csrc.nist.gov/pubs/sp/800/63/4/final
    • NIST SP 800-40 Rev. 4: Guide to Enterprise Patch Management Planning
      https://csrc.nist.gov/pubs/sp/800/40/r4/final
    • NIST SP 800-30 Rev. 1: Guide for Conducting Risk Assessments
      https://csrc.nist.gov/publications/detail/sp/800-30/rev-1/final
    • NIST SP 800-37 Rev. 2: Risk Management Framework for Information Systems
      https://csrc.nist.gov/publications/detail/sp/800-37/rev-2/final
    • NIST Cybersecurity Framework (CSF)
      https://www.nist.gov/cyberframework