-
Notifications
You must be signed in to change notification settings - Fork 2
Running SIREN
blaverick62 edited this page May 2, 2017
·
2 revisions
- Edit docs/siren.cfg
- change host line to your SIREN machine
- If you are running a raspberry pi or other physical machine, ensure that VMs are set to bridged. If all are VMs, NAT works if they are on the same NAT network.
- Change Detonation IPs to your detonation chambers, comma separated.
- Change Detonation usernames to usernames for the corresponding IP addresses above, comma separated.
- Change DB information to corresponding DB information. If you followed the setup exactly, only IP should change.
- On your Linux machine, cd into siren_client and run sudo python siren_clieny.py
- On your Windows machine, open IDLE, open siren_client.py and run.
- Run SIREN with sudo ./sirenstart.sh, in ~/siren directory.
- start snort with: sudo snort -q -c /etc/snort/snort.conf -i ens33
- start barnyard2 with: sudo barnyard2 -c /etc/snort/barnyard2.conf -d /var/log/snort -f merged.log -w /var/log/snort/barnyard2.bookmark
- Access SIREN web page by entering the SIREN_DB machine IP address into a browser on the same subnet as SIREN_DB.