5. Security Assessment and Testing Flashcards
SCAP
Security Automation Protocol
An effort by the security community, led by the National Institute of Standards and Technology (NIST) to create a standardized approach for communicating security-related information.
CCE
Common Configuration Enumeration
Provides a standard nomenclature for discussing system configuration issues.
CPE
Common Platform Enumeration
Provides a standard nomenclature for describing product names and versions.
CVE
Common Vulnerabilities and Exposures
Provides a standard nomenclature for describing security-related software flaws.
CVSS
Common Vulnerability Scoring System
Provides a standardized approach for measuring and describing the severity of security-related software flaws.
XCCDF
Extensible Configuration Checklist Description Format
A language for specifying checklists and reporting checklist results.
OVAL
Open Vulnerability and Assessment Language.
A language for specifying low-level testing procedures used by checklists.
Static Testing
Analyzes code without executing it.
Dynamic Testing
Executes code as part of the test.
Interactive Testing
Combines Static and dynamic testing, analyzing the source code while testers interact with the application through exposed interfaces.