Skip to main content

OSQueryLoggedInUsers

This Script is part of the OS Query Pack.#

Deprecated

Use OSQueryBasicQuery with query='select liu.*, p.name, p.cmdline, p.cwd, p.root from logged_in_users liu, processes p where liu.pid = p.pid;' instead.

Deprecated. Use OSQueryBasicQuery with query='select liu.*, p.name, p.cmdline, p.cwd, p.root from logged_in_users liu, processes p where liu.pid = p.pid;' instead.

Script Data#


NameDescription
Script Typepython2
TagsOSQuery
Cortex XSOAR Version5.0.0

Dependencies#


This script uses the following commands and scripts.

  • OSQueryBasicQuery

Inputs#


Argument NameDescription
systemThe System to remote execute on, can be a list of systems

Outputs#


There are no outputs for this script.