By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Security monitoring is the continuous, real-time collection, analysis, and alerting of security-related data (logs, network traffic, user behavior) to detect and respond to threats before they cause damage. It’s the "eyes and ears" of cybersecurity—without it, attackers can dwell undetected for months (e.g., the 2017 Equifax breach, where unpatched software and poor monitoring allowed hackers to exfiltrate 147 million records over 76 days). Effective monitoring combines SIEM tools, log analysis, and automated alerting to stop incidents like ransomware (e.g., WannaCry), insider threats, or misconfigured cloud storage (e.g., AWS S3 buckets leaking PII).
SIEM (Security Information and Event Management): A centralized platform that aggregates, correlates, and analyzes logs from firewalls, endpoints, servers, and applications to detect anomalies (e.g., Splunk, IBM QRadar, Microsoft Sentinel). Follows NIST SP 800-92 (log management guidelines).
Log Sources: Devices/systems that generate security-relevant data:
Cloud logs (AWS CloudTrail, Azure Monitor, GCP Audit Logs).
Log Analysis: The process of parsing, filtering, and interpreting logs to identify malicious activity. Techniques:
Correlation rules (linking events across systems, e.g., "failed login + unusual data transfer = brute force").
Alerting: Automated notifications triggered by predefined rules (e.g., "10 failed SSH logins in 1 minute") or machine learning models. Alerts should be prioritized (e.g., MITRE ATT&CK tactics like "Lateral Movement") and tuned to reduce false positives.
False Positive vs. False Negative:
Goal: Balance detection (minimize false negatives) with efficiency (reduce false positives).
UEBA (User and Entity Behavior Analytics): Uses AI/ML to detect unusual behavior (e.g., a user accessing 10x more files than usual). Part of NIST SP 800-53 (AC-2, AU-12) and ISO 27001 (A.12.4).
MITRE ATT&CK Framework: A knowledge base of adversary tactics/techniques (e.g., "T1059 – Command-Line Interface") used to map alerts to attack stages (e.g., "Initial Access → Persistence → Exfiltration").
SOAR (Security Orchestration, Automation, and Response): Extends SIEM by automating responses (e.g., isolating an infected host, blocking an IP via firewall). Tools: Palo Alto Cortex XSOAR, Splunk Phantom.
Retention & Compliance: Logs must be stored for forensic investigations and regulatory compliance (e.g., GDPR – 1 year, HIPAA – 6 years, PCI DSS – 1 year). Use WORM storage (Write Once, Read Many) to prevent tampering.
Syslog (RFC 5424): A standard protocol for sending logs to a central server (UDP port 514, TCP 6514 for encrypted syslog). Used by Linux (rsyslog), Windows (via NXLog), and network devices.
rsyslog
Baselining: Establishing normal behavior (e.g., "average login times," "typical data transfer volumes") to detect anomalies. Required by NIST SP 800-61 (Incident Handling Guide).
alert tcp any any -> $HOME_NET 3389 (msg:"RDP Brute Force"; threshold:type threshold, track by_src, count 5, seconds 60;)
Answer: B Explanation: Always investigate before blocking to avoid false positives (e.g., a legitimate admin mistyping a password).
Answer: B Explanation: SIEMs collect, correlate, and analyze logs to detect threats (e.g., Splunk, QRadar). Encryption (A) and patching (C) are separate functions.
Answer: C Explanation: Exfiltration (TA0010) involves stealing data (e.g., sending files to an attacker’s server).
Final Tip: For exams, memorize the process (Scope → Deploy → Detect → Investigate → Respond → Improve) and key standards (NIST, ISO, MITRE). In the real world, tuning and correlation are everything!
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.