- Print
- DarkLight
Article Summary
Share feedback
Thanks for sharing your feedback!
OS
os_services
List all services (Windows, launchctl on MacOS and initd on Linux).
Platforms: Windows, Linux, MacOS
usage: os_services [-h]
os_drivers
List all drivers on Windows.
Platforms: Windows
usage: os_drivers [-h]
os_packages
List installed software packages.
Platforms: Windows, Chrome
usage: os_packages [-h]
os_users
List system users.
Platforms: Windows
usage: os_users [-h]
os_kill_process
Kill a process running on the endpoint.
Platforms: Windows, Linux, MacOS
usage: os_kill_process [-h] [-p PID] [-a PROCESSATOM]
optional arguments:
-p PID, --pid PID pid of the process to kill
-a PROCESSATOM, --processatom PROCESSATOM
the atom of the target process
os_suspend
Suspend a process running on the endpoint.
Platforms: Windows, Linux, MacOS
usage: os_suspend [-h] [-p PID] [-a PROCESSATOM] [-t TID]
optional arguments:
-p PID, --pid PID process id
-a PROCESSATOM, --processatom PROCESSATOM
the atom of the target process
-t TID, --tid TID thread id
os_resume
Resume execution of a process on the endpoint.
Platforms: Windows, Linux, MacOS
usage: os_resume [-h] [-p PID] [-a PROCESSATOM] [-t TID]
optional arguments:
-p PID, --pid PID process id
-a PROCESSATOM, --processatom PROCESSATOM
the atom of the target process
-t TID, --tid TID thread id
os_processes
List all running processes on the endpoint.
Platforms: Windows, Linux, MacOS
usage: os_processes [-h] [-p PID] [--is-no-modules]
optional arguments:
-p PID, --pid PID only get information on process id
--is-no-modules do not report modules in processes
os_autoruns
List pieces of code executing at startup, similar to SysInternals autoruns.
Platforms: Windows, Linux, MacOS
usage: os_autoruns [-h]
os_version
Get detailed OS information on the endpoint.
Platforms: Windows, Linux, MacOS
usage: os_version [-h]
Was this article helpful?