-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathdefinition.json
125 lines (125 loc) · 3.32 KB
/
definition.json
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"attributes": {
"ApplicationId": {
"description": "Application-ID is used to identify for which Diameter application the message is applicable. Application-ID is a decimal representation.",
"misp-attribute": "text",
"ui-priority": 0
},
"CmdCode": {
"description": "A decimal representation of the diameter Command Code.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"Destination-Host": {
"description": "Destination-Host.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"Destination-Realm": {
"description": "Destination-Realm.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"IdrFlags": {
"description": "IDR-Flags.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"Origin-Host": {
"description": "Origin-Host.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"Origin-Host-CountryISO2": {
"description": "Origin-Host Country ISO2",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"Origin-Host-OperatorName": {
"description": "Origin-Host Operator Name",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"Origin-Host-TADIG": {
"description": "Origin-Host Operator TADIG",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"Origin-Realm": {
"description": "Origin-Realm.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"Origin-Realm-CountryISO2": {
"description": "Origin-Realm Country ISO2",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"Origin-Realm-OperatorName": {
"description": "Origin-Realm Operator Name",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"Origin-Realm-TADIG": {
"description": "Origin-Realm Operator TADIG",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"SessionId": {
"description": "Session-ID.",
"misp-attribute": "text",
"ui-priority": 0
},
"Username": {
"description": "Username (in this case, usually the IMSI).",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"category": {
"description": "Category.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Cat0",
"Cat1",
"Cat2",
"Cat3",
"CatSMS"
],
"ui-priority": 0
},
"first-seen": {
"description": "When the attack has been seen for the first time.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"text": {
"description": "A description of the attack seen.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "Attack as seen on the diameter signaling protocol supporting LTE networks.",
"meta-category": "network",
"name": "diameter-attack",
"requiredOneOf": [
"text"
],
"uuid": "a3fdce4c-8e21-4acc-ab8e-9976e9165a12",
"version": 2
}