mirror of https://github.com/MISP/misp-objects
Update definition.json
To avoid having multiple object for each similar attacks coming from the same source, we allow multiple attack source in the same attack.pull/98/head
parent
6faf42cbd2
commit
13ec601820
|
@ -34,6 +34,7 @@
|
||||||
},
|
},
|
||||||
"SccpCgGT": {
|
"SccpCgGT": {
|
||||||
"description": "Signaling Connection Control Part (SCCP) CgGT - Phone number.",
|
"description": "Signaling Connection Control Part (SCCP) CgGT - Phone number.",
|
||||||
|
"multiple": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
@ -44,6 +45,7 @@
|
||||||
},
|
},
|
||||||
"SccpCgPC": {
|
"SccpCgPC": {
|
||||||
"description": "Signaling Connection Control Part (SCCP) CgPC - Phone number.",
|
"description": "Signaling Connection Control Part (SCCP) CgPC - Phone number.",
|
||||||
|
"multiple": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue