In the CyberSecurity Operations course there are mutiple descriptions of attack patterns. CAPEC is a good source to understand cyber attacks.
The objective of the Common Attack Pattern Enumeration and Classification (CAPEC™) effort is to provide a publicly available catalog of common attack patterns classified in an intuitive manner, along with a comprehensive schema for describing related attacks and sharing information about them.
Some Well-Known Attack Patterns: |
---|
For an experienced security engineer, the value of an attack pattern is not that it presents a new idea, but that it helps communicate a common idea with others. If you and a colleague all know what clickjacking is, then you can communicate a lot by saying: "This attack leverages clickjacking."
This information when captured in such a formalized way can bring considerable value to security considerations for cyber-enabled capabilities through all phases of the development lifecycle and other security-related activities, including:
- Requirements Gathering – Identification of relevant security requirements, misuse and abuse cases.
- Architecture and Design – Provide context for architectural risk analysis and guidance for security architecture.
- Implementation and Development – Prioritize and guide review activities.
- Testing and Quality Assurance – Provide context for appropriate risk-based and penetration testing.
- System Operation – Leverage lessons learned from security incidents into preventative guidance
- Policy and Standard Generation – Guide the identification of appropriate prescriptive organizational policies and standards.
Of course, attack patterns are not the only useful tool for building secure cyber-enabled capabilities. Many other tools, such as misuse/abuse cases, security requirements, threat models, knowledge of common weaknesses and vulnerabilities, and attack trees, can help. Attack patterns play a unique role amid this larger architecture of security knowledge and techniques.
Source URL: http://capec.mitre.org/about/index.html
Comments