Download List

Descripción del Proyecto

IDEA is an architecture for implementing a
distributed intrusion detection system on a
computer network. It provides a way to incorporate
many different IDS sensors into an architecture,
and have them report to a central IDS server.
This server collects, aggregates, and correlates
data from the sensors, providing a unified view
of network activity. By specifying an open API,
many different clients can connect to the IDEA
server and "subscribe" to the event notification
service so that the client will be notified any
time a new alert is received from any of the sensors.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-11-10 15:06
1.2

Autenticación segura de la consola de servidor se llevó a cabo a través de MD5 desafío / respuesta. Interfaces para mejorar la modularidad se llevaron a cabo. La funcionalidad de las aplicaciones Web se ha mejorado, con enlaces a CVE, BugTraq, y otras fuentes de información. IDEA trabaja ahora con Snort 2.0. Correcciones de errores menores fueron realizados.
Tags: Major feature enhancements
Secure authentication from console to server was
implemented via MD5 challenge/response.
Interfaces to improve modularity were implemented.
The Web application functionality was enhanced
with links to CVE, BugTraq, and other information
sources. IDEA now works with Snort 2.0. Minor
bugfixes were made.

2003-03-24 05:53
1.1.0

Numerosos cambios internos / correcciones / limpieza de código, código modular de modo que debería ser mucho más fácil escribir módulos para trabajar con la consola y el servidor, observador nuevas interfaces para la AlertList, HotIPList y SensorList (cualquier clase Java que implementa la interfaz recibirá notificaciones que cuando hay cambios de las listas), la idea inicial de usuario del servidor código de autenticación, se fijan a un montón de código de la base de datos para que sea más modular de ahora, y separar el código de la barra de menú desde el código de la consola.
Tags: Code cleanup
Numerous internal changes/bugfixes/code cleanups, modularized code so that it should be much easier to write modules to work with the console and server, new observer interfaces for the AlertList, HotIPList, and SensorList (any Java class that implements the interface will receive notifications as to when there are changes made to the lists), initial IDEA server user-auth code, fixes to a bunch of the database code to make it more modular now, and segregating code for the Menu bar from the code for the console.

2003-02-23 03:36
1.0.2

Correcciones de errores menores y mejoras de usuario, soporte para bases de datos PostgreSQL, facilidad de uso de las mejoras a la aplicación Web, y mejoras de seguridad para el servidor.
Tags: Minor feature enhancements
Minor bugfixes and user enhancements, support for PostgreSQL databases, ease-of-use enhancements to the Web application, and security enhancements to the server.

2003-02-14 06:38
1.0.1

Tags: Initial freshmeat announcement

Project Resources