File size: 1,861 Bytes
95a9764
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
  "term": "AttackPattern",
  "role": "concept",
  "parent_concepts": [
    "Security"
  ],
  "layer": 2,
  "domain": "CreatedThings",
  "definition": "A characteristic mode or method of offensive behavior in information systems, describing the techniques and strategies used in cyber attacks such as code injection, data exfiltration, privilege escalation, or malware propagation.",
  "definition_source": "SUMO",
  "aliases": [
    "attack pattern",
    "attack technique",
    "offensive pattern",
    "threat pattern",
    "exploitation pattern"
  ],
  "wordnet": {
    "synsets": [
      "attack_pattern.n.01"
    ],
    "canonical_synset": "attack_pattern.n.01",
    "lemmas": [
      "attack pattern",
      "attack technique",
      "offensive pattern",
      "threat pattern",
      "exploitation pattern"
    ],
    "pos": "noun"
  },
  "relationships": {
    "related": [],
    "antonyms": [],
    "has_part": [
      "AntiAnalysisBehavior",
      "InjectionAttack",
      "MemoryCorruptionAttack",
      "PoisoningAttack",
      "SupplyChainAttack",
      "WormLikeBehavior"
    ],
    "part_of": [],
    "opposite": [
      "AdversarialRobustness:3"
    ],
    "opposite_rationale": "Steer toward defensive security thinking"
  },
  "safety_tags": {
    "risk_level": "high",
    "impacts": [],
    "treaty_relevant": false,
    "harness_relevant": true
  },
  "training_hints": {
    "positive_examples": [],
    "negative_examples": [],
    "disambiguation": "",
    "seed_terms": [
      "attack pattern",
      "attack technique",
      "offensive pattern",
      "threat pattern",
      "exploitation pattern"
    ]
  },
  "children": [
    "AntiAnalysisBehavior",
    "InjectionAttack",
    "MemoryCorruptionAttack",
    "PoisoningAttack",
    "SupplyChainAttack",
    "WormLikeBehavior"
  ],
  "is_category_lens": true,
  "child_count": 6
}