Suicidal Bunny Rabbit

Hehe

More after the break

Continue reading

Posted in Fun | Tagged , , , | Leave a comment

My new discovery :)

NAS is the way to go… Local storage is sooo 2008 :p
My new toy: http://www.synology.com/enu/products/DS410j/index.php

On www.synology.com you can find more info about the NAS’ and the OS on it. Wil try to post a review in a few weeks.

Posted in Computer & Technology Related | Tagged , | 1 Comment

Kick-ass game art :)

Posted in Games | Tagged , , , | 1 Comment

Countering PHPMyAdmin scanners with Fail2Ban

While examining my webserver statistics, I noticed that quite a lot 404′s are being served on most of my domains to scan bots that are trying to find exploits in possible running PHPMyAdmin configurations.
Though harmless if you keep a clean ship with a decently configured PHPMyAdmin and the latest updates like I do, I still decided I couldn’t let this behaviour unanswered. So I took action, and wrote a small fail2ban filter that permanently drops all traffic from the IP addresses these scans originate from, like I do with every address that misbehaves in any way.

The regex used won’t capture all attempts, but with my configuration only 1 hit is enough to get you banned (the scripts these scans call are main.php and config.inc.php, which aren’t to be called directly, especially not when they fail with a 404 like these), and all scanning attempts I’ve seen so far cycle through at least 20 different combinations.

Well, enough talk, here is the filter.d file:

# Fail2Ban configuration file
#
# Author: Remco Overdijk
#
# $Revision: 4 $
#

[Definition]
 
# Option:  failregex
# Notes.:  regex to match the 404'ed PMA file in the logfile. The
#          host must be matched by a group named "host". The tag "<HOST>" can
#          be used for standard IP/hostname matching and is only an alias for
#          (?:::f{4,6}:)?(?P<host>S+)
# Values:  TEXT
#
failregex = <HOST> -.*"GET .*(php|pma|PMA|p/m/a|db|sql|admin).*/(config/config.inc|main).php.*".*404.*
 
# Option:  ignoreregex
# Notes.:  regex to ignore. If this regex matches, the line is ignored.
# Values:  TEXT
#
ignoreregex =

And this is of course accompanied by a bit in jail.conf:

[apache-pma]
 
enabled = true
filter = apache-pma
action = iptables-allports[name=pma]
mail-whois[name=pma, dest=<YOURADDRHERE>]
logpath = /var/log/apache2/access_log
bantime = -1
maxretry = 1

Works for me, another 20 additional IPs/day onto the shitlist!

Update: It seems another variation of these scans are hitting the NIC’s quite often; One for Zen Cart to be more precise.
You can easily add support countering this scanner as well, simply by expanding the failregex with this line:

^<HOST> -.*"GET .*(cart|boutique|catalog|butik|shop|zen|store).*/install.txt.*".*404.*

You can put multiple regexes within one failregex, just put each one on a new line.

Follow on Twitter

Posted in Computer & Technology Related, Linux | Tagged , , , | Leave a comment

Owl City – Fireflies & Vanilla Twilight

Wat mij betreft in de serie “kippevel”…

Owl City from Endeavor Media Group on Vimeo.

En van dit nummer is (nog) geen clip volgens mij, maar wellicht het mooiste nummer van het album, dus allicht moest ik hem wel posten ;-)

Follow on Twitter

Posted in Music | Tagged , , , , | 1 Comment

Metal Music Explained

POWER METAL:
Our hero reaches the castle in a winged white horse, escapes from the dragon, saves the princess, they go far away to a paradise-on-Earth and make love.

TRUE/EPIC METAL:
Our hero reaches the castle and beats the dragon in a terrible battle, and raises his sword, bathed in the dragon’s blood, and then makes love to the princess inside the castle

THRASH METAL:
Our hero reaches the castle, fights with grenades and machineguns against the dragon, saves the princess, and f*cks her around Detroit.

HEAVY METAL: Continue reading

Posted in Fun, Music | Tagged , , , , , | Leave a comment

Kabouter Wesley

Gewoon.. omdat het briljant is! :D

(Klik op lees meer voor meer Kabouter Wesley hilariteiten miljaar!)
Continue reading

Follow on Twitter

Posted in Fun | Tagged , , | Leave a comment

Munin plugins for Dell IPMI fan speeds and temperatures

It is possible to monitor fan speeds and temperatures on Dell Poweredge servers under Linux. You can achieve this by reading out the IPMI data that is available on the system.
I used the steps on this website to buffer the data gathered by IPMI to use in Cacti.

However, in addition to Cacti I also use Munin to monitor various system parameters. Wouldn’t it be nice to incorporate graphs for fan speeds and temperatures in Munin? I thought so, so I developed a way to do this.
Continue reading

Follow on Twitter

Posted in Computer & Technology Related, Linux, PHP | Tagged , , , , , , , , , , | Leave a comment

Every Single Kramer Entrance ever !!

Posted in TV | Tagged , , | Leave a comment

New Modern Warfare 2 Trailer … omg …

I want…

Posted in Games | Tagged , , , , | Leave a comment