aquaballoon

PSAD - Snort

Aug 31st, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. sudo apt-get install psad
  2.  
  3. sudo iptables -A INPUT -j LOG
  4. sudo iptables -A FORWARD -j LOG
  5.  
  6. nano /etc/psad/psad.conf
  7. EMAIL_ADDRESSES - change this to your email address.
  8. HOSTNAME - this is set during install - but double check and change to a FQDN if needed.
  9. ENABLE_AUTO_IDS - set this to Y if you could like PSAD to take action - read configuration instructions before setting this to Y.
  10. ENABLE_AUTO_IDS_EMAILS - set this to Y if you would like to receive email notifications of intrusions that are detected.
  11. IPT_SYSLOG_FILE             /var/log/syslog;
  12.  
  13. psad -R
  14. psad --sig-update
  15. psad -H
  16.  
  17. psad --Status
Advertisement
Add Comment
Please, Sign In to add comment