array("http://www.securityfocus.com/bid/", ""), "snort" => array("http://www.snort.org/snort-db/sid.html?sid=", ""), "cve" => array("http://cve.mitre.org/cgi-bin/cvename.cgi?name=", ""), "arachnids" => array("http://www.whitehats.com/info/ids", ""), "mcafee" => array("http://vil.nai.com/vil/content/v_", ".htm"), "icat" => array("http://icat.nist.gov/icat.cfm?cvename=", "")); /* Email Alert action * * - action_email_from : email address to use in the FROM field of the mail message * - action_email_subject : subject to use for the mail message * - action_email_msg : additional text to include in the body of the mail message * - action_email_mode : specifies how the alert information should be enclosed * 0 : alerts should be in the body of the message * 1 : alerts should be enclosed in an attachment */ $action_email_from = "ACID Alert "; $action_email_subject = "ACID Incident Report"; $action_email_msg = ""; $action_email_mode = 0; /* Custom (user) PHP session handlers * * - use_user_session : sets whether user PHP session can be used (configured * with the session.save_handler variable in php.ini) * 0 : no * 1 : yes (assuming that 'user_session_path' and 'user_session_function' * are configured correctly) * - user_session_path : file to include that implements the custom PHP session * handler * - user_session_function : function to invoke in the custom session * implementation that will register the session handler * functions */ $use_user_session = 0; $user_session_path = ""; $user_session_function = ""; ?>