secplus

Dashboard / 4.0 Security Operations

4.4 Explain security alerting and monitoring concepts and tools

Official exam objective outline (3 topics)
  • Monitoring computing resources
    • Systems
    • Applications
    • Infrastructure
  • Activities
    • Log aggregation
    • Alerting
    • Scanning
    • Reporting
    • Archiving
    • Alert response and remediation/validation: Quarantine, Alert tuning
  • Tools
    • Security Content Automation Protocol (SCAP)
    • Benchmarks
    • Agents/agentless
    • Security information and event management (SIEM)
    • Antivirus
    • Data loss prevention (DLP)
    • Simple Network Management Protocol (SNMP) traps
    • NetFlow
    • Vulnerability scanners

★ Starred in your notes: honeynet · $ENV / hidden folders · SID -500 admin / -501 guest · (Day 5) SIEM vs. syslog · syslog level 7 = debug.

Breakdown 1 — What to monitor

Systems (OS logs, resource use, authentication), applications (app logs, errors, transactions), infrastructure (firewalls, switches, IDS, cloud control plane, physical sensors). Monitoring is the detective layer that catches what preventive controls miss.

Breakdown 2 — Activities

ActivityMeaning
Log aggregationCollect logs centrally (syslog → SIEM) so an attacker wiping a host doesn't erase evidence, and events can be correlated
AlertingRules/correlations trigger notifications
ScanningVulnerability/config scans feed the picture
ReportingDashboards, compliance reports, trends
ArchivingRetain logs per policy (and for forensics/legal hold)
Alert response & remediation/validationQuarantine (isolate the host/file) and alert tuning (reduce false positives so real alerts aren't buried — "alert fatigue")

Breakdown 3 — Tools

ToolWhat it doesClass notes
SCAPSecurity Content Automation Protocol — standard formats (CVE, CVSS, OVAL, XCCDF) so tools can check configs/vulns automatically
BenchmarksReference configs (CIS Benchmarks, DISA STIGs) to measure hosts against"baseline review"
Agents / agentlessAgent = software on the host (rich, continuous data); agentless = remote polling (SNMP/WMI/SSH, nothing to install)Class: "agent → think Puppet; agentless → think Ansible (central component)"
SIEMAggregates, correlates, alerts, reports across all log sources; the SOC's main consoleClass functions: aggregation, correlation, alerts, log retention, analysis tools; vs. syslog — syslog only collects; SIEM shows "almost real time"
Antivirus / EDRSignature + behavior detection on endpoints; EDR adds investigation/response
DLPDetects/blocks sensitive data leaving (email, web, USB)"e.g., blocking social media"
SNMP trapsDevices push alerts (link down, high temp) to a manager; use SNMPv3 (auth + encryption)Class: components = agent (on the device), manager (collector), OID (object identifier), MIB (management information base); community strings public/private are the v1/v2c "passwords" (cleartext) — v3 adds strong authentication and encryption. SNMP enumeration = attackers reading device details through weak community strings
NetFlowMetadata about traffic flows (who talked to whom, how much) — spot exfiltration, C2 beacons, DDoS
Vulnerability scannersNessus, OpenVAS
FIM (class)File integrity monitoring — check the file's hash against a known-good value; alerts on changes to system files/configs
IDS/IPSSignature, heuristic/anomaly, stateful protocol analysissee 3.2 — class: IPS → active IDS; IDS → just detects
Packet capture (class)Packet sniffers capture, packet analyzers decode (Wireshark); fed by SPAN/port mirror, a TAP (terminal access point, passive hardware), or a network packet broker (NPB)Inline vs. tap-based monitoring; a MAC flood makes a switch behave like a hub so an attacker can sniff
Physical sensors (class)Temperature, humidity, door, motion, waterData-center environmental monitoring
User behavior analytics (class)e.g., Splunk UBA — baseline per user, flag anomaliesInsider threat, compromised accounts
DNS sinkhole (class)Resolve known-bad domains to a harmless IP → blocks C2 and reveals infected hosts
Content filtering (class)Redirect/block based on categories/tags
Deception (class)Honeypot (decoy system), honeynet (network of honeypots), honeytoken (decoy account/data), honeyfile (fake file with "passwords")see 1.2

From class — host indicators to know: $ENV / %ENV% variables and hidden folders; Windows SID (security identifier — ends in -500 = built-in Administrator, -501 = Guest). VirusTotal for checking a file hash.

Breakdown 4 — Scenario matching

ScenarioTool/activity
Correlate a failed VPN login with a firewall block and an EDR alertSIEM
Detect a system binary silently replacedFIM
See which internal host is sending 5 GB to an unknown IP at 3 a.m.NetFlow
Switch port went down — notify NOC immediatelySNMP trap
Analysts ignore alerts because 95% are noiseAlert tuning
Infected host keeps trying to reach a malware domainDNS sinkhole (and quarantine)
Verify 300 servers match the CIS baseline automaticallySCAP + benchmarks
Can't install software on an appliance but need to monitor itAgentless

Quick self-check

  • Agent vs. agentless trade-off? (Depth vs. footprint.)
  • What does NetFlow capture — payload or metadata? (Metadata.)
  • What's the purpose of alert tuning? (Cut false positives / alert fatigue.)

Sources: 20260917_173423.jpg, 20260917_173429.jpg, 20260917_182520.jpg, 20260918_175512.jpg, 20260918_175519.jpg, 20260918_175529.jpg