secplus

Dashboard / 4.0 Security Operations

4.3 Explain various activities associated with vulnerability management

Official exam objective outline (5 topics)
  • Identification methods
    • Vulnerability scan
    • Application security: Static analysis, Dynamic analysis, Package monitoring
    • Threat feed: Open-source intelligence (OSINT), Proprietary/third-party, Information-sharing organization, Dark web
    • Penetration testing
    • Responsible disclosure program: Bug bounty program
    • System/process audit
  • Analysis
    • Confirmation: False positive, False negative
    • Prioritize
    • Common Vulnerability Scoring System (CVSS)
    • Common Vulnerability Enumeration (CVE)
    • Vulnerability classification
    • Exposure factor
    • Environmental variables
    • Industry/organizational impact
    • Risk tolerance
  • Vulnerability response and remediation
    • Patching
    • Insurance
    • Segmentation
    • Compensating controls
    • Exceptions and exemptions
  • Validation of remediation
    • Rescanning
    • Audit
    • Verification
  • Reporting

★ Starred in your notes: vulnerability assessment = passive, pentest = active · CVSS scoring.

Breakdown 1 — Identification methods

From class — Day 2 Module C: the goal of vulnerability scanning is to find weaknesses (open ports, services, missing patches) before attackers do. Tools: OpenVAS, Nessus (vulnerability scanners); exploit-db.com for known exploits. Vulnerability assessment is passive (identify); penetration testing is active (exploit).

MethodWhat it isNotes
Vulnerability scanAutomated check against known vulnerabilities/misconfigsCredentialed (logs in — deeper, fewer false positives) vs. non-credentialed (outsider view); intrusive (may disrupt) vs. non-intrusive; scanner types: network/infrastructure, web application, cloud (class)
Application securityStatic analysis (source code, before run), dynamic analysis (running app, fuzzing), package monitoring (watch third-party libraries/dependencies for CVEs)
Threat feedOSINT (free/public), proprietary/third-party (paid — class: "CSINT"), information-sharing organizations (ISAC by sector / ISAO), dark web monitoring (leaked creds, chatter)
Penetration testingAuthorized simulated attack — done after we know what's vulnerable; don't mess up the system (class)Phases (class): Planning → Discovery → Attack → Reporting (attack and discovery loop)
Responsible disclosure / bug bountyProgram that lets outside researchers report bugs safely (and get paid)
System/process auditReview of configurations and procedures against a standardClass "security audits": baseline review, attack-surface review, design review, control review, procedure review

From class — pentest approaches: Unknown environment (black box — tester gets no information, must build the whole picture), Known environment (white box — "give you all information"), Partially known (gray box). ⚠ Your notes had "unknown → white box"; CompTIA's mapping is unknown = black box, known = white box.

Teams: Red (attack), Blue (defend), White (referees/rules), Purple (red + blue working together). Recon: passive (no direct contact — OSINT, DNS records) vs. active ("making the phone calls", port scans). Tools: nmap (-PN = don't ping, just scan), hping, netcat, scanless, tcpreplay, password crackers, ping (ICMP). Penetrating networks: privilege escalation → establish persistence (backdoor) → lateral movement.

Breakdown 2 — Analysis

StepKnow
ConfirmationFalse positive — the event was benign but was mistaken for a problem (class). False negative — a problem occurred and the analyst mistook it for benign — the dangerous one. (Class also mentioned "false-positive generation attacks" — flooding the SOC with noise.)
PrioritizeFix what's exploitable and exposed first
CVSSCommon Vulnerability Scoring System — criticality score 0–10 from a calculator (class): base metrics (attack vector, complexity, privileges, impact on C/I/A)
CVECommon Vulnerabilities and Exposures — the ID (CVE-2024-1234)
Vulnerability classificationType (injection, misconfiguration, crypto…) and affected asset class
Exposure factorHow much of the asset is lost if exploited; class: internal vs. external exposure — an internet-facing flaw outranks an internal one
Environmental variablesYour context: is the port filtered? is the host isolated?
Industry / organizational impactRegulatory or business consequences
Risk toleranceHow much the org is willing to leave open

Breakdown 3 — Response and remediation

OptionWhen
PatchingThe default fix — test, schedule (change management)
InsuranceTransfer residual financial risk
SegmentationCan't patch → isolate
Compensating controlsAlternative protection when the fix isn't possible (WAF rule, extra monitoring)
Exceptions and exemptionsFormally accept the risk for a period, with an owner and expiry

From class: remediation plans go to the users/owners; reports should use plain language.

Breakdown 4 — Validation and reporting

Validation of remediation: rescanning (run the scan again), audit (verify the control exists), verification (prove it works — try the exploit). Reporting: trends, open vs. closed, SLA compliance, exceptions.

Breakdown 5 — Scenario matching

ScenarioAnswer
Scanner flags a vuln, but the package isn't installedFalse positive
Need to test how a system reacts to attacks without disrupting productionNon-intrusive scan (or pentest in a test environment)
Want the deepest possible scan resultsCredentialed scan
Rank 500 findingsCVSS + exposure + asset criticality
Patch not available for six monthsCompensating control + documented exception
Prove the patch workedRescan / verification
Outside researchers keep finding bugsBug bounty / responsible disclosure program

Quick self-check

  • Credentialed vs. non-credentialed scans — which finds more? (Credentialed.)
  • Order of the class pentest phases? (Planning → Discovery → Attack → Reporting.)
  • Which is worse, a false positive or a false negative? (False negative.)

Sources: 20260917_173205.jpg, 20260917_173234.jpg, 20260917_173241.jpg, 20260917_173248.jpg, 20260917_173252.jpg