MitreAttack (type)

{
  "additionalProperties": false, 
  "description": "Contain Mitre attack details like tacticName, tacticUrl, techniqueName and techniqueUrl.", 
  "id": "MitreAttack", 
  "module_id": "PolicyIDSMetrics", 
  "properties": {
    "tactic_name": {
      "description": "Represents tactic name of attack.", 
      "title": "Tactic Name", 
      "type": "string"
    }, 
    "tactic_url": {
      "description": "Represents tactic url of attack.", 
      "title": "Tactic Url", 
      "type": "string"
    }, 
    "technique_name": {
      "description": "Represents technique name of attack.", 
      "title": "Technique Name", 
      "type": "string"
    }, 
    "technique_url": {
      "description": "Represents technique url of attack.", 
      "title": "Technique Url", 
      "type": "string"
    }
  }, 
  "title": "Mitre Attack", 
  "type": "object"
}