Merge pull request #1399 from facebook/marpaia-patch-1

Update an error in the incident response pack
This commit is contained in:
Mike Arpaia 2015-07-27 15:39:34 -07:00
commit 2170c249fc

View File

@ -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.",