Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 618 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 618 Bytes

Auditd-Logstash-filter

This Auditd filter is used to extract out the data from the auditd logs that can be used for detecting suspicious activity on the Linux system. By using this filter, we can easily apply the elasticsearch queries. This will provide better visualization of logs data. From this filter, we can extract the following information like

  1. Arguments of executed commands
  2. Process information
  3. The current working directory of the user
  4. Files access information
  5. User Login attempts (Successful or Failure)
  6. Setuid and Setgid information
  7. System call failure and success
  8. and much more