http://www.barracudalabs.com/wordpress/index.php/2011/07/21/google-gets-a-1-for-browser-security-3/
Category: Internet & Culture
Category: Internet & Cloud. This brand new thing: Internet & Cloud. Even though the technology is around for way more than 30 years, it is a never drying source of news and discoveries. The new channel of communication created a entirely new culture and created new businesses, fueling innovation and creativity.
All those things that clearly relate to something ‘new media’, items and thoughts that would not have been possible without the internet, will go here.
-
WAF Evasion
Solche “Tricks” gab es schon für IDS und IPS. Natürlich lässt sich ein System wie eine WAF “austricksen”. Und natürlich bietet auch eine Web Application Firewall keine 100%ige Sicherheit. Aber nachdem die gefundenen Schwächen als “Lessons learned” dokumentiert werden, bleibt zu erwarten, dass die ausnutzbaren Lücken weniger werden.
http://blog.spiderlabs.com/2011/07/modsecurity-sql-injection-challenge-lessons-learned.html.
Am Ende ist aber saubere System-Architektur und gewissenhafte Implementierung die beste Strategie für sichere Software.
-
HTML5 Geolocation
So einfach:
if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(callback_success, callback_error); } else { alert('not supported'); }
Firefox unterstützt das Feature seit Version 3.5. Dokumentiert im Mozilla Wiki: https://developer.mozilla.org/en/Using_geolocation
-
Internet Video
Nicolas Weil hat sich die Mühe gemacht, in seinem Blog einen äußerst umfangreichen Überblick über gegenwärtig verfügbare Streaming-Technologien zu geben. Die beiden Artikel beschreiben Hardware Accelerated Encoding bzw. Server-Side Stream Repackaging
-
AWS Edge Location: Stockholm, Sweden
AWS announced heute eine eine neue Edge Location in Stockholm, Schweden. Damit bietet AWS global 19 Präsenzen für CloudFront und Route53 an.
-
Lifetimes of cryptographic hash functions
Nice chart. (via @schneierblog)
-
AccountKiller
Web 2.0 Privacy Tool #1: AccountKiller
-
Performance: CDN Support
Für bessere Verfügbarkeit und Performance läuft das meisste von diesem Blog jetzt auf einem CDN…