mirror of https://github.com/MISP/misp-rfc
chg: [misp-query-format] types and categories available in MISP core format
parent
100ba755cb
commit
3b577a0ad6
|
@ -99,11 +99,11 @@ value **MAY** be present. If set, the returned data set will be filtered on the
|
||||||
|
|
||||||
### type
|
### type
|
||||||
|
|
||||||
type **MAY** be present. If set, the returned data set will be filtered on the attribute type field. type **MAY** be a string or a sub-string, the latter of which start with, ends with or is encapsulated in wildcard (\%) characters.
|
type **MAY** be present. If set, the returned data set will be filtered on the attribute type field. type **MAY** be a string or a sub-string, the latter of which start with, ends with or is encapsulated in wildcard (\%) characters. The list of valid attribute types is described in the MISP core format [@?MISP-C] in the attribute type section.
|
||||||
|
|
||||||
### category
|
### category
|
||||||
|
|
||||||
category **MAY** be present. If set, the returned data set will be filtered on the attribute category field. category **MAY** be a string or a sub-string, the latter of which start with, ends with or is encapsulated in wildcard (\%) characters.
|
category **MAY** be present. If set, the returned data set will be filtered on the attribute category field. category **MAY** be a string or a sub-string, the latter of which start with, ends with or is encapsulated in wildcard (\%) characters. The list of valid categories is described in the MISP core format [@?MISP-C] in the attribute type section.
|
||||||
|
|
||||||
# Security Considerations
|
# Security Considerations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue