CCD Cheat Sheet 2026
The 30 highest-yield CCD facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
100 questions
120 min time limit
70.00% to pass
- Which standard provides a framework for classifying and naming software vulnerabilities using a list format maintained by MITRE? → CVE (Common Vulnerabilities and Exposures)
- Which Windows security feature uses hardware-based isolation to protect the LSASS process from credential theft? → Credential Guard
- What does 'TTP' stand for in the context of threat intelligence? → Tactics, Techniques, and Procedures
- A defender wants to limit the blast radius if a standard user account is compromised. Which principle guides this control? → Principle of least privilege
- Which vulnerability management metric measures the average time between vulnerability discovery and successful remediation? → Mean Time to Remediate (MTTR)
- What should be the response when a security event is detected? → Investigate and take action
- A forensic analyst uses the 'strings' command on a suspicious binary and finds base64-encoded PowerShell commands. What technique does this suggest? → Obfuscated payload delivery
- Which STIX/TAXII concept is used to share threat intelligence between organizations in a standardized format? → TAXII as transport protocol and STIX as data format
- During static analysis of a PE binary, which section typically contains the import address table (IAT)? → .idata
- In Zeek (formerly Bro), what is a 'notice' used for? → Recording a network event worthy of analyst attention
- A Windows endpoint is configured with PowerShell Constrained Language Mode. What does this restrict? → Access to .NET types, COM objects, and advanced scripting capabilities
- What is the role of a Security Information and Event Management (SIEM) system in network security? → Aggregating and correlating log data to detect security incidents
- Which MITRE ATT&CK tactic does 'scheduled task creation for persistence' fall under? → Persistence
- Which technology creates an encrypted tunnel over a public network to securely connect remote users to a corporate network? → VPN
- Which protocol is commonly used for centralized authentication, authorization, and accounting (AAA) in network environments? → RADIUS
- Which tool is MOST commonly used to create a forensically sound bit-for-bit image of a hard drive during incident response? → dd or dcfldd
- Which Windows security feature prevents untrusted code from executing by using cryptographic signatures to validate software before load? → Code Integrity / Windows Code Signing
- A security analyst identifies an active intrusion at 2 AM. The IR plan requires management notification within one hour. Which step should happen FIRST? → Notify the incident response team and escalate per the IR plan
- During incident triage, you identify that an attacker used Mimikatz to dump credentials. Which Windows event ID BEST helps detect this activity? → Event ID 4688 – Process Creation (with command-line logging)
- Which team handles alerts and threat mitigation in real-time? → Security Operations Center (SOC)
- Which framework is commonly used to map SIEM detection rules to known adversary tactics and techniques? → MITRE ATT&CK
- An attacker achieves persistence by modifying a registry run key under HKCU. Which defense-in-depth control would MOST likely detect this? → Sysmon registry monitoring (Event ID 13/14)
- Which ATT&CK tactic involves an adversary trying to avoid detection by security controls? → Defense Evasion
- What does the 'Diamond Model' of intrusion analysis primarily focus on? → Relationships between adversary, capability, infrastructure, and victim
- Which Linux kernel security module provides mandatory access control (MAC) to confine processes to a predefined set of allowed actions? → SELinux (Security-Enhanced Linux)
- Which standard of practice is MOST important for ensuring quality in Vulnerability Assessment & Management? → Following evidence-based protocols while adapting to specific circumstances
- A malware analyst observes that a sample resolves API calls by walking the PEB's InMemoryOrderModuleList and hashing export names. What is this technique? → API hashing / dynamic API resolution
- A defender sees a large number of ICMP echo requests sent to a broadcast address, with replies flooding a victim. This describes which attack? → Smurf attack
- Which type of account typically has elevated privileges and is used to run automated processes or services? → Service account
- Which technique allows a vulnerability scanner to obtain more accurate results by using system credentials? → Credentialed scanning
Turn these facts into recall:
Was this helpful?