Parse logfiles for entries from IP lists

I sometimes have to parse log files for different IP addresses and then group them by network owner. This becomes tedious If the number of IP addresses is rather long. The script below can help with automating this manual task.

It reads a log file and looks for a match based on keys in an iplist. Afterwards the result is summarized and grouped by a specified field. For example, say you have the log fileRead more.

Phishing notice from Deutsche Bank

A couple of days back I received an e-mail from Deutsche Bank. I’m not a customer from DB. About a year ago I applied for some information and I guess my email addresses ended up in their mailinglist.

The mailing warns customers that there is a phishing attack ongoing. According to the mail, once infected, a virus on your computer lures you to a fake page where you are asked to enter your details.

SoRead more.

The Complete Guide to XSS

There is a good writeup on XSS on Security Override.

nmap XML to HTML parser

I was recently in need for a parser that would convert Nmap XML output to a HTML file. As far as I could see there was no tool available so I wrote my own. Feel free to use or adjust it.

Snort 3.0 Beta 3 Released

An interesting post by Martin Roesch on the new architecture in the beta release of Snort.

Disable the DNS cache in Firefox

When Firefox misbehaves by caching old DNS requests then type

about:config

in the addressbar and change these settings

network.dnsCacheEntries 0 network.dnsCacheExpiration 0

Now restart your browser.

Website ns.nl nmbs.be

Voor een tripje in Nederland net een bezoek aan de website van de Nederlandse Spoorwegen gedaan. Wie de duffe onpraktische website van de NMBS gewend is, is het even schrikken.

Een heldere site, mooie layout, alles direct beschikbaar, onderaan wat ‘tags’ van recente zoekopdrachten en zelfs voorzieningen voor slechtzienden. De stations- en reisinformatie geeft weer wat je nodig hebt en de site werkt gewoon ‘snel’.

Wat wil een mens nog meer? Misschien een ideetje voorRead more.

APEG: automatic patch-based exploit generation

‘n Nieuwe trend, maak je exploits op basis van de beschikbare patches. Nog betere trend. Doe het volautomatisch en binnen de minuut.

Enkele onderzoekers van Berkeley, Pittsburg en Carnegie Mellon beschrijven hun onderzoek.

Google Webmaster Tools

A couple of days ago when I last checked my Google account I noticed that the Google Webmaster Tools had some nice new features.

The generation of sitemaps etc. was already included a while ago but now they gave you some extra statistics.

The crawl rate shows you the number of pages and kilobytes per day that the Google crawler has spend on your site. There’s also the possibility to change the “crawl speed”.

WithRead more.

Secure web browsing with the OP web browser

Het “Opus Palladianum” project heeft als bedoeling een nieuwe veilige browser te ontwerpen.

In plaats van één monolitische geheel zal de browser uit kleine zelfstandige subsystemenen bestaan die met elkaar communiceren.

Hebben we dat al niet eens gehoord voor operating-systemen? Dat monolitische systemen niet werken?