add: Suricata object added with context

pull/93/head
Alexandre Dulaunoy 2018-03-28 14:32:53 +02:00
parent 405d4e6bff
commit 62e782b589
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
{
"requiredOneOf": [
"suricata"
],
"attributes": {
"comment": {
"description": "A description of the Suricata rule.",
"ui-priority": 0,
"misp-attribute": "comment"
},
"suricata": {
"description": "Suricata rule.",
"ui-priority": 0,
"misp-attribute": "suricata"
},
"version": {
"description": "Version of the Suricata rule depending where the suricata rule is known to work as expected.",
"ui-priority": 0,
"misp-attribute": "text"
},
"ref": {
"description": "Reference to the Suricata rule such as origin of the rule or alike.",
"misp-attribute": "link",
"ui-priority": 0
}
},
"version": 1,
"description": "An object describing a Suricata rule along with its version and context",
"meta-category": "network",
"uuid": "3c177337-fb80-405a-a6c1-1b2ddea8684a",
"name": "suricata"
}