im trying to audit an automated task that connect to my server and exec some commands.
I would like to know everything it does.
Currently Im trying these rules at my audit.rules file.
-a exit,always -F arch=b64 -S execve
-a exit,always -F arch=b32 -S execve
Those lines are ok to audit binarie commands. But if I exec something else like "foo" it is not logged. I need a rule that can log also not founded commands or command attempts. Is it possible ?
Leandro