Author: Andreas

  • Vortrag: Cyber-Security und Cyber-Krisenmanagement

    Krisenmanagement und Versicherbarkeit von Cyberrisiken

    Ein Vortrag zum Thema Cyber-relevante Bedrohungen und Krisenmanagement im ‘innovationswerk’ des Munich Network.

    Beginn: Donnerstag, 23.04.2015 um 08:00.

    Anmeldung hier.

  • Django-Formtools 1.0

    In preparation of Django 1.8, the contrib package formtools was released as a stand alone package.

    django-formtools 1.0

  • Schneier on CAs.

    Bruce Schneier comments the CA system is broken.

  • Happy Birthday, Fefes Blog

    Das Blog, das, neben Don Alphonso, radikaler als ein Salafisten Forum ist, und allen Internet-Nerds Medienkompetenz vermittelt, wird heute 10 Jahre alt.

    Fefes Blog.

  • The magical security unicorn.

    The purpose of security software is to make other software more secure. This is what the security industry claims, sometime with legit arguments, sometime the industry tries to chase unrealistic ideals, as a recently linked article suggest.

    And I couldn’t agree more. The security industry approaches the problem from the wrong end, most of the time. With keeping in mind the principles of security, Integrity, Availability and Authenticity, security software helps mitigate threats in the class of Vulnerabilities, Exploits and malicious software and payloads. Products available to purchase can be considered in classes of, Encryption (Integrity and Authenticity), for data in rest (disk encryption, file encryption) or for data in transit (VPN or protocol encryption). Backup is clearly saving Availability, but most companies in the security industry consider this a different topic. Then there are products to limit access, e.g. Network Layer Firewalls, which have a very distinct functionality. Up to here, things are very clear and deterministic. When it comes to Application Layer Firewalling, e.g. Web Application Firewalls things start to get fuzzy.

    Products that aim to protect from any unknown threat, malware or payload, like Anti Virus, Anti Spam, Intrustion Prevention and even Vulnerability Scanners, provide information that is know already.

    Now that a particular exploit is know, protection for it can be provided in two distinct locations: the vulnerable software can be patched to remove the problem. Or, what the security industry offers, have another piece of software in place that tries to protect from something that is known already. And with that, raising system complexity and opening another vector for vulnerability.

    The sustainable approach is to invest in secure software and architecture, that has built in encryption, authentication and redundancy. This is something the security industry can provide as technology vendors, rather than chasing the magical unicorn.

  • ‘Rules!’ Is the First Official Apple Watch Game

    You cannot even buy it yet, but there is a game!

    via ‘Rules!’ Is the First Official Apple Watch Game.

    And there is a unicorn!

  • Münchner Webwoche

    Die Münchner WebWoche des Isarnetz findet dieses Jahr vom 13.Juni.15 bis zum 21.Juni.15 statt. Erste Veranstaltungen sind im zugehörigen Kalender zu finden.

    Anstehende Events » Münchner Webwoche.

    via

  • Analysis of the GitHub DDoS.

    NETRESEC took a closer look at the long lasting DDoS attacks on github.com. One of the few instances of this type of attack that even made it to mainstream media.
    The article finds random web browsers from outside China are tricked into reloading two particular pages on github.com. Apparently, this happens by manipulating requests coming from users physically outside China to services in country hosted content at the border infrastructure.

    This is another example of why encryption is a good thing. General usage of SSL/TLS will prevent passive filtering infrastructure from manipulating traffic, and prevent such problems.

    via NETRESEC Network Security Blog.