Skip to content

Enum: TaxonomyNameEnum

The different known taxonomies to which CAPEC entries can be mapped.

URI: capec:TaxonomyNameEnum

Permissible Values

Value Meaning Description
ATTACK None The MITRE ATT&CK framework, a globally-accessible knowledge base of adversary...
WASC None The Web Application Security Consortium (WASC) Threat Classification taxonomy
OWASP Attacks None The OWASP (Open Web Application Security Project) Attacks taxonomy

Slots

Name Description
taxonomy_name Identifies the external taxonomy to which this mapping is being made
taxonomy_name Identifies the external taxonomy to which this mapping is being made

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/capec

LinkML Source

name: TaxonomyNameEnum
description: The different known taxonomies to which CAPEC entries can be mapped.
from_schema: https://w3id.org/lmodel/capec
rank: 1000
permissible_values:
  ATTACK:
    text: ATTACK
    description: The MITRE ATT&CK framework, a globally-accessible knowledge base
      of adversary tactics and techniques.
    exact_mappings:
    - https://attack.mitre.org/
  WASC:
    text: WASC
    description: The Web Application Security Consortium (WASC) Threat Classification
      taxonomy.
    exact_mappings:
    - http://projects.webappsec.org/Threat-Classification
  OWASP Attacks:
    text: OWASP Attacks
    description: The OWASP (Open Web Application Security Project) Attacks taxonomy.
    exact_mappings:
    - https://owasp.org/www-community/attacks/