- Jan 28, 2016
-
-
Michal 'vorner' Vaner authored
With SELECT *, it is impossible to drop columns (needed during migration to new data types).
-
Michal 'vorner' Vaner authored
-
- Jan 25, 2016
-
-
Michal 'vorner' Vaner authored
The ssh honeypot now provides local IP addresses. Use them in the export.
-
- Jan 22, 2016
-
-
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.
-
- Jan 20, 2016
-
-
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.
-
- Jan 15, 2016
-
-
Michal 'vorner' Vaner authored
-
- Nov 30, 2015
-
-
Michal 'vorner' Vaner authored
Don't set rights on the router_loggedpacket.archived, since the column is no longer there.
-
Michal 'vorner' Vaner authored
-
- Nov 25, 2015
-
-
Michal 'vorner' Vaner authored
Grant the script permissions to update the sets' data in database.
-
Michal 'vorner' Vaner authored
-
- Nov 24, 2015
-
-
Michal 'vorner' Vaner authored
Configure the hash sizes of the sets in addition to maximum number of elements. Added to the DB, the master, docs and the plugin. Also, fixed a copy-pasted log message on the way.
-
Michal 'vorner' Vaner authored
Insert the right name into the known_plugins table when debug mode is requested.
-
- Oct 29, 2015
-
-
Michal 'vorner' Vaner authored
They help only a very little, but slow down the cache computation a lot.
-
Michal 'vorner' Vaner authored
Since TRUNCATE has the same problems as REFRESH MATERIALIZED VIEW.
-
Michal 'vorner' Vaner authored
Use a table & view to fill it with data instead of materialized view. It is similar in principle, but the table allows us to specify indices and updates concurrently, instead of locking the whole table.
-
- Oct 22, 2015
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- Oct 12, 2015
-
-
Michal 'vorner' Vaner authored
Each item of the biflows table is updated once during its life, so leave space for the updated entry there.
-
- Aug 17, 2015
-
-
Michal 'vorner' Vaner authored
Make sure the routers that have only firewall activity aren't skipped over due to complexities in the query.
-
- Jul 14, 2015
-
-
Michal 'vorner' Vaner authored
Make sure the flow filters don't contain multiple instances of the same address, which produced stupid log messages in ucollect. Duplicate messages are now wiped out on the server.
-
- Jun 30, 2015
-
-
Michal 'vorner' Vaner authored
-
- Jun 29, 2015
-
-
Michal 'vorner' Vaner authored
The plugin may have multiple activities, so store the plugin reference into the activity.
-
- Jun 25, 2015
-
-
Michal 'vorner' Vaner authored
-
- Jun 24, 2015
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Precompute expensive part of the query for part of the data, do only the rest of data on-demand. It needs to be called from cron sometimes. References: #4006.
-
- Jun 22, 2015
-
-
Michal 'vorner' Vaner authored
-
- Jun 11, 2015
-
-
Michal 'vorner' Vaner authored
So it can be watched in some kind of interface. References: #3989.
-
- Jun 10, 2015
-
-
Michal 'vorner' Vaner authored
-
- Jun 04, 2015
-
-
Michal 'vorner' Vaner authored
A table in database to list which plugins are known and allowed. It'll be filled in by jenkins in future. References: #3989.
-
- May 22, 2015
-
-
Michal 'vorner' Vaner authored
This one helps the derive_data script for processing and adding countries.
-
- May 21, 2015
-
-
Michal 'vorner' Vaner authored
It'll need it to create the flow filters
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- May 14, 2015
-
-
Michal 'vorner' Vaner authored
Add NOT NULL constraints to several columns on the ssh honeypot tables.
-
- Apr 27, 2015
-
-
Michal 'vorner' Vaner authored
Some analysis is greatly sped up by them.
-
- Apr 24, 2015
-
-
Michal 'vorner' Vaner authored
-
- Apr 21, 2015
-
-
Michal 'vorner' Vaner authored
Some tool needs to tag entries with country.
-
- Apr 15, 2015
-
-
Michal 'vorner' Vaner authored
-
- Apr 03, 2015
-
-
Michal 'vorner' Vaner authored
Since we can use it for disconnect reasons too. References: #3816.
-
Michal 'vorner' Vaner authored
Create the fake server plugin and store data into the database. References: #3631.
-