入侵檢測系統,Snort 2.9.3.0 發布
Snort 2.9.3.0 發布,改進內容包括:
1. Updates to the flowbit rule option, dcerpc2, and reputation preprocessors.
2. A new dynamic output plugin architecture API.
3. Various updates and improvements to http_inspect, SMTP mempool allocations, and email attachment processing.
4. pflog v4 support has been added to packet decoders.
5. Logging of multiple unified2 alerts with reassembled packets has been fixed.
6. Compiler warning cleanup across multiple platforms.
7. All database output support has been removed

Snort是美國Sourcefire公司開發的發布在GPL v2下的IDS(Intrusion Detection System)軟件
Snort有 三種工作模式:嗅探器、數據包記錄器、網絡入侵檢測系統模式。嗅探器模式僅僅是從網絡上讀取數據包并作為連續不斷的流顯示在終端上。數據包記錄器模式把數 據包記錄到硬盤上。網路入侵檢測模式分析網絡數據流以匹配用戶定義的一些規則,并根據檢測結果采取一定的動作。網絡入侵檢測系統模式是最復雜的,而且是可 配置的。
Snort可以用來監測各種數據包如端口掃描等之外,還提供了以XML形式或數據庫形式記錄日志的各種插件。