mirror of https://github.com/MISP/misp-objects
fix: Updated the required_value field with the new name: values_list
parent
8643f0dc47
commit
8662818177
|
@ -3,7 +3,7 @@
|
||||||
"uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d",
|
"uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"description": "DDoS object describes a current DDoS activity from a specific or/and to a specific target. Type of DDoS can be attached to the object as a taxonomy",
|
"description": "DDoS object describes a current DDoS activity from a specific or/and to a specific target. Type of DDoS can be attached to the object as a taxonomy",
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"total-bps": {
|
"total-bps": {
|
||||||
"description": "Bits per second",
|
"description": "Bits per second",
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
"description": "Protocol used for the attack",
|
"description": "Protocol used for the attack",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"required_value": [
|
"required_valu": [
|
||||||
"TCP",
|
"TCP",
|
||||||
"UDP",
|
"UDP",
|
||||||
"ICMP",
|
"ICMP",
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"description": "The gender of a natural person.",
|
"description": "The gender of a natural person.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "gender",
|
"misp-attribute": "gender",
|
||||||
"required_value": [
|
"values_list": [
|
||||||
"Male",
|
"Male",
|
||||||
"Female",
|
"Female",
|
||||||
"Other",
|
"Other",
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
"misp-attribute": "nationality"
|
"misp-attribute": "nationality"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "An person which describes a person or an identity.",
|
"description": "An person which describes a person or an identity.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"required_value": [
|
"values_list": [
|
||||||
"PCRE",
|
"PCRE",
|
||||||
"PCRE2",
|
"PCRE2",
|
||||||
"POSIX BRE",
|
"POSIX BRE",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "An object describing a regular expression (regex or regexp). The object can be linked via a relationship to other attributes or objects to describe how it can be represented as a regular expression.",
|
"description": "An object describing a regular expression (regex or regexp). The object can be linked via a relationship to other attributes or objects to describe how it can be represented as a regular expression.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "ceffad66-71e5-4e20-9370-1b3fb694c648",
|
"uuid": "ceffad66-71e5-4e20-9370-1b3fb694c648",
|
||||||
|
|
Loading…
Reference in New Issue