Built off the open source project Osquery
Description: List All Users on Workstation.
What The Data Shows: Useful to see if any local accounts created that aren't normal.
SQL:
Select Username, Description, Directory FROM Users WHERE GID <> "513";
never-displayed
Hey @cstamand appreciate your contribution! We'll vet this submission and if it runs as expected we'll change this status of your query from Under Review to CB Approved.
Thanks again!
Ed Sullivan
Thanks @cstamand as always for your participation in our community. Nice query.