Logged In Users

Retrieves the list of all the currently logged in users in the target system.:

Query

select liu.*, p.name, p.cmdline, p.cwd, p.root from logged_in_users liu, processes p where liu.pid = p.pid;

Additional Query Info

  • Version: 1.4.5
  • Platform: posix
  • Interval: 3600

JSON

{
  "queries": {
    "Logged In Users": {
      "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",
      "platform": "posix",
      "version": "1.4.5",
      "description": "Retrieves the list of all the currently logged in users in the target system.",
      "value": ""
    }
  }
}