Shell History

Retrieves the command history, per user, by parsing the shell history files.:

Query

select * from users join shell_history using (uid);

Additional Query Info

  • Version: 1.4.5
  • Platform: posix
  • Interval: 86400

JSON

{
  "queries": {
    "Shell History": {
      "query": "select * from users join shell_history using (uid);",
      "interval": "86400",
      "platform": "posix",
      "version": "1.4.5",
      "description": "Retrieves the command history, per user, by parsing the shell history files.",
      "value": ""
    }
  }
}