Skip to content

Commit 525f822

Browse files
committed
Version to 2.4.0, minor doc tweaks. References to threat-exchanges repo.
1 parent 0cae886 commit 525f822

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.68])
5-
AC_INIT([cyberprobe], [2.3.14], [cyberprobe-discussion@googlegroups.com])
5+
AC_INIT([cyberprobe], [2.4.0], [cyberprobe-discussion@googlegroups.com])
66
AM_INIT_AUTOMAKE([-Wall -Werror subdir-objects foreign])
77
AC_CONFIG_SRCDIR([src/cyberprobe.C])
88
AC_CONFIG_HEADERS([config.h])

docs/history.texi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Cyberprobe release highlights:
66

77
@table @code
88

9+
@item 2.4
10+
@command{cybermon-detector} refactored to use FSM-based evaluation of
11+
boolean expressions.
12+
913
@item 2.3
1014
@command{cyberprobe-cli} and control API reworked, protobuf and gRPC support.
1115
Amazon Linux support.

docs/qs-threat-indicators.texi

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ The installation bundle includes a a file containing some
2020
sample indicators, search for @file{indicators.json}, which may be installed
2121
at @file{@value{PREFIX}/share/doc/cyberprobe}.
2222

23-
24-
25-
26-
27-
28-
2923
@heading Deploying theat information to @command{cybermon}
3024

3125
To run using your existing processing pipeline, stop any running
@@ -101,6 +95,9 @@ For more information on indicators, see
10195
@ref{@command{cybermon-detector} invocation} and
10296
@ref{Cyberprobe indicator format}.
10397

98+
See @url{https://github.com/cybermaggedon/threat-exchanges} for code which
99+
creates indicator sets from threat exchanges.
100+
104101
@heading Conclusion
105102

106103
All done, I hope you enjoyed the tutorial! Any comments on the software, or

docs/ref-indicators.texi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,7 @@ The @samp{not} construct is true if its child is false.
212212
@}
213213
@end example
214214

215+
@heading Threat exchanges
216+
217+
See @url{https://github.com/cybermaggedon/threat-exchanges} for code which
218+
creates indicator sets from threat exchanges.

0 commit comments

Comments
 (0)