00ae2c0b89
engine to search and process a database of security events generated by various IDSes, firewalls, and network monitoring tools. The features currently include: o Query-builder and search interface for finding alerts matching on alert meta information (e.g. signature, detection time) as well as the underlying network evidence (e.g. source/destination address, ports, payload, or flags). o Packet viewer (decoder) will graphically display the layer-3 and layer-4 packet information of logged alerts o Alert management by providing constructs to logically group alerts to create incidents (alert groups), deleting the handled alerts or false positives, exporting to email for collaboration, or archiving of alerts to transfer them between alert databases. o Chart and statistic generation based on time, sensor, signature, protocol, IP address, TCP/UDP ports, or classification
17 lines
599 B
Text
17 lines
599 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2006/01/03 21:09:44 adrianp Exp $
|
|
|
|
You will need to make BASE accessible through your HTTP server.
|
|
If you are running Apache and ap-php, then you will need to
|
|
add the following line to your httpd.conf:
|
|
|
|
Include ${PKG_SYSCONFDIR}/base.conf
|
|
|
|
to make BASE accessible through:
|
|
|
|
http://localhost/base/
|
|
|
|
You will need to customise ${BASE_DIR}/base_conf.php before
|
|
BASE will work. This includes setting up database access.
|
|
|
|
===========================================================================
|