forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
177 lines (177 loc) · 4.75 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"attributes": {
"Category": {
"description": "Category",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"Cat0",
"Cat1",
"Cat2.1",
"Cat2.2",
"Cat3.1",
"Cat3.2",
"Cat3.3",
"CatSMS",
"CatSpoofing"
],
"ui-priority": 1
},
"MapApplicationContext": {
"description": "MAP application context in OID format.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"MapGmlc": {
"description": "MAP GMLC. Phone number.",
"misp-attribute": "text",
"ui-priority": 0
},
"MapGsmscfGT": {
"description": "MAP GSMSCF GT. Phone number.",
"misp-attribute": "text",
"ui-priority": 0
},
"MapImsi": {
"description": "MAP IMSI. Phone number starting with MCC/MNC.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"MapMscGT": {
"description": "MAP MSC GT. Phone number.",
"misp-attribute": "text",
"ui-priority": 0
},
"MapMsisdn": {
"description": "MAP MSISDN. Phone number.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"MapOpCode": {
"description": "MAP operation codes - Decimal value between 0-99.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"MapSmsTP-DCS": {
"description": "MAP SMS TP-DCS.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"MapSmsTP-OA": {
"description": "MAP SMS TP-OA. Phone number.",
"misp-attribute": "text",
"ui-priority": 0
},
"MapSmsTP-PID": {
"description": "MAP SMS TP-PID.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"MapSmsText": {
"description": "MAP SMS Text. Important indicators in SMS text.",
"misp-attribute": "text",
"ui-priority": 0
},
"MapSmsTypeNumber": {
"description": "MAP SMS TypeNumber.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"MapSmscGT": {
"description": "MAP SMSC. Phone number.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"MapUssdCoding": {
"description": "MAP USSD Content.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"MapUssdContent": {
"description": "MAP USSD Content.",
"misp-attribute": "text",
"ui-priority": 0
},
"MapVersion": {
"description": "Map version.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"1",
"2",
"3"
],
"ui-priority": 0
},
"MapVlrGT": {
"description": "MAP VLR GT. Phone number.",
"misp-attribute": "text",
"ui-priority": 0
},
"SccpCdGT": {
"description": "Signaling Connection Control Part (SCCP) CdGT - Phone number.",
"misp-attribute": "text",
"ui-priority": 0
},
"SccpCdPC": {
"description": "Signaling Connection Control Part (SCCP) CdPC - Phone number.",
"misp-attribute": "text",
"ui-priority": 0
},
"SccpCdSSN": {
"description": "Signaling Connection Control Part (SCCP) - Decimal value between 0-255.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"SccpCgGT": {
"description": "Signaling Connection Control Part (SCCP) CgGT - Phone number.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"SccpCgPC": {
"description": "Signaling Connection Control Part (SCCP) CgPC - Phone number.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"SccpCgSSN": {
"description": "Signaling Connection Control Part (SCCP) - Decimal value between 0-255.",
"disable_correlation": true,
"misp-attribute": "text",
"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 via SS7 logging.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
}
},
"description": "SS7 object of an attack seen on a GSM, UMTS or LTE network via SS7 logging.",
"meta-category": "network",
"name": "ss7-attack",
"requiredOneOf": [
"text"
],
"uuid": "f3493d8b-a7ab-48d0-a775-046c4d64d782",
"version": 2
}