Snort_AIPreproc/TODO

42 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

======================
AVERAGE/HIGH PRIORITY:
======================
- Comment all the code!!!
- Support for more logs
- True bayesian temporal correlation
=============
LOW PRIORITY:
=============
2010-09-11 12:45:30 +02:00
2010-08-14 14:30:41 +02:00
- Managing clusters for addresses, timestamps (and more?)
- Splitting the distinct subgraphs of the output graph
2010-08-14 14:30:41 +02:00
=====
DONE:
=====
+ PostgreSQL support
+ Regex comp cache
+ Managing hyperalert graph connection inside the alert structure itself
+ Keeping track of all the streams and alerts even after clustered
2010-09-18 16:42:11 +02:00
+ Dynamic cluster_min_size algorithm
2010-09-23 21:57:20 +02:00
+ Add alerts' history serialization to db.c as well
+ Bayesian learning among alerts in alert log
+ Split bayesian correlation out of correlation.c
+ Clustering alerts with time constraints
+ Save clusters and correlations to db
+ Uniformed error messages format
2010-10-07 12:19:21 +02:00
+ Full PostgreSQL support for output db
+ Web interface
+ Function names (private functions with _ or __ ?)
2010-10-12 03:12:11 +02:00
+ Saving packet flows as .pcap
2010-10-14 02:53:17 +02:00
+ Manual alert correlation from the web interface
+ Neural network for alert correlation
2010-10-26 21:58:34 +02:00
+ Supporting extra modules for alert correlation
+ Testing more scenarios, making more hyperalert models
2010-12-01 23:27:16 +01:00
+ Code profiling
+ Geographical IP localization and visualization