Michael Tremer
96495c9aa2
Revert "Suricata: detect DNS events on port 853, too"
...
This reverts commit ad99f959e2 .
It does not make any sense to try to decode the TLS connection
with the DNS decoder.
Therefore should 853 (TCP only) be added to the TLS decoder.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-03 10:55:30 +01:00
Michael Tremer
a079f7aaee
core129: Ship updated proxy.cgi
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-03-02 14:14:14 +00:00
Michael Tremer
3d01a8f1a6
core129: Ship updated ipset
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-03-02 14:12:18 +00:00
Erik Kapfer
46a073f1b5
ipset: Update to version 7.1
...
Signed-off-by: Erik Kapfer <ummeegge@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-03-02 14:11:19 +00:00
Michael Tremer
7c57cbe24b
core129: Ship updated tar
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-03-02 14:11:02 +00:00
Michael Tremer
15c71234ca
core129: Ship updated bind
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-03-02 14:10:21 +00:00
Matthias Fischer
ae45fb5193
bind: Update to 9.11.6
...
For details see:
http://ftp.isc.org/isc/bind9/9.11.6/RELEASE-NOTES-bind-9.11.6.html
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-03-02 14:10:03 +00:00
Michael Tremer
ae4ca7ef13
core129: Ship updated squid
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-03-02 14:09:00 +00:00
Michael Tremer
e1982c695c
spectre-meltdown-checker: New package
...
This makes it easy to install the script and check the vulnerability status
of a system IPFire is running on.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-03-02 13:24:44 +00:00
Michael Tremer
771c9b78ee
binutils: Ship strings & readelf
...
This is needed by the spectre meltdown checker script
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-03-02 13:01:42 +00:00
Michael Tremer
5d04cfe7d5
suricata: Use highest bit to mark packets
...
We are using the netfilter MARK in IPsec & QoS and this
is causing conflicts.
Therefore, we use the highest bit in the IPS chain now
and clear it afterwards because we do not really care about
this after the packets have been passed through suricata.
Then, no other application has to worry about suricata.
Fixes : #12010
Signed-off-by: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:48 +01:00
Michael Tremer
c9ee3592f0
suricata: Fix syntax error
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:47 +01:00
Michael Tremer
99d75ac72e
suricata: Start capture first and then load rules
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:47 +01:00
Michael Tremer
890f1bf295
suricata: Disable decoding for Teredo
...
This decoder is not very accurate and Teredo has been
disabled in Windows by default. Nobody will use this.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:47 +01:00
Michael Tremer
0b340f0938
suricata: Increase memory size for the stream engine
...
This change also ensures that suricata has a decent number
of streams preallocated to be able to handle any bursts in traffic.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:47 +01:00
Michael Tremer
ab1444b4f4
suricata: Log to syslog like a normal process
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:47 +01:00
Michael Tremer
47cb057145
suricata: Use up to 256MB of RAM for the flow cache
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:47 +01:00
Michael Tremer
7eed864c93
suricata: Use 64MB of RAM for defragmentation
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:46 +01:00
Michael Tremer
83b576c892
suricata: Use the correct path for the magic database
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:46 +01:00
Michael Tremer
0e28ea9f3e
suricata: Log to syslog
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:46 +01:00
Michael Tremer
682f1fdaca
suricata: We do not use any IP reputation lists
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:46 +01:00
Michael Tremer
cf976e93c4
suricata: Allow 32MB of RAM for DNS decoding
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:56:29 +01:00
Michael Tremer
fe5bd1862f
suricata: Drop sections that require Rust
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:55:26 +01:00
Michael Tremer
bc2cb52953
suricata: Drop some commented stuff from configuration
...
The file is really large and we should not carry anything we will
never use.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:55:26 +01:00
Michael Tremer
75fba6cd24
suricata: Drop profiling section from configuration
...
This is not compiled in as it slows down detection and is
only really useful for debugging
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:55:26 +01:00
Michael Tremer
5196d8ddbb
suricata: Set detection profile to high
...
This will merge rules more aggressively so that the engine
is only processing those that can actually match.
Memory is cheap. People with little memory should not run
suricata anyways.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:55:25 +01:00
Michael Tremer
9f726f8f53
suricata: Set default packet size to 1514
...
We usually use a MTU of 1500 + Ethernet header
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:55:25 +01:00
Michael Tremer
16446608cb
suricata: Set max-pending-packets to 1024
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:55:25 +01:00
Peter Müller
1f3c61b66c
Suricata: detect TLS traffic on port 444, too
...
This is the default port for IPFire's administrative web interface
and should be monitored by Suricata, too.
Signed-off-by: Peter Müller <peter.mueller@ipfire.org >
c: Stefan Schantl <stefan.schantl@ipfire.org >
Acked-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-03-01 17:53:04 +01:00
Michael Tremer
e37e796206
sysctl.conf: Revert enabling busy loop waiting on sockets
...
This causes the firmware in my ath10k module to crash.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-28 18:53:22 +00:00
Michael Tremer
ebda3cb93b
Update openssl rootfile
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-27 03:52:26 +00:00
Michael Tremer
f907865389
core129: Ship updated OpenSSL
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-26 17:25:11 +00:00
Michael Tremer
2f7e8b59a6
core129: Ship updated credits.cgi
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-25 02:31:23 +00:00
Michael Tremer
97499aa8a3
core129: Ship updated OpenVPN
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-25 02:29:29 +00:00
Michael Tremer
cc0104dce3
core129: Ship updated libgcrypt
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-25 00:58:04 +00:00
Peter Müller
b66c2faac2
libgcrypt: update to 1.8.4
...
Signed-off-by: Peter Müller <peter.mueller@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-25 00:57:18 +00:00
Michael Tremer
07b73b195c
core129: Ship updated unbound
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-25 00:56:49 +00:00
Matthias Fischer
97a238f4bf
unbound: Update to 1.9.0
...
For details see:
https://nlnetlabs.nl/svn/unbound/tags/release-1.9.0/doc/Changelog
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-25 00:56:05 +00:00
Michael Tremer
59db01c753
core129: Ship changes from ipsec branch
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-25 00:55:31 +00:00
Michael Tremer
50d1bbf0f5
Merge branch 'ipsec' into next
2019-02-25 00:48:08 +00:00
Michael Tremer
b5ef99df2c
Start Core Update 129
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-25 00:47:28 +00:00
Michael Tremer
232c42e14d
core128: Drop old openssl engines
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2019-02-24 04:06:52 +00:00
Arne Fitzenreiter
1e1273df1d
core128: add openldap to update
...
openldap was linked against old openssl lib
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-02-24 20:50:16 +01:00
Arne Fitzenreiter
ed971af3a4
core128: add sse2 openssl libs
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-02-24 17:04:44 +01:00
Arne Fitzenreiter
42e48984ad
core128: apply local sshd config
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-02-24 10:55:49 +01:00
Arne Fitzenreiter
186402fbe8
core128: stop apache before replacing files
...
apache will not restart without stopped before
the files was replaced.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-02-22 19:26:08 +01:00
Stefan Schantl
cc636c4741
convert-snort: Try to download ruleset if none is present.
...
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-02-22 10:04:27 +01:00
Arne Fitzenreiter
4a25ada199
core128: add kernel to updater
...
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org >
2019-02-21 19:23:05 +01:00
Stefan Schantl
5d7d8749dc
convert-snort: Set correct ownership after modify_sids_file has been generated.
...
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-02-18 13:33:41 +01:00
Michael Tremer
06f57f7230
general-functions.pl: Only skip lines with a # at the beginning
...
This accidientially dropped all lines that include #. That resulted
in colour codes not being loaded from file any more.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org >
2019-02-18 11:36:37 +01:00