The OSSIM Installer ISO will ask you a series of questions after starting:
Future version will allow for different installation methods (server, sensor, database, expert, etc…) and further customization options. For now we just wanted to make the ossim installation accessible to everybody.
After installation a series of post-installation steps will be accomplished. Some of these tasks may error, don't worry about that, it's just that some things are trying to do themselves twice and we have to sort that out.
After installation you get a full-featured ossim system with everything ready to use.
<note> To access to the OSSIM GUI, you need to use your favorite browser. Just point to the IP that you have entered before </note>
A noteworthy addition is the /etc/ossim/ossim_setup.conf file. Changing anything in there and running /home/ossim/dist/reconfig.pl will reconfigure the whole system.
Following is a sample installed config file:
interface=eth4 language=en profile=all-in-one [database] acl_db=ossim_acl db_ip= db_port=3306 event_db=snort ossim_db=ossim osvdb_db=osvdb pass= type=mysql user=root [expert] profile=server [sensor] detectors=snare, p0f, osiris, arpwatch, snort, pads, ssh, pam_unix, rrd, sudo, iptables interfaces=eth4 ip= monitors=nmap, ping, ntop, ossim-ca name=ossim priority=5 [server] server_ip= server_port=40001 server_plugins=osiris, pam_unix, ssh, snare, sudo
Here is a description of all the parameters, one by one:
Remember: run reconfig.pl after changing this file for changes to get applied to the system.