We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Honeypot your database

Formale Metadaten

Titel
Honeypot your database
Untertitel
And easy method to detect if you've been hacked
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Most database attackers are after your sensitive data. But there's no easy wayto detect them accessing the data since your application will be accessing ittoo. This is where honey-potting can be really useful. This session willdemonstrate a neat way to do honey-potting using nothing but existing MySQLtools. We will demonstrate how one can set up a "honey-pot table" and set alarmsaround it in such a way that, when the table is accessed the server will takedecisive actions to limit the session's access and warn the DBA. We will dowith nothing but stock tools available for the MySQL 5.7 server.