SOC Analyst Certification Review - Practice Questions

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/47

flashcard set

Earn XP

Description and Tags

Flashcards based on SOC Analyst practice scenarios, covering SIEM deployment, incident response phases, Windows event codes, and threat intelligence types.

Last updated 12:56 PM on 8/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

48 Terms

1
New cards

Lateral movement

A security incident identified by unusual network traffic involving NetBIOS, concurrent Event Code 46244624 (Network logon type 33), and multiple account logons within a short time frame.

2
New cards

Output-driven approach

A SIEM deployment strategy that begins with specific use cases to address high-priority concerns, allowing for the creation of complex use cases with greater scope and fewer false positives.

3
New cards

False Negative

An alert classification where a security incident occurs, such as an attacker bypassing a threshold by logging in on the 9th9^{th} attempt of a 1010-attempt limit, but the SIEM fails to generate an alert.

4
New cards

Cloud Access Security Broker (CASB)

A technology used by Cloud SOC teams to enforce access policies, monitor data sharing across SaaS, PaaS, and IaaS, and prevent sensitive data exposure.

5
New cards

Managed Detection and Response (MDR)

A service that provides proactive threat hunting and incident containment, suitable for organizations lacking an internal SOC but requiring rapid response capabilities.

6
New cards

Deprovisioning Users SOAR Playbook

A SOAR playbook designed to automate initial response and restrict access when an account is suspected of compromise due to unusual activity, such as logins from a different country.

7
New cards

Net Flow (RFC 3954)

The protocol used to collect IP traffic information from network devices like routers and switches to detect data exfiltration and traffic spikes.

8
New cards

Comma-Separated Values (CSV) Format

A structured or semi-structured log storage format that organizes data in a text file using a tabular structure for efficient parsing and analysis.

9
New cards

Extended Log Format (ELF)

A standardized web server log format used to capture detailed records including remote host, username, timestamp, requested resource, HTTP status code, and user-agent.

10
New cards

Containment

The phase of the Incident Response process focused on limiting the scope of an incident, such as isolating a VLAN to prevent the spread of LockBit ransomware.

11
New cards

Playbooks

The component of Microsoft Sentinel used to create automated workflows for tasks such as log collection, alert triaging, and notifications.

12
New cards

Static analysis

A malware analysis technique used to understand the functionality of a script, such as an embedded PowerShell script, without executing it.

13
New cards

Log normalization

The process of converting logs from heterogeneous sources with different formats into a common format to improve incident detection and response times.

14
New cards

Amazon GuardDuty

A fully managed AWS security service that monitors for malicious activity by analyzing AWS CloudTrail logs, VPC Flow Logs, and DNS query logs.

15
New cards

Vulnerable and Outdated Components

A risk classification for web applications that continue to rely on third-party libraries flagged for exploits, especially when patches have been rolled back.

16
New cards

Malware Disassembly

The process of analyzing a trojan's binary code at the instruction level without execution to identify its persistence mechanisms and backdoor functionalities.

17
New cards

Session Poisoning

An attack vector investigated by assessing cookie attributes like HttpOnly, Secure, and SameSite for security weaknesses alongside anomalous request patterns.

18
New cards

User action verification

A specific activity within the Containment Phase of a phishing attack investigation used to determine how users interacted with malicious links or attachments.

19
New cards

Centralized logging

A solution that aggregates security logs from multiple remote locations into a unified system to enable faster incident correlation and response.

20
New cards

Incident Coordinator

The role responsible for serving as the central point of communication between departments like Legal and HR and external providers during a data breach.

21
New cards

Eradication

The Incident Response phase where the root cause is addressed, such as applying emergency patch KB5025941 to a mail server exploited by ransomware.

22
New cards

Strategic Threat Intelligence

Intelligence focused on high-level risks, geopolitical threats, and emerging cybercriminal strategies that have long-term implications for security posture.

23
New cards

MITRE D3FEND Framework

A structured framework that maps defensive techniques to known adversarial tactics to help anticipate and mitigate evolving threats.

24
New cards

logging_collector

The specific configuration parameter enabled in PostgreSQL to ensure failed authentication attempts and database errors are captured for monitoring.

25
New cards

Syslog Relay

An intermediate component in a syslog infrastructure that receives log messages from various devices and forwards them to a central syslog server.

26
New cards

Chain of Custody

A detailed record tracking every individual who handled evidence, including storage locations and timestamps of transfers during a forensic investigation.

27
New cards

TAXII data connector

A Microsoft Sentinel connector used to integrate threat intelligence feeds using a standardized industry protocol.

28
New cards

Post-incident Activities

The phase of incident response that includes review meetings, calculating business impact (e.g., USD 157,000\text{USD }157,000), and identifying critical improvements.

29
New cards

Recovery

The phase of incident response involving the restoration of data, such as restoring 2.3TB2.3\,\text{TB} of data from Veeam backups and rebuilding workstations.

30
New cards

Grok Filters

An automated log parsing technique used to transform unstructured logs into a structured format to enable efficient querying and analysis.

31
New cards

Actions on Objectives

The phase of the Cyber Kill Chain where an attacker moves laterally and exfiltrates sensitive client records over an extended period.

32
New cards

Structured Hunting

A threat-hunting approach used to identify Indicators of Attack (IoAs) by mapping observations against known adversary behaviors.

33
New cards

Anomaly-based detection

A detection method that identifies deviations from a baseline, such as an outbound traffic spike from 5MB/hour5\,\text{MB/hour} to over 500MB500\,\text{MB} within 1010 minutes.

34
New cards

Event Code 5140

A Windows Security Event ID specifically used to monitor file sharing across a network.

35
New cards

Event Code 4656

A Windows security event that is logged every time a user attempts to access a Registry key.

36
New cards

Event Code 4740

The Windows event ID indicating that a user account has been locked out.

37
New cards

Weaponization

The phase of the Cyber Kill Chain methodology where an adversary creates a deliverable malicious payload using an exploit and a backdoor.

38
New cards

Black Hole Filtering

The process of discarding packets at the routing level without informing the source that the data did not reach its intended destination.

39
New cards

Parameter Tampering Attack

An attack where the logic validation mechanisms of a website are exploited by modifying URL parameters, such as changing a debit value from 100100 to 1010.

40
New cards

EPS (Events Per Second)

A performance metric calculated using the formula: EPS=number of security events/time in secondsEPS = \text{number of security events} / \text{time in seconds}.

41
New cards

DNS tunneling

A technique for data exfiltration where an internal host sends DNS queries with long, encoded subdomains and TXT records to an external domain.

42
New cards

Risk Level Formula

A calculation used to determine threat severity: Level of risk=Consequence×Likelihood\text{Level of risk} = \text{Consequence} \times \text{Likelihood}.

43
New cards

HTTP Status Code 403

An HTTP response status code signifying a Forbidden Error.

44
New cards

Directory Traversal Attack

A web exploit categorized by an attacker manipulating a URL to access files like /etc/passwd outside the web server's root directory.

45
New cards

Syslog Level 0

The highest severity level in Syslog messages, representing an Emergency condition.

46
New cards

Egress Filtering

A security technique that scans headers of IP packets leaving a network to ensure unauthorized or malicious traffic does not exit the internal environment.

47
New cards

Rainbow Table Attack

A password cracking method involving a precomputed dictionary of plaintext passwords and their corresponding hash values.

48
New cards

Incident Triage

The stage of incident handling where an analyst performs analysis and validation to determine if an event is a true incident or a false positive.