GIAC Certification Cheat Sheet 2026
The 30 highest-yield GIAC Certification facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
106 questions
240 min time limit
70.00% to pass
- In the TCP three-way handshake, which flag combination correctly describes the second packet sent by the server? → SYN + ACK
- What does 'dwell time' measure in the context of incident response metrics? → The duration between initial compromise and detection by the organization
- In role-based access control (RBAC), permissions are assigned to which entity? → Roles, which are then assigned to users
- In a packet header, a TTL value of 127 arriving at a destination suggests the packet most likely originated from: → A Windows system (default TTL 128, decremented once in transit)
- Which Windows feature uses hardware-based TPM to encrypt the entire OS volume and protect against offline attacks? → BitLocker Drive Encryption
- Which Snort preprocessor is responsible for normalizing and tracking TCP session state to prevent stream-based evasion techniques? → stream5 (Stream5 preprocessor)
- Which Kerberos ticket is issued first and used to obtain service tickets? → Ticket Granting Ticket (TGT)
- An organization discovers that an attacker has been present in their network for 6 months. What term describes this type of intrusion? → Advanced Persistent Threat (APT)
- A threat actor uses 'living-off-the-land' techniques. Which of the following BEST describes this approach? → Abusing legitimate system tools like PowerShell and WMI to execute malicious actions
- An analyst uses 'tcpdump -r capture.pcap -n tcp and port 443' to filter a pcap. What does the '-n' flag do? → Disables DNS resolution so IP addresses are displayed numerically
- Which of the following best describes the purpose of 'threshold' in a Snort rule? → To limit alert frequency so a single event does not flood logs
- During incident response, which phase involves containing the threat to prevent further damage? → Containment
- A penetration tester discovers a web application reflects user input directly in the page response. Which vulnerability class does this most likely represent? → Cross-Site Scripting (XSS)
- A packet capture shows many TCP RST packets being sent immediately after SYN packets to various ports on a host. This pattern most likely indicates: → A TCP SYN scan (nmap -sS)
- An attacker sends a crafted TCP packet with both SYN and FIN flags set. What is the likely purpose? → OS fingerprinting or firewall evasion
- What does the Snort rule option 'content:"GET"; depth:4;' do? → Matches 'GET' only within the first 4 bytes of the payload
- A forensic analyst examines a Linux system and finds a file with permissions '-rwsr-xr-x' owned by root. Why is this security-relevant during an investigation? → The SUID bit causes the file to execute with root privileges regardless of who runs it
- During containment of a ransomware incident, which action should be performed FIRST? → Isolate affected systems from the network while preserving evidence
- Which Snort rule keyword instructs Snort to match traffic flowing FROM the server BACK to the client, regardless of port numbers defined in the rule header? → flow:from_server,established
- An organization wants to ensure that no single employee can complete a sensitive financial transaction alone. Which security principle does this implement? → Separation of duties
- During an investigation, an analyst finds that a host issued a DNS query for 'wpad.domain.local'. What attack does this behavior enable? → WPAD hijacking (Web Proxy Auto-Discovery spoofing for MITM)
- During a forensic investigation, an analyst finds evidence of a Golden Ticket attack. Which component was most likely compromised to enable this attack? → KRBTGT account password hash
- What distinguishes a 'beaconing' behavior pattern in network traffic that would indicate C2 communication? → Periodic outbound connections at regular intervals to the same destination
- A security analyst observes DNS queries for randomly generated domain names at high frequency. Which malware behavior does this indicate? → Domain generation algorithm (DGA) for C2 communication
- In the context of PKI, what does a Certificate Revocation List (CRL) contain? → Serial numbers of certificates that have been revoked before expiration
- What is the main risk of using ECB (Electronic Codebook) mode for block cipher encryption? → Identical plaintext blocks produce identical ciphertext blocks, revealing patterns
- Which hashing algorithm produces a 256-bit digest and is part of the SHA-2 family? → SHA-256
- A web server log shows the following entry: GET /page.php?id=1%27%20OR%20%271%27%3D%271 HTTP/1.1. What attack is being attempted? → SQL injection
- Which type of malware disguises itself as legitimate software but contains hidden malicious functionality? → Trojan horse
- Which IDS detection method identifies attacks by comparing traffic to known attack signatures? → Signature-based detection
Turn these facts into recall:
Was this helpful?