Contents
What would you use CAPEC for?
CAPEC™ helps by providing a comprehensive dictionary of known patterns of attack employed by adversaries to exploit known weaknesses in cyber-enabled capabilities. It can be used by analysts, developers, testers, and educators to advance community understanding and enhance defenses.
What is CAPEC diagram?
A graph in CAPEC is a hierarchical representation of attack patterns based on a specific vantage point that a user may take. The hierarchy often starts with a category, followed by a meta attack pattern/standard attack pattern, and ends with a detailed attack pattern.
What is CAPEC database?
CAPEC stands for “The Common Attack Pattern Enumeration and Classification”. CAPEC provides a publicly available catalog of common attack patterns that helps users understand how adversaries exploit weaknesses in applications and other cyber-enabled capabilities.
Which common attack patterns are available with CAPEC?
Some Well-Known Attack Patterns:
- HTTP Response Splitting (CAPEC-34)
- Session Fixation (CAPEC-61)
- Cross Site Request Forgery (CAPEC-62)
- SQL Injection (CAPEC-66)
- Cross-Site Scripting (CAPEC-63)
- Buffer Overflow (CAPEC-100)
- Clickjacking (CAPEC-103)
- Relative Path Traversal (CAPEC-139)
What is Microsoft stride?
The STRIDE model is a useful tool to help us classify threats. The STRIDE model was developed by Microsoft in order to help security engineers understand and classify all possible threats on a server. The name of this model is an acronym for the six main types of threats: Spoofing.
What is a cyber attack surface?
At a basic level, the attack surface can be defined as the physical and digital assets an organization holds that could be compromised to facilitate a cyber-attack.
How is STRIDE used?
STRIDE is a model of threats, used to help reason and find threats to a system. It is used in conjunction with a model of the target system that can be constructed in parallel. This includes a full breakdown of processes, data stores, data flows and trust boundaries.
What is the STRIDE methodology?
STRIDE is an acronym for six threat categories: Spoofing identity, Tampering with data, Repudiation threats, Information disclosure, Denial of service and Elevation of privileges. Two Microsoft engineers, Loren Kohnfelder and Praerit Garg, developed STRIDE in the late 1990s.
Why do we need CVE?
CVE helps because it provides a standardized identifier for a given vulnerability or exposure. Knowing this common identifier allows you to quickly and accurately access information about the problem across multiple information sources that are compatible with CVE.
How do you reduce an attack on the surface?
Reduce Attack Surface in 5 Steps
- Assume zero trust. No user should have access to your resources until they’ve proven their identity and the security of their device.
- Create strong user access protocols.
- Use strong authentication policies.
- Protect your backups.
- Segment your network.
How are CAPEC attack patterns related to ATT and CK?
Many attack patterns enumerated by CAPEC are employed by adversaries through specific techniques described by ATT&CK. This enables contextual understanding of the attack patterns within an adversary’s operational lifecycle. CAPEC attack patterns and related ATT&CK techniques are cross referenced when appropriate between the two efforts.
Why do we need to know about CAPEC?
Understanding how the adversary operates is essential to effective cybersecurity. CAPEC™ helps by providing a comprehensive dictionary of known patterns of attack employed by adversaries to exploit known weaknesses in cyber-enabled capabilities.
What does CAPEC stand for in security category?
CAPEC is focused on application security and describes the common attributes and techniques employed by adversaries to exploit known weaknesses in cyber-enabled capabilities. (e.g., SQL Injection, XSS, Session Fixation, Clickjacking)
What makes an adversarial tactic an ATT or CK?
Adversarial Tactics, Techniques & Common Knowledge (ATT&CK) 1 Focus on network defense 2 Based on threat intelligence and red team research 3 Provides contextual understanding of malicious behavior 4 Supports testing and analysis of defense options