Skip to content

Commit

Permalink
increased version of Nemea-detectors, updated ChangeLog, README, AUTH…
Browse files Browse the repository at this point in the history
…ORS, released RPM package
  • Loading branch information
Tomas Jansky committed Mar 16, 2016
1 parent a8e795c commit d0442db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
@@ -1,6 +1,7 @@
Vaclav Bartos <washek@cesnet.cz>
Tomas Cejka <cejkato2@cesnet.cz>
Lukas Hutak <xhutak01@stud.fit.vutbr.cz>
Tomas Jansky <janskto1@fit.cvut.cz>
Pavel Krobot <xkrobo01@cesnet.cz>
Pavel Lety <xletyp00@stud.fit.vutbr.cz>
Jan Neuzil <neuzija1@fit.cvut.cz>
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2016-03-16 Nemea-detectors-1.2
* added module: SIP Brute-Force Detector


2016-02-28 Nemea-detectors-1.1
* bugfix voip_fraud_detection
* doc improvement
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@ This repository contains modules with the following detection capabilities:
* [amplification_detection](amplification_detection): universal detector of DNS/NTP/... amplification attacks
* [blacklistfilter](blacklistfilter): module that checks whether observed IP addresses are listed in any of given public-available blacklists
* [hoststatsnemea](hoststatsnemea): universal detection module based on computation of statistics about hosts, it can detect some types of DoS, DDoS, scanning
* [sip_bf_detector](sip_bf_detector): detector of brute-force attacks attempting to breach passwords of users on SIP (Session Initiation Protocol) devices
* [tunnel_detection](tunnel_detection): detector of communication tunnels over DNS (e.g. using iodine or tcp2dns)
* [voip_fraud_detection](voip_fraud_detection): detector of guessing dial scheme of Session Initiation Protocol (SIP)
* [vportscan_detector](vportscan_detector): detector of vertical scans based on TCP SYN
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([nemea-detectors], [1.1.1], [traffic-analysis@cesnet.cz])
AC_INIT([nemea-detectors], [1.2.0], [traffic-analysis@cesnet.cz])
AC_CONFIG_SRCDIR([hoststatsnemea/src/hoststatserv.cpp])
AC_CONFIG_HEADERS([config.h])
RELEASE=1
Expand Down

0 comments on commit d0442db

Please sign in to comment.