mirror of https://github.com/MISP/misp-objects
fix: GTP attack - multiple on GTP interface
parent
60d5767e8b
commit
93f8c7e9d3
|
@ -34,6 +34,7 @@
|
||||||
],
|
],
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"GtpMessageType": {
|
"GtpMessageType": {
|
||||||
|
@ -88,7 +89,7 @@
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "GTP attack object as seen on a GSM, UMTS or LTE network",
|
"description": "GTP attack object as seen on a GSM, UMTS or LTE network",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"uuid": "6b3c48d2-0ca6-4608-9c36-455105439145",
|
"uuid": "6b3c48d2-0ca6-4608-9c36-455105439145",
|
||||||
|
|
Loading…
Reference in New Issue