1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
Source: suricata
Section: net
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Pierre Chifflier <pollux@debian.org>
XSBC-Original-Uploaders: Sascha Steinbiss <satta@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper-compat (= 13),
dh-python,
libbpf-dev (>= 1:0.7.0) [amd64 arm64 armel armhf i386 ppc64el s390x ppc64 sparc64 x32],
clang [amd64 arm64 armel armhf i386 ppc64el s390x ppc64 sparc64 x32],
llvm [amd64 arm64 armel armhf i386 ppc64el s390x ppc64 sparc64 x32],
libcap-ng-dev,
libelf-dev [amd64 arm64 armel armhf i386 ppc64el s390x ppc64 sparc64 x32],
libevent-dev,
libgeoip-dev,
libhiredis-dev,
libjansson-dev,
libluajit-5.1-dev [i386 amd64 powerpc mips mipsel armel armhf],
libhyperscan-dev (>= 4.4.0) [i386 amd64 x32],
rustc (>= 1.61.0),
cargo (>= 0.29.0),
liblz4-dev,
libmagic-dev,
libmaxminddb-dev,
libnet1-dev | libnet-dev,
libnetfilter-log-dev,
libnetfilter-queue-dev,
libnspr4-dev,
libnss3-dev,
libpcap-dev,
libpcre2-dev,
libyaml-dev,
python3:any,
zlib1g-dev | libz-dev,
libhtp-dev (>= 1:0.5.48),
procps,
dpdk-dev [amd64 arm64 riscv64 ppc64el],
libnuma-dev [amd64 arm64 riscv64 ppc64el]
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://suricata.io
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/suricata
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/suricata
XSBC-Original-Vcs-Browser: https://salsa.debian.org/pkg-suricata-team/pkg-suricata
XSBC-Original-Vcs-Git: https://salsa.debian.org/pkg-suricata-team/pkg-suricata.git
Package: suricata
Architecture: linux-any
Pre-Depends: dpkg (>= 1.15.7.2), ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, libhtp2 (>= ${libhtp:Version}~)
Conflicts: libhtp1, suricata-hyperscan
Replaces: suricata-hyperscan
Recommends: python3, snort-rules-default, suricata-update
Suggests: libtcmalloc-minimal4
Description: Next Generation Intrusion Detection and Prevention Tool
Suricata is a network Intrusion Detection System (IDS). It is based on
rules (and is fully compatible with snort rules) to detect a variety of
attacks / probes by searching packet content.
.
It can also be used as Intrusion Prevention System (IPS), and as higher layer
firewall.
.
This new Engine supports Multi-Threading, Automatic Protocol Detection
(IP, TCP, UDP, ICMP, HTTP, TLS, FTP and SMB), Gzip Decompression, Fast
IP Matching and coming soon hardware acceleration on CUDA and OpenCL GPU
cards.
.
This version has inline (NFQUEUE) support enabled.
|