DEF CON 33 Recap: Talks, Badges, RF Curiosity, and Defense Engineering
DEF CON 33 ran August 7-10, 2025 in Las Vegas. The public conference-intel index lists 249 talks overall and 99 main-stage talks with slides from media.defcon.org. The lineup matters because it shows where modern security is actually moving: browser extension abuse, NAS zero-day research, ASLR bypass automation, BitLocker recovery abuse, modem and gateway risk, red-team networking, conferencing-as-C2, Active Directory misuse, EV charging communications, secure SoC compromise, AI/LLM malware workflows, PyTorch/TorchScript risk, open-source quantum sensors, and supply-chain defense.
That is not one domain. It is cyber plus network plus hardware plus identity plus engineering. That is exactly the FLLC lane now.
Talks worth turning into lab work
These are the DEF CON 33 talks that map directly to hands-on defense work:
- "DisguiseDelimit: Exploiting Synology NAS with Delimiters and Novel Tricks" - NAS devices belong in enterprise asset inventory, not the ignored closet.
- "Browser Extension Clickjacking: One Click and Your Credit Card Is Stolen" - browser extension governance is endpoint security.
- "Can't Stop the ROP: Automating Universal ASLR Bypasses" - mitigations need validation, not blind trust.
- "BitUnlocker: Leverage Windows Recovery to Extract BitLocker Secrets" - recovery paths are attack paths.
- "Gateways to Chaos - How We Proved Modems Are a Ticking Time Bomb" - residential and small-business gateways are still perimeter devices.
- "New Red Team Networking Techniques for Initial Access and Evasion" - network telemetry must understand weird paths, not just common ports.
- "Ghost Calls - Abusing Web Conferencing for Covert Command & Control" - SaaS collaboration logs are now security logs.
- "Turning your Active Directory into the attacker's C2" - GPO and directory control-plane monitoring is mandatory.
- "Exploiting Vulns in EV Charging Comms" - cyber-physical security is no longer a side quest.
- "ReVault! Compromised by your Secure SoC" - security chips still need threat modeling and firmware scrutiny.
- "LLM Identifies Info Stealer Vector & Extracts IoCs" - AI can accelerate triage, but defenders still own validation.
- "Preventing One of The Largest Supply-Chain Attacks in History" - abandoned packages and trusted namespaces are real exposure.
- "Building the first open source hackable Quantum Sensor" - hardware communities are turning advanced science into hackable education.
The useful pattern is clear: every "cool talk" can become a control question. What do we log? What do we own? What can be abused? What would prove we are clean?
Badge and hardware thread
The starred repo list includes ANDnXOR/ANDnXOR_DC33_Badge, a public DEF CON 33 badge project with activation and walkthrough files, plus neednotapply/DC32-cfw for DEF CON 32 badge custom firmware. Those are worth linking because conference badges are not just collectibles. They are embedded systems labs: displays, firmware, activation flows, CTF artifacts, power constraints, debugging, and sometimes RF.
The same star graph also includes hardware/RF and field tooling:
BatchDrake/SigDiggerfor SDR signal analysis.Personfu/HackRF-Treasure-Chestfor HackRF captures and software collections.IgrikXD/rpitx-uifor Raspberry Pi RF transmitter tooling.flipperdevices/flipper-application-catalogfor Flipper app discovery.kbembedded/Flipper-Zero-Game-Boy-Pokemon-Tradingas a clean example of playful hardware protocol work.cisagov/Malcolmfor packet capture, Zeek, Suricata, Arkime, and OpenSearch-driven network traffic analysis.owasp-amass/amass,theHarvester, and Censys Maltego transforms for OSINT and attack-surface mapping.
That mix says a lot about where FLLC is heading: not just web pages and blog filler, but packet capture, SDR, badges, firmware curiosity, OSINT, enterprise defense, and engineering visualization.
What changes on fllc.net
The site needs to stop feeling generated and start feeling operated. For conference recaps, that means:
- Name real talks and why they matter.
- Tie each talk to a defender action.
- Link public badge/hardware repos instead of vague "hacker culture" language.
- Keep offensive tooling discussion bounded by authorized lab and defensive use.
- Connect learning back to services: network defense, asset discovery, secure engineering, and incident response.
DEF CON is valuable because it compresses the field into one messy, brilliant signal: browsers, identity, radio, firmware, cloud, malware, telecom, physical infrastructure, and people all fail in connected ways. A serious security site should reflect that complexity.
References
- DEF CON 33 conference-intel index
- Official DEF CON 33 index
- Official DEF CON RSS feed
- DEF CON forums
- r/Defcon community
- FLLC DEF CON watch-source notes
- ANDnXOR DEF CON 33 badge repo
- DEF CON 32 badge custom firmware repo
- CISA Malcolm network traffic analysis suite
- SigDigger SDR analyzer
- OWASP Amass attack-surface mapping
- Flipper Application Catalog