Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Apr 17, 2020
1 parent 47f1081 commit fd3d96b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rule_id": "query-with-list",
"lists": [
"exceptions_list": [
{
"field": "source.ip",
"values_operator": "excluded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"severity": "high",
"type": "query",
"query": "user.name: root or user.name: admin",
"lists": [
"exceptions_list": [
{
"field": "source.ip",
"values_operator": "included",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"severity": "high",
"type": "query",
"query": "user.name: root or user.name: admin",
"lists": [
"exceptions_list": [
{
"field": "source.ip",
"values_operator": "excluded",
Expand Down

0 comments on commit fd3d96b

Please sign in to comment.