Use dionaea to capture attacks against TR-069
In the last days attacks against port 7547 have increased. You can capture some data with your dionaea honeypot.
Version 3.2 of the Python ssdeep binding has been released today. The new version is already available from PyPI and from AUR for Arch Linx.
Short changelog:
- Updated install instructions
- Update included ssdeep library from 2.12 to 2.13
- Add additional CI tests
USV Überwachung mit den Network UPS Tools
Bis jetzt hatte ich immer ein Check-Plugin für Icinga um die USV direkt zu überwachen. Jedoch gab es für die mir vorliegende USV noch kein Plugin. Bei meiner Suche bin ich dabei auf die Network UPS Tools gestoßen.
Use an Arduino board to emulate a keyboard
In this article I will show how to use an Arduino board to build a very basic USB keyboard and how to control a windows computer.
I think everyone knows at least one movie where a hacker/agent/spy inserts a small USB device into the victims computer and the devices starts to do some magic hacking to deploy a backdoor, to deactivate the firewall and so on.
New ansible role to setup a read-only root filesystem
Today we have released a new ansible role to setup a read-only root filesystem on a Raspberry PI.
New ansible role to install dionaea released
Today an ansible role to install and update dionaea from the official git repository has been released.
Improve MySQL support for dionaea
The MySQL support within the dionaea honeypot is very limited and it was not possible to analyse and handle most of the attacks in the past. But initial commits to improve the MySQL support have been pushed to a staging branch.
Use sqlparse to tokenize SQL statements
The sqlparse module can tokenize SQL statements in Python. In this article I will show some examples on how to use the module.