mirror of https://github.com/MISP/misp-objects
required_value for protocol added
parent
3af5bcff47
commit
18e84ca2c8
|
@ -38,7 +38,8 @@
|
||||||
},
|
},
|
||||||
"protocol": {
|
"protocol": {
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"misp-usage-frequency": 0
|
"misp-usage-frequency": 0,
|
||||||
|
"required_value": ["TCP", "UDP", "ICMP", "IP"]
|
||||||
},
|
},
|
||||||
"first-seen": {
|
"first-seen": {
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
|
|
Loading…
Reference in New Issue