Skip to content

Commit

Permalink
updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Jul 7, 2020
1 parent 472730b commit 293a12b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"rule_id": "d0ac97c4-3322-47d1-959d-9c18661ff340",
"rule_id": "query-with-exceptions",
"exceptions_list": [
{
"id": "810bc370-c006-11ea-b059-5326012dd965",
"id": "ID_HERE",
"namespace_type": "single",
"type": "endpoint"
},
{
"id": "eecb3a40-c00f-11ea-979d-49d40b1ffc8f",
"id": "ID_HERE",
"namespace_type": "single",
"type": "detection"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "Rule w exceptions",
"description": "Sample rule with exception list",
"rule_id": "query-with-exceptions",
"risk_score": 1,
"severity": "high",
"type": "query",
"query": "host.name: *",
"interval": "30s",
"exceptions_list": [{ "id": "810bc370-c006-11ea-b059-5326012dd965", "namespace_type": "single", "type": "endpoint" }]
"exceptions_list": [{ "id": "ID_HERE", "namespace_type": "single", "type": "endpoint" }]
}

0 comments on commit 293a12b

Please sign in to comment.