CSX Security Operations Center (SOC) Operations 2 — Questions and Answers
Question 1: What does SIEM stand for in cybersecurity?
- Security Information and Event Management (Correct answer)
- System Integration and Event Monitoring
- Secure Infrastructure and Endpoint Management
- Security Incident and Emergency Management
Correct answer: Security Information and Event Management
SIEM stands for Security Information and Event Management, a platform that aggregates, correlates, and analyzes security log data from across the environment.
Question 2: What is log normalization in the context of SIEM operations?
- Deleting old log files to reclaim storage space
- Converting logs from various sources into a standardized, consistent format for analysis (Correct answer)
- Encrypting log files before storing them to ensure confidentiality
- Compressing logs for faster network transmission between agents
Correct answer: Converting logs from various sources into a standardized, consistent format for analysis
Log normalization converts disparate log formats from different devices into a unified structure so analysts can query and correlate events consistently.
Question 3: What is a correlation rule in a SIEM system?
- A backup procedure used for database disaster recovery
- A logical condition that combines multiple events to identify potential security incidents (Correct answer)
- A compliance checklist generated for external auditors
- A network routing protocol for directing log traffic to the SIEM
Correct answer: A logical condition that combines multiple events to identify potential security incidents
Correlation rules define conditions that, when matched across multiple log events, trigger an alert indicating a potential security threat.
Question 4: What does IOC stand for in the context of threat intelligence and SIEM analysis?
- Internal Operations Center
- Indicator of Compromise (Correct answer)
- Internet Outbound Connection
- Incident Operations Coordinator
Correct answer: Indicator of Compromise
An Indicator of Compromise (IOC) is an artifact such as a malicious IP address, file hash, or domain name that suggests a system has been breached.
Question 5: Which of the following is an example of behavioral-based detection in a SIEM?
- Matching a file hash against a known malware signature database
- Detecting an unusual spike in outbound data transfers from a single host at 2 AM (Correct answer)
- Blocking a known malicious IP address at the firewall
- Scanning endpoints for missing operating system patches
Correct answer: Detecting an unusual spike in outbound data transfers from a single host at 2 AM
Behavioral detection identifies anomalies that deviate from an established baseline, such as abnormal data transfer volumes, rather than relying on known signatures.
Question 6: What is the primary purpose of log retention policies in a SOC?
- To reduce the cost of analyst salaries by limiting the data they review
- To ensure logs remain available for incident investigation, forensic analysis, and compliance requirements (Correct answer)
- To improve real-time network performance by purging old data
- To automate security patch deployment across endpoints
Correct answer: To ensure logs remain available for incident investigation, forensic analysis, and compliance requirements
Log retention policies define how long logs must be preserved to support after-the-fact investigations, forensic analysis, and regulatory compliance mandates.
Question 7: Which SIEM capability helps analysts reconstruct the sequence of events during a security incident?
- User interface color theming and dashboard personalization
- Event correlation and timeline visualization across log sources (Correct answer)
- Automated printer and peripheral device management
- Software license tracking and renewal notifications
Correct answer: Event correlation and timeline visualization across log sources
Event correlation and timeline visualization allow analysts to stitch together related log events in chronological order to understand the full attack chain.
What does SIEM stand for in cybersecurity?