mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
Merge pull request #1399 from facebook/marpaia-patch-1
Update an error in the incident response pack
This commit is contained in:
commit
2170c249fc
@ -140,7 +140,7 @@
|
||||
"value" : "Identify processes accessing sensitive files they shouldn't"
|
||||
},
|
||||
"logged_in_users": {
|
||||
"query" : "select liu.*, p.name, p.cmdline, p.cwd, p.root from logged_in_users liu, p where liu.pid = p.pid;",
|
||||
"query" : "select liu.*, p.name, p.cmdline, p.cwd, p.root from logged_in_users liu, processes p where liu.pid = p.pid;",
|
||||
"interval" : "3600",
|
||||
"version" : "1.4.5",
|
||||
"description" : "Retrieves the list of all the currently logged in users in the target system.",
|
||||
|
Loading…
Reference in New Issue
Block a user