Domain 3 - Risk Identification, Monitoring, and Analysis


Risk Management

Threat Modeling

Vulnerability Types

  • vulnerability impacts
    • include attacks on CIA triad
  • Risk Types
  • Supply Chain Vulnerabilities
  • Configuration Vulnerabilities
    • default configurations
    • misconfigurations
    • unsecure configurations
    • cryptographic vulnerabilities
      • weak cryptographic cipher suites
      • weak cryptographic protocol implementations
      • poor key management
      • poor certificate management
    • patch management
      • operating systems
      • applications
      • firmware
    • account management
      • carefully manage permissions
      • principle of least privilege
  • Architectural Vulnerabilities
    • arise when a complex system is improperly designed
    • flaws are very difficult to resolve
    • IT architecture is processes and practice used to design systems
    • avoid security weaknesses:
      • incorporate security early
      • avoid bolt-on security requirements
    • system sprawl
      • new devices are connected to a network, but old devices are not promptly disconnected, leading to security vulnerabilities
      • even more risky if assets are undocumented

Vulnerability Scanning

  • Vulnerability Scan Types
    • Network vulnerability scans
    • application scans
    • web application scans
  • Vulnerability Assessment
  • Scan perspective
    • network location affects scan results
      • DMZ vs internal network vs external network
      • inside vs outside firewall
    • credentialed vs uncredentialed scans
  • Security Content Automation Protocol (SCAP)
    • know the components:
      • OVAL
      • XCCDF
      • CVSS
      • CCE
      • CPE
      • CVE
  • Common Vulnerability Scoring System (CVSS)
  • Analyzing scan reports
    • prioritization factors:
      • vulnerability severity
      • system criticality
      • information sensitivity
      • remediation difficulty
      • system exposure
  • Correlate scan results
    • consult industry standards, best practices, and compliance requirements
    • correlate technical information sources
      • configuration management systems
      • log repositories
      • other data sources
    • correlate trend analysis with historic results
  • Security Acceptance Testing
  • Regression Testing

Security Monitoring