Skip to content

Instantly share code, notes, and snippets.

@PSJoshi
Created March 6, 2022 10:42
Show Gist options
  • Select an option

  • Save PSJoshi/c7c0522f4d98d63ddd1a9b9b6d34e302 to your computer and use it in GitHub Desktop.

Select an option

Save PSJoshi/c7c0522f4d98d63ddd1a9b9b6d34e302 to your computer and use it in GitHub Desktop.
Remove OSquery agent on linux
$ sudo systemctl stop osqueryd.service
$ sudo yum remove osquery
$ sudo rm -rf /var/osquery /var/log/osquery /etc/osquery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment