appsec.fyi

Talks — A Practical Guide

A curated AppSec resource library covering XSS, SQLi, SSRF, IDOR, RCE, XXE, OSINT, and more.

Talks: A Practical Guide

Curated and synthesized by . Last updated 2026-08-01. Synthesized from 85 of 85 curated resources. Browse all 85 Talks resources →

The Challenge of Presentation: Sharing Security Knowledge Effectively

As practitioners, we often develop deep expertise in niche areas of application security. This knowledge is valuable, but its impact is limited if it remains siloed. Effectively sharing this knowledge through talks and presentations is a critical skill, yet often an underexplored one. The goal of this guide is to provide a practitioner-focused framework for creating and delivering impactful application security talks, moving beyond generic advice to actionable strategies. We'll explore the entire lifecycle, from identifying compelling topics to structuring compelling narratives, and finally, to delivering with confidence.

Problem Framing: Why Talks Matter (and Why They're Hard)

The landscape of application security is constantly shifting. New vulnerabilities, evolving attack vectors, and emerging technologies create a perpetual need for knowledge dissemination. Conferences and community meetups serve as vital platforms for this exchange [1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22]. However, creating a presentation that truly resonates with an experienced audience is challenging. The risk is delivering content that is either too basic, too academic, or poorly communicated, failing to engage the target audience.

The complexity of modern applications, with microservices, AI-generated code, and multi-cloud deployments, necessitates a sophisticated understanding of security [23]. Practitioners need to share findings that are not only technically accurate but also practically relevant. The goal is to move beyond theoretical discussions and offer tangible insights that can be applied in real-world scenarios. This means focusing on actionable techniques, detailed analysis, and lessons learned from actual engagements.

Core Mechanics: Crafting Your Narrative

The foundation of any strong talk lies in its narrative. For an experienced audience, this means leading with compelling findings or techniques, providing deep technical dives, and leaving them with actionable takeaways.

Topic Selection: What's Worth Talking About?

The best talks often stem from direct experience. This could be a novel vulnerability discovered, an innovative defense technique implemented, or a detailed post-mortem of a complex incident. Consider:

Structuring for Impact: The Narrative Arc

A well-structured talk guides the audience through your findings logically and engagingly.

The Hook: Grab Attention Immediately

Begin with a clear statement of the problem or a striking demonstration of the vulnerability. For instance, if discussing a privilege escalation technique, start with a clear path to achieving high-level access. Showing a live exploit or a concise, impactful demo is often more effective than a lengthy introduction.

Problem Framing: Define the Scope and Relevance

Clearly articulate the problem your talk addresses. For an experienced audience, this involves framing it within the context of current threats, architectural complexities, or technological shifts. For example, "Modern microservice architectures introduce new lateral movement vectors that traditional network segmentation struggles to address" [2].

Core Mechanics/Techniques: The Technical Meat

This is where you present your core findings and methodologies. For technical talks, this section should be detailed and concrete.

Demonstration and Proof-of-Concept (PoC): Show, Don't Just Tell

This is non-negotiable for technical talks. A live demo, pre-recorded video, or well-documented PoC is critical for demonstrating the validity of your claims. This could involve:

Limitations and Edge Cases: Honesty Builds Trust

An experienced audience appreciates candor about limitations. Discuss scenarios where your technique might not work, potential false positives/negatives, or the effort required for successful implementation. Mentioning the abilities and limitations of technologies like eBPF adds credibility [2].

Lessons Learned and Takeaways: The Actionable Value

Conclude by summarizing the key insights and providing concrete recommendations. What should attendees do differently based on your talk? This could be:

The "Lessons Learned in LLM Prompt Security" talk at KubeCon exemplifies the value of this section [1].

Notable Techniques and Examples

Drawing from recent security conferences provides a wealth of examples for structuring impactful talks.

Kubernetes Security: From Clusters to Images

Discussions around Kubernetes security often cover broad spectrums. A practitioner-focused talk might delve into the practicalities of securing 900 clusters without Pod Security Policies, detailing the journey from PSA to Validating Admission Policies and highlighting the challenges with each method [2]. Alternatively, a talk could focus on building secure container images, emphasizing distroless and lightweight options, and recommending alternatives to standard docker build commands [2]. Another angle is understanding privilege escalation tactics within Kubernetes, including post-compromise activities and persistence techniques [2].

AI and LLM Security: The Frontier

The burgeoning field of AI security offers numerous opportunities for deep dives.

Cloud-Native Security: Beyond the Cluster

Beyond Kubernetes, cloud security presents its own set of challenges.

Software Supply Chain Security: From Code to SBOM

The integrity of the software supply chain remains a critical area.

Detection and Prevention: Shifting the Paradigm

Effective talks don't just identify problems; they offer concrete solutions.

Proactive Security and Developer-First Mindsets

Emphasizing proactive security measures and fostering a developer-first mindset are key themes in modern AppSec [23]. Talks can showcase strategies and tools that empower developers to integrate security early in the SDLC. This includes:

Threat Modeling and Risk Prioritization

Accurate risk prioritization, moving beyond long lists of vulnerabilities to focus on context and exploitability, is a significant improvement [23]. Talks can detail methodologies for effective threat modeling and how to leverage this to prioritize remediation efforts.

Measuring AppSec Success

Demonstrating the effectiveness of AppSec programs is vital. Discussions on metrics such as security training implementation, testing coverage, critical vulnerability reduction, and time-to-remediate can provide valuable insights [23].

Leveraging AI for Defense

AI is increasingly being used for security. Talks could focus on:

Tooling: The Practitioner's Toolkit

When presenting technical topics, showcasing specific tools and their application is essential.

Offensive Tooling

Discussions on exploit development, reverse engineering, and vulnerability discovery often feature specific tools. For example, talks might demonstrate the use of tools like Burp Suite for web application testing [35], Scapy for network protocol fuzzing [36], or specialized tools for container image analysis [1]. The Black Hat Arsenal and DEF CON villages often showcase novel open-source security tools [22][37].

Defensive Tooling and Techniques

Preventive measures often involve specific technologies. Discussions on eBPF for Kubernetes security monitoring [2], network policies, and identity management solutions are relevant. Tools for static analysis, software composition analysis (SCA), and dynamic analysis are also common topics.

AI and Automation Tools

The use of AI in offensive and defensive security is a growing area. Presentations might showcase:

CTF Write-ups as Talk Material

Capture the Flag (CTF) competitions offer a rich source of practical hacking challenges. Write-ups from events like Fetch the Flag can provide detailed insights into exploitation techniques, tool usage, and problem-solving approaches [38][39]. Presenting a detailed walkthrough of a challenging CTF problem can be highly engaging for an experienced audience. For example, explaining how a padding oracle attack was leveraged [40] or how predictable PRNGs like Math.random() can be exploited [40].

Recent Developments and Emerging Trends

The field of application security is dynamic. Keeping talks current requires an awareness of the latest trends and research.

AI Security: The Dominant Theme

AI security is now a pervasive topic across all major security conferences [3][34]. This encompasses a wide range of sub-domains:

Cloud-Native Complexity and New Attack Surfaces

As cloud environments and Kubernetes continue to evolve, new attack surfaces emerge. Talks exploring the security of peripheral components in Kubernetes [1], cloud-cluster integration [1], and the security implications of AI workloads are increasingly relevant.

Supply Chain Security Evolution

Beyond traditional software dependencies, the security of AI model supply chains, container image obfuscation techniques, and the broader SDLC security are becoming more prominent [23][1][33].

Operationalization and Enterprise Adoption

There's a noticeable shift towards operationalizing security in cloud-native environments, with a focus on real-world adoption stories and secure operations [1]. Talks that offer practical guidance on implementing and scaling security controls are highly valued.

Where to Go Deeper: Continued Learning and Engagement

For those looking to deepen their knowledge of application security talks and their content, several avenues exist.

Conference Archives and Proceedings

Community Resources and Platforms

Active Participation and Engagement

By leveraging these resources and actively participating in the security community, practitioners can both enhance their own knowledge and contribute to the collective advancement of application security.

Sources cited in this guide

  1. Top security talks from KubeCon Europe 2025 — wiz.io
  2. Top security talks from KubeCon Europe 2024 — wiz.io
  3. The insider’s guide to Black Hat 2025 — wiz.io
  4. Black Hat USA 2025 Briefings Schedule — blackhat.com
  5. DEF CON 33 Hacking Conference 2025 — USF — usf.edu
  6. DEF CON 33 (2025) — Security.World — security.world
  7. What to Expect from BSides, Black Hat, and DEF CON 2025 — theregister.com
  8. DEF CON 2025 — Open Source Security Foundation — openssf.org
  9. DEF CON 33 Archive: Videos, Slides, and White Papers — defcon.org
  10. Approov Events and Conferences — approov.io
  11. OWASP Global AppSec USA 2025 - CFP — sessionize.com
  12. OWASP Global AppSec EU 2025 (Barcelona) — owasp.glueup.com
  13. OWASP Global AppSec USA 2025 (Washington DC) — genai.owasp.org
  14. OWASP Global & Regional Events — owasp.org
  15. AppSec & Cybersecurity Events Calendar 2026: 60+ Conferences — derscanner.com
  16. Annual Computer Security Applications Conference — acsac.org
  17. RSA Conference 2026 — rsaconference.com
  18. Cybersecurity Conferences 2026-2027 — infosec-conferences.com
  19. The Best Security Conferences & Events 2026 — splunk.com
  20. LASCON – Lonestar Application Security Conference — lascon.org
  21. Black Hat USA 2026 Training Schedule — blackhat.com
  22. Black Hat Briefings - Wikipedia — en.wikipedia.org
  23. Securing next-gen development: Lessons from Trust Bank and TASConnect — snyk.io
  24. DEF CON 33 Aerospace Village Talk Schedule — aerospacevillage.org
  25. GitHub - schwartz1375/genai-security-training — github.com
  26. GitHub - schwartz1375/genai-essentials — github.com
  27. OWASP Global AppSec EU 2025 - GenAI Focus — genai.owasp.org
  28. HTB COAE: Introducing the new standard for AI Red Teaming — youtube.com
  29. AI Agent Security Masterclass: Attacking and Defending Autonomous AI Systems - DEF CON Training — training.defcon.org
  30. #burp #pentest #ai #hackerassociate #cybersecurity #infosec… | Harshad Shah — linkedin.com
  31. DevSecCon Global May — devseccon.com
  32. XBOW at Black Hat & DEF CON: AI Agents for Offensive Security — xbow.com
  33. [tl;dr sec] #332 - I've Joined OpenAI, fwd:cloudsec, AWS Well Architected Supply Chain Security — tldrsec.com
  34. 5 Takeaways from Black Hat x DEF CON 2025 — cybersecuritypulse.net
  35. Testing Handbook - Burp — docs.google.com
  36. Fuzzing with Scapy: Introduction to Network Protocol Fuzzing — youtube.com
  37. DEF CON 33 Call Index — defcon.org
  38. Sneak Peek into Fetch the Flag CTF 2025 — snyk.io
  39. Fetch the Flag CTF 2026: Official Challenge Write-Ups & Community Highlights — snyk.io
  40. Q&A Session with Snyk & John Hammond: Your Fetch the Flag Questions, Answered — snyk.io
  41. Black Hat USA 2025 - YouTube Playlist — youtube.com
  42. Black Hat Official YouTube Channel — youtube.com
  43. Black Hat USA 2025 Briefings Schedule — blackhat.com
  44. DEF CON 33 Talks - YouTube Playlist — youtube.com
  45. DEF CON 33 AppSec Village — appsecvillage.com
  46. DEFCON Conference — Official YouTube — youtube.com
  47. (96) NahamSec - YouTube — youtube.com
  48. OWASP Videos — videos.owasp.org
  49. Global AppSec San Francisco 2024 — youtube.com
  50. OWASP Videos — videos.owasp.org
  51. IEEE Symposium on Security and Privacy 2026 — sp2026.ieee-security.org
  52. DEFCONConference — youtube.com
  53. BSidesSLC 2026 — sessionize.com
  54. OWASP 25th Anniversary Virtual Conference — sessionize.com
📚 This guide is synthesized from the full text of resources curated in the Talks library, and refreshed as new material is added.