Modern Web Security: Beyond HTTPS

TechConf 2024

15 March 2024

Delivered a comprehensive presentation on modern web security practices at TechConf 2024, focusing on advanced security measures beyond basic HTTPS implementation.

Presentation Overview

The talk covered:

Slides Available

Presentation slides are available at the redirect URL above, including speaker notes and additional resources.

Presentation Video

OEmbed Support

This demonstrates the theme’s OEmbed support for embedding YouTube videos. The theme also supports Vimeo, SlideShare, Noti.st, and other platforms.

Key Takeaways

Security Checklist

  1. Implement comprehensive CSP policies
  2. Use SRI for all external resources
  3. Configure proper security headers
  4. Consider WebAuthn for passwordless auth
  5. Regular security audits and updates

Audience Feedback

The presentation was well-received with over 200 attendees and positive feedback on the practical, actionable security recommendations provided.

Topics Covered:

AI Generated Summary

AI Generated Content Disclaimer

Note: This summary is AI-generated and may contain inaccuracies, errors, or omissions. If you spot any issues, please contact the site owner for corrections. Errors or omissions are unintended.

This talk explored the evolving landscape of cloud security, focusing on practical strategies for securing multi-cloud environments. The speaker shared real-world case studies from enterprise deployments and demonstrated common misconfiguration patterns.

Summary

The presentation opened with an overview of the shared responsibility model and how it differs across major cloud providers. The speaker then walked through a series of real-world incidents caused by cloud misconfigurations, including exposed storage buckets, overly permissive IAM policies, and unencrypted data at rest.

A significant portion of the talk was dedicated to automated security scanning tools and how to integrate them into CI/CD pipelines. The speaker demonstrated a custom tool that scans Infrastructure-as-Code templates for security issues before deployment.

Key Themes

Notable Points