From OSSEC Wiki

Jump to: navigation, search
  • Rule:
      <varname="BAD_WORDS">core_dumped|failure|error|attack|bad |illegal |denied|refused|unauthorized|fatal|failed|Segmentation</var>
    
     <rule id="1002" level="2">
       <match>$BAD_WORDS</match>
       <options>alert_by_email</options>
       <description>Unknown problem somewhere in the system.</description>
     </rule>
    

This alert will fire when a string from $BAD_WORDS is seen

  • Example of log:
Views
Personal tools