- 09 Feb, 2017 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 20 Jan, 2017 1 commit
-
-
Michal 'vorner' Vaner authored
Since we use our own CA, we need wget to verify it against that. Include the certificate and link to it.
-
- 01 Dec, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
The Mirai botnet use some more interesting ports.
-
- 28 Nov, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 20 Nov, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Add definitions so the events from http proxies may be inserted into the DB.
-
- 29 Sep, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 07 Sep, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
• Add the new type of server. • Add some more columns to the DB, for new information types. • Fix order in the initdb script, so it actually works.
-
- 17 Aug, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 09 Aug, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
The new updater won't have pre-processed packages. Use the original OpenWRT repositories.
-
Michal 'vorner' Vaner authored
-
- 14 Jul, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 08 Jul, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 21 Jun, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
It produced no usable output, took a bunch of resources and was otherwise annoying.
-
- 19 May, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 18 May, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
So we can cache and reuse the result of an expensive query for the fake blacklist.
-
Michal 'vorner' Vaner authored
-
- 17 May, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 12 May, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
To allow repack to work.
-
- 10 May, 2016 3 commits
-
-
Michal 'vorner' Vaner authored
As it is needed by pg_repack and this is one of the large tables where it makes sense to repack.
-
Michal 'vorner' Vaner authored
And avoid the cost of their updates.
-
Michal 'vorner' Vaner authored
Then we can drop the other index, as it is not used.
-
- 27 Apr, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 16 Mar, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
• Update the scripts to be more up to date. • Import the remaining script to the repository. • Not reviewed ‒ single-purpose scripts run manually.
-
- 10 Mar, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 24 Feb, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
That way we are sure we have the current state still in the table. Also, when deleting several days old events, we still have recent history. This is to prevent the last event of too long active client from dropping out.
-
Michal 'vorner' Vaner authored
Create the table for the plugin history storage. Update the clean up script, so the history is cleaned up accordingly.
-
- 28 Jan, 2016 2 commits
-
-
Michal 'vorner' Vaner authored
With SELECT *, it is impossible to drop columns (needed during migration to new data types).
-
Michal 'vorner' Vaner authored
-
- 25 Jan, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
The ssh honeypot now provides local IP addresses. Use them in the export.
-
- 22 Jan, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
Some data come from attacker. And not all attackers know that passwords should be in UTF8, so accept everything simply as raw data.
-
- 20 Jan, 2016 3 commits
-
-
Michal 'vorner' Vaner authored
Allow changing the size of an IPset. The infrastructure should be able to handle it now.
-
Michal 'vorner' Vaner authored
Don't include the addresses excluded from analysis into the export. Also, reuse some code from the builders of address lists.
-
Michal 'vorner' Vaner authored
• Simplify the rules for inclusion in the blacklist. Count score for each client, leave out the low-score clients (hardcoded for 100 now, adjusting the scores for events to match that) and sum them together across each attacker IP. These are compared to limits. • Split the computation of this into several views, to improve readability and understandability (this way it looks more procedural, as the views can be understood to be done one by one). • Include the ssh honeypot as one of the sources.
-
- 18 Jan, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
Ensure the inet→text conversion in build_fwup_sets.pl doesn't produce /32 at the end, as ucollect master doesn't handle that.
-
- 15 Jan, 2016 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 18 Dec, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
Keep the attackers that drop out of the fake logs still blocked if they get caught on the firewall. Do so by scanning the firewall logs for addresses we would like to delete from the filter.
-
- 03 Dec, 2015 2 commits
-
-
Michal 'vorner' Vaner authored
When the set size needs to be updated, warn about it, as the firewall definitions need to be updated.
-
Michal 'vorner' Vaner authored
The firewall rules use names ending with _X, the plain ones are the temporary sets.
-