<?xml version='1.0' encoding='utf-8' ?>
<!-- Made with love by pretalx v2.3.1post0. -->
<schedule>
    <generator name="pretalx" version="2.3.1post0" />
    <version>0.7</version>
    <conference>
        <acronym>bsidesvienna-0x7ea</acronym>
        <title>BSidesVienna 0x7EA</title>
        <start>2026-06-27</start>
        <end>2026-06-27</end>
        <days>1</days>
        <timeslot_duration>00:05</timeslot_duration>
        <base_url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/schedule/</base_url>
        <time_zone_name>Europe/Vienna</time_zone_name>
    </conference>
    <day index='1' date='2026-06-27' start='2026-06-27T04:00:00+02:00' end='2026-06-28T03:59:00+02:00'>
        <room name='Mittlerer Saal (Track 1)'>
            <event guid='29ed270b-4a14-561e-9532-0268671e6b55' id='666'>
                <date>2026-06-27T09:30:00+02:00</date>
                <start>09:30</start>
                <duration>00:45</duration>
                <room>Mittlerer Saal (Track 1)</room>
                <slug>bsidesvienna-0x7ea-666-mcp-most-concerning-protocol</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/K7JNE8/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>MCP - Most Concerning Protocol</title>
                <subtitle></subtitle>
                <track>Mittlerer Saal (Track 1 - 260 pax)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>TLDR: If you as an attacker want more tools to gain RCE and persistence MCP is exactly that.

AI agents are rapidly becoming a new interface to enterprise systems: they read internal knowledge, call APIs, and execute actions through connected tools. MCP standardizes this tool access, but it also creates a new, high-impact attack surface: tool execution integrity.</abstract>
                <description>Basically our talk shows all the ways attackers can leverage MCP for RCE and persistence.

In this talk we demonstrate &#8220;MCP hijacking in the wild&#8221; through an attack demo that shows how a compromised or malicious MCP tool execution path can become an attacker control channel. Critically, we show why common hardening approaches are insufficient in practice by demonstrating bypass and/or time-of-check/time-of-use gaps during the demo itself.

We close with a proof-of-concept integrity protection method designed to raise the bar against MCP toolchain compromise by enforcing trustworthy tool identity and invocation integrity, with practical guidance</description>
                <logo></logo>
                <persons>
                    <person id='584'>Paul Zenker</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='2fd11c18-677b-5fc5-822d-3fa9b030a1dd' id='630'>
                <date>2026-06-27T10:20:00+02:00</date>
                <start>10:20</start>
                <duration>00:45</duration>
                <room>Mittlerer Saal (Track 1)</room>
                <slug>bsidesvienna-0x7ea-630-hey-claude-find-0days-using-ai-for-vulnerability-research-red-teaming</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/LQVWHG/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Hey Claude, find 0days - Using AI for Vulnerability Research &amp; Red Teaming</title>
                <subtitle></subtitle>
                <track>Mittlerer Saal (Track 1 - 260 pax)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>&quot;Friends don&apos;t let friends upload their tradecraft to VirusTotal&quot;, but what about AI? More and more companies are integrating AI into their pipelines and workflows, and we can see headlines of AI finding hundreds of bugs everywhere online. So how can we integrate this technology into our work without burning our tradecraft - is this even possible?</abstract>
                <description>We&apos;ll examine the capabilities of AI itself, how we can integrate it into our research to find more bugs more quickly, and how well it can be used for weaponization. To visualize this, we&apos;ll walk through at least one real-world vulnerability: my original approach, how that approach can be improved by AI, and to what degree.

But the advantages of AI come at a (hidden) cost: we&apos;re sharing everything with a third party, be it Anthropic, Google, or whoever. Would you upload your C2 beacon to VirusTotal during a Red Team? So, where exactly should we draw the line on AI?</description>
                <logo></logo>
                <persons>
                    <person id='679'>Niels Pfau</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='5302d38a-b986-5e26-bf1b-9a77e6d9cd04' id='625'>
                <date>2026-06-27T11:10:00+02:00</date>
                <start>11:10</start>
                <duration>01:00</duration>
                <room>Mittlerer Saal (Track 1)</room>
                <slug>bsidesvienna-0x7ea-625-bofs-in-the-background-async-object-file-execution-in-modern-c2-frameworks</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/C37PNQ/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>BOFs in the Background: Async object file execution in modern C2 frameworks</title>
                <subtitle></subtitle>
                <track>Mittlerer Saal (Track 1 - 260 pax)</track>
                <type>Talk</type>
                <language>en</language>
                <abstract>Using Beacon Object Files (BOFs) to execute external post-exploitation capabilities from a C2 agent has been a staple technique in offensive security for years now. The self-contained programs are great for one-off tasks, such as gaining situational awareness, elevating privileges or dumping credentials. Recently, BOFs have received a powerful upgrade that allows for them to be executed in the background, enabling long-running real-time monitoring functionality. This talk shows how the [Conquest](https://github.com/jakobfriedl/conquest/) framework supports Async BOFs and how they can benefit modern red teaming.</abstract>
                <description>In [last year&apos;s](https://cfp.bsidesvienna.at/bsidesvienna-0x7e9-2025/talk/VCQATE/) talk, I introduced Conquest, a command and control framework written in Nim. Since then, the project has been under heavy development and has seen countless new features, fixes and improvements. One of the most substantial changes was the addition of a Python module system, which allows red teamers and penetration testers to turn their favourite BOFs into Conquest commands. This drastically decreases the amount of functionality that has to be included in the base agent, because post-exploitation capabilities can simply be executed as external BOFs.

However, regular BOF loading is boring. There are countless open-source implementations and it&apos;s a feature in almost all C2 frameworks on the market. On the other hand, the number of frameworks that support asynchronous BOFs can almost be counted on one hand. In fact, Conquest is one of the only C2s that features stable async object file execution, even when the agent memory is obfuscated or encrypted, something that until now has been exclusive to commercial tooling. 

This talk goes beyond proof-of-concepts by also featuring novel use-cases for async BOFs that benefit real engagements.
- [TGT Monitoring](https://github.com/jakobfriedl/tgt-monitor-bof)
- [KeePass Abuse](https://github.com/jakobfriedl/keelog-bof)
- [Clipboard Monitoring](https://github.com/jakobfriedl/clipboard-monitor-bof)
- ...</description>
                <logo>/media/bsidesvienna-0x7ea/submissions/C37PNQ/readme_g73zddj.png</logo>
                <persons>
                    <person id='630'>Jakob Friedl</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='3ea62090-2003-5349-90f4-c7d270214b5a' id='678'>
                <date>2026-06-27T13:15:00+02:00</date>
                <start>13:15</start>
                <duration>00:45</duration>
                <room>Mittlerer Saal (Track 1)</room>
                <slug>bsidesvienna-0x7ea-678-net-shredder-coverage-guided-network-fuzzing-for-the-linux-kernel</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/TVJ7J8/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Net Shredder: Coverage-Guided Network Fuzzing for the Linux Kernel</title>
                <subtitle></subtitle>
                <track>Mittlerer Saal (Track 1 - 260 pax)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>Net Shredder is a network coverage-guided fuzzer for the Linux kernel. Built with a modular approach, and focused on the ease of use, it could be adapted to fuzz other types of targets (e.g., usermode applications) as well. During development, it found three remote vulnerabilities in the Linux kernel, one of which resulted in CVE-2025-22037.</abstract>
                <description>Net Shredder was built out of desire to build the simplest fuzzing setup possible for the Linux kernel:

- Unlike grammar based fuzzing, this approach doesn&#8217;t require rewriting the protocol spec in terms of fuzzer grammar;
- Just a basic setup and a fuzzing corpus is enough;
- Only small target modifications required.

This talks covers building it as a solo project I did in 2025:

- Collecting remote KCOV outside process context, turning raw PCs into edge coverage
- The struggle of restricting coverage to the targeted subsystem (2 failed and the one that worked)
- Three bugs it found, including CVE-2025-22037 with bug analysis.</description>
                <logo></logo>
                <persons>
                    <person id='704'>Vyacheslav &quot;Slava&quot; Moskvin</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='443d8785-4917-5f86-bb57-4ed69b8cc37c' id='631'>
                <date>2026-06-27T14:05:00+02:00</date>
                <start>14:05</start>
                <duration>00:45</duration>
                <room>Mittlerer Saal (Track 1)</room>
                <slug>bsidesvienna-0x7ea-631-project-tempa-getting-phon-e-key-with-tesla-security-again</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/W9MWHG/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Project TEMPA: Getting Phon(e)key with Tesla Security Again</title>
                <subtitle></subtitle>
                <track>Mittlerer Saal (Track 1 - 260 pax)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>Four years ago, Project TEMPA exposed the fundamental vulnerabilities within Tesla&#8217;s Bluetooth Low Energy (BLE) Passive Entry system and the Vehicle Controller Secondary (VCSEC) protocol. The research demonstrated how trivial it was to execute Man-in-the-Middle (MitM) relay attacks to unlock and drive away modern vehicles. In response, Tesla embarked on a multi-year effort to overhaul its access systems. But did they actually fix the underlying problems, or just change the locks?
&#8203;In this presentation, we are getting &quot;phonkey&quot; again. We will dive into a comprehensive 4-year retrospective of Tesla&#8217;s Phonekey security evolution, dissecting the ongoing tug-of-war between seamless user experience and robust vehicle security.</abstract>
                <description></description>
                <logo>/media/bsidesvienna-0x7ea/submissions/W9MWHG/TEMPA_v2-Titleslide_IouA11d.png</logo>
                <persons>
                    <person id='577'>Martin Herfurt</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='22020756-76dc-51de-b705-94a9e877ea30' id='681'>
                <date>2026-06-27T15:20:00+02:00</date>
                <start>15:20</start>
                <duration>00:45</duration>
                <room>Mittlerer Saal (Track 1)</room>
                <slug>bsidesvienna-0x7ea-681-back-to-the-binary-revisiting-similarities-of-android-apps</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/J9QR9K/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Back to the Binary: Revisiting Similarities of Android Apps</title>
                <subtitle></subtitle>
                <track>Mittlerer Saal (Track 1 - 260 pax)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>New versions are usually exciting and full of possibilities, but keeping up with every new edge-case can be a very exhausting task. Especially on Android tools go out of date quickly and the latest research paper&apos;s implementation probably relies on a Java version most developers roll their eyes at.

But binaries? Binary tooling is forever. Well, let&apos;s say slightly more stable. We&apos;ll explore on a practical example how to use the Android Runtime to compile apps&apos; Dalvik bytecode into binary ELFs and use BinDiff for similarity analysis.</abstract>
                <description>Quickly determining whether two apps are related is interesting for a couple of reasons: Malware detection, impersonification, lineage analysis, and more. But making this decision based on their code has many pitfalls, even if we don&apos;t take obfuscation into account. Stale tools, no updates, missing dependencies - instead of those we&apos;ll use the binary representation of apps and a combination of open source tools to get an estimator for code similarity.

The talk will cover some Android internals based on examples, and will provide a practical blueprint how to calculate code-based similarity of apps based on open-source tools. Suitable for non-reverse-engineers.</description>
                <logo>/media/bsidesvienna-0x7ea/submissions/J9QR9K/back2thebinary_q4q2w91.jpg</logo>
                <persons>
                    <person id='566'>Jakob Bleier</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='f4ef7429-4381-5ea2-865a-2990f0b6e833' id='669'>
                <date>2026-06-27T16:10:00+02:00</date>
                <start>16:10</start>
                <duration>00:55</duration>
                <room>Mittlerer Saal (Track 1)</room>
                <slug>bsidesvienna-0x7ea-669-windows-ce-memory-archaeology-recovering-files-from-windows-ce-5-0-on-nxp-i-mx28-nand-flash</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/UDUZHL/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Windows CE Memory Archaeology - Recovering Files from Windows CE 5.0 on NXP i.MX28 NAND Flash</title>
                <subtitle></subtitle>
                <track>Mittlerer Saal (Track 1 - 260 pax)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>This talk tells the story how a &#8220;let&#8217;s quickly look at the files&#8221; span to a multi-day journey into ancient Windows CE filesystems and NXP processor NAND flash handling in an embedded system. Expect a deeply technical talk that explains how handling single bits make a difference and lets you peek into the complexity below (embedded) operating systems.</abstract>
                <description>One of the first steps in embedded systems vulnerability research is to access the firmware, obtained from firmware updates or from a physical device. How hard can it be? Usually not that much. But in this case, after failing miserably using the quick and easy standard approach, we doubled down and layer by layer uncovered how files are stored by Windows CE 5.0 on devices using the NXP i.MX28 processor. The single topics are nothing new, but due to the age and targeting (mobile phones and PDAs) of most Windows CE tooling and hardware specifics, ready-to-use tools failed repeatedly. Starting with no clue about Windows CE internals, our approach was to leverage a combination of ancient technology (Windows XP) and modern technology (AI) to understand what we are dealing with and to adapt and build our customized tooling.</description>
                <logo></logo>
                <persons>
                    <person id='535'>Gerhard Hechenberger</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='4b4b8659-b1a0-5c8c-9027-89a8e1d362e3' id='686'>
                <date>2026-06-27T17:10:00+02:00</date>
                <start>17:10</start>
                <duration>01:00</duration>
                <room>Mittlerer Saal (Track 1)</room>
                <slug>bsidesvienna-0x7ea-686-zero-files-zero-noise-checkmate-in-three-</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/FHQ7JH/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Zero Files, Zero Noise: Checkmate in Three.</title>
                <subtitle></subtitle>
                <track>Mittlerer Saal (Track 1 - 260 pax)</track>
                <type>Talk</type>
                <language>en</language>
                <abstract>In this talk, we walk through a real intrusion observed in an EDR-monitored enterprise environment. The case did not start with a major incident or a flood of alerts. It began with two ambiguous notifications in the Defender portal that the customer could not immediately classify. What looked like a minor signal turned into a live hunt: an operator attempting fileless execution, interacting with endpoint controls, trying to disable or bypass defenses, and carefully pivoting through the network.</abstract>
                <description>Modern intrusions rarely fail because one alert says everything. They fail when small, imperfect traces are recognized early enough and correlated into a timeline the operator did not expect.
In this case, OSINT and TTP comparison helped us put the observed behavior into context. We found overlaps with previously reported activity dating back to 2022, showing which parts of the operator&#8217;s tradecraft remained stable and which had been adapted to the current defensive environment. This makes the case relevant now: the tooling changed, but the operational habits, decision points, and forensic residue remained recognizable. The focus is not attribution for its own sake, but understanding how recognizable patterns can support an active investigation.
We will show how the investigation moved through three decisive phases: identifying the initial execution pattern, separating real attacker activity from low-signal security telemetry, and reconstructing the operator&#8217;s movement from endpoint, identity, and network evidence. Along the way, we will discuss what the defender&#8217;s environment made possible, where visibility was missing, and why the attacker&#8217;s interaction with Defender became an investigative advantage rather than just a detection failure.
The focus is Incident Response depth: not attribution, not tool training, but the reconstruction of attacker behavior from imperfect telemetry. Attendees will see how current fileless and defense-evasion techniques can still produce useful traces, which log sources made the difference in this case, and how two initially unclear Defender for Endpoint notifications were turned into a defensible incident timeline.</description>
                <logo></logo>
                <persons>
                    <person id='708'>Jonas Plitt</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            
        </room>
        <room name='Dachsaal (Track 2 )'>
            <event guid='a8c5268e-554d-5a04-a266-0377a4984574' id='635'>
                <date>2026-06-27T10:05:00+02:00</date>
                <start>10:05</start>
                <duration>00:30</duration>
                <room>Dachsaal (Track 2 )</room>
                <slug>bsidesvienna-0x7ea-635-it-s-not-you-it-s-your-dependencies-a-nerdy-lawyer-s-guide-to-the-software-supply-chain</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/AJN9TG/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>It&apos;s Not You, It&apos;s Your Dependencies: A Nerdy Lawyer&apos;s Guide to the Software Supply Chain</title>
                <subtitle></subtitle>
                <track>Dachsaal (Track 2 - 190 pax)</track>
                <type>Short Talk</type>
                <language>en</language>
                <abstract>This talk is about SBOM &#8212; the thing that has become the most important compliance artifact in software development. I&apos;ll cover:

* **Why?** A brief, painful tour through the legal plot twists that turned the SBOM from a nice-to-have into a &quot;you literally cannot sell this product without one&quot; because too many discovered they had no idea what they were actually running.
* **What?** what actually goes in one, what people *think* goes in one, why legal and IT security want one, and what happens if you vibe-coded the whole thing.
* **Who?** What this all means for software developers, open source maintainers who never signed up to be vendors, and where the liability actually lies.

Expect war stories, regulatory translation services, a healthy amount of &quot;I am not your lawyer, but&#8230;&quot;, less &#8220;it depends&#8221; and a takeaway list of things you can actually do on Monday morning &#8212; whether you&apos;re shipping software, consuming it, or maintaining the one library that all of your products depend on.</abstract>
                <description></description>
                <logo></logo>
                <persons>
                    <person id='684'>Katharina Bisset</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='d2a6c288-8ed9-5ce1-bcf5-d518156fd140' id='664'>
                <date>2026-06-27T10:40:00+02:00</date>
                <start>10:40</start>
                <duration>01:00</duration>
                <room>Dachsaal (Track 2 )</room>
                <slug>bsidesvienna-0x7ea-664-locks-opened-keyless-the-hard-way</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/Z7XYAA/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Locks opened keyless the hard way</title>
                <subtitle></subtitle>
                <track>Dachsaal (Track 2 - 190 pax)</track>
                <type>Talk</type>
                <language>en</language>
                <abstract>Possibly you already know lock picking.  Possibly not.
We explain what happens in the lock while picking or regularly with a key.
Lock picking itself, we will show you in an own workshop at the bsides vienna.

Additional, there are competitions.  For example the yearly austrian championship.
Or the belt-system, which be presented.</abstract>
                <description>A lock can be a hard challenge to open without a key.  Regularly these are installed in a door.
We do it a little bit easier, we do not install them, we hold them in our own hand.  But additionally we do it a little bit harder, because we do not want to destroy them.
If you want to open the door, there are much easier ways, but they will damage something.

You do not need to know, how a lock works, to pick them.  Usually, we do not explain it, we let beginners open the lock for the first time and anybody is surprised, it works easy.  But it was an easy lock.
But what are the differences between an easy and a hard lock?

So for that we have to explain a lock and the key.  Which technical behaviors are used to make it more and more challenging.  Somebody could think, the manufactures do it for more fun for the lock pickers.

For more fun, it is nice to use rules for competitions.  The belt-system is one.  Anybody can participate.
And you can use it to describe the fun - sorry - the easiness or hardness of a lock for lock pickers.</description>
                <logo></logo>
                <persons>
                    <person id='637'>deac</person><person id='698'>TiborElias</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='c8b01653-91c6-5fd7-8ebd-4f10cdcfc029' id='647'>
                <date>2026-06-27T11:45:00+02:00</date>
                <start>11:45</start>
                <duration>00:20</duration>
                <room>Dachsaal (Track 2 )</room>
                <slug>bsidesvienna-0x7ea-647-your-firewall-won-t-save-you-from-a-crowbar-introducing-the-pact-framework</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/3GKCFS/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Your Firewall Won&#8217;t Save You From a Crowbar: Introducing the PACT Framework</title>
                <subtitle></subtitle>
                <track>Dachsaal (Track 2 - 190 pax)</track>
                <type>Short Talk</type>
                <language>en</language>
                <abstract>For years, the cybersecurity community has worshiped at the altar of the MITRE ATT&amp;CK&#174; framework to track digital adversary behaviors. We spend millions hardening the cloud, fine-tuning EDRs, and chasing zero-days, yet we consistently forget one glaring reality: an adversary can just walk through the front door with a high-vis vest and a clipboard. 
Enter PACT (Physical Access &amp; Control Taxonomy). Built to bridge the grand canyon between meatspace and cyberspace, PACT is an open-source, community-driven framework that translates physical tactics, techniques, and procedures (TTPs) into a structured matrix that mirrors the MITRE ATT&amp;CK format.</abstract>
                <description>We spend millions hardening the cloud, fine-tuning EDRs, and chasing zero-days, yet we consistently forget one glaring reality: an adversary can just walk through the front door with a high-vis vest and a clipboard. For years, the cybersecurity community has worshiped at the altar of the MITRE ATT&amp;CK&#174; framework to track digital adversary behaviors. Meanwhile, physical security has remained trapped in a legacy bubble of &quot;locks, blocks, and glocks,&quot; utilizing entirely different risk languages.

When a threat actor breaks into a facility to deploy a network implant, is it a cyber attack or a physical breach? It&apos;s both-and our current defense matrices fail to map this convergence.

Enter PACT (Physical Access &amp; Control Taxonomy). Built to bridge the grand canyon between meatspace and cyberspace, PACT is an open-source, community-driven framework that translates physical tactics, techniques, and procedures (TTPs) into a structured matrix that mirrors the MITRE ATT&amp;CK format. This talk will rip off the band-aid of siloed security, break down the anatomy of the PACT matrix, and demonstrate how Red and Blue teams can finally use a single, unified language to hunt threats across both the digital and physical realms.</description>
                <logo></logo>
                <persons>
                    <person id='640'>Darius Beckert</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='14e5d87b-d7b1-5c29-ba41-a35778224751' id='634'>
                <date>2026-06-27T13:05:00+02:00</date>
                <start>13:05</start>
                <duration>00:50</duration>
                <room>Dachsaal (Track 2 )</room>
                <slug>bsidesvienna-0x7ea-634--the-human-factor-cybersecurity-s-weakest-link-or-most-adaptive-defense-</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/MAKHRG/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>&quot;The Human Factor. Cybersecurity&apos;s weakest link or most adaptive defense?&quot;</title>
                <subtitle></subtitle>
                <track>Dachsaal (Track 2 - 190 pax)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>In Cybersecurity there is a narrative existing: The problem is sitting in front of the screen&#8230; but is it?

Our understanding of humans in cybersecurity is shaped by problematic metaphors, which influence how we design security systems. The way we likely describe humans, shapes how we approach cybersecurity.

Humans are as seen as the weakest link: Humans are viewed as the main source of failure &gt; Assumption: Technology is strong, humans are weak

Humans are seen as driven by fear: as frightened animal &gt; Assumption: Fear and punishment drive secure behavior

And once you believe, that the human is the problem, you stop looking for better explanations.

In our talk we will have a deeper look at these assumptions and the psychological as well as technical factors of (in)secure behavior in organizations
Cognitive biases often cause individuals to underestimate rare but catastrophic risks or to place excessive trust in automation. Routine blindness may result in subtle anomalies being ignored when tasks become repetitive. Furthermore, poor collaboration and information silos weaken collective intelligence, while misguided prioritization&#8212;such as choosing convenience over security&#8212;can undermine defense efforts. Yet, to fully leverage the strengths like pattern recognition, intuition, adaptive reasoning and ethical decision making, organizations should minimize human error through training, supportive tools, and sustainable working conditions, ensuring that human intelligence can function as a powerful ally in defending against digital threats.</abstract>
                <description>In our talk we scrutinize the critical role of human behavior in cyber defense and how it reframes defense strategies beyond purely technical or machine-driven approaches. Human cognition acts as complementary system, not just a weak link. This creates a hybrid model, where adaptive human-decision making works in tandem with machine efficiency. One of its core strengths lies in pattern recognition and contextual understanding.

Security analysts are often able to spot unusual behaviors or subtle anomalies that automated systems might overlook.

Equally important are creativity and intuition, which allow humans to anticipate novel attack methods and think beyond established rules or signatures.

Like the immune system, humans are capable of adaptability, adjusting strategies quickly in response to emerging threats.

In addition, they bring ethical judgment and strategic decision-making, enabling a nuanced evaluation of risks that goes beyond metrics and algorithms.

However, the human factor also introduces vulnerabilities. Alert fatigue and cognitive overload can reduce vigilance, leading to missed threats.

Agenda:

    Assumptions &#8222;The problem is sitting in front of the screen&#8220; (User)
    Security Behavior in Organizations &#8211; Security Compliance vs. Security Participation
    People don&#8217;t fail randomly. They fail predictably within the system we design.
    Organizational, Individual &amp; Environmental influencing factors &amp; dimensions of security behavior and the question &#8220;Why does security often not work in practice&#8221;
    &#8222;Policies are made to pass audits &#8211; not actually for you to follow&#8220;
    Practical examples: force of habits, alert fatigue, psychological Acceptability: Phishing
    &#8220;Computers are weird&#8221;
    Key Takeaways</description>
                <logo></logo>
                <persons>
                    <person id='682'>Yvonne Bauer</person><person id='699'>Wolfgang Ettlinger</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='591b14c3-5071-5485-a7fb-47b7f9608a87' id='633'>
                <date>2026-06-27T14:00:00+02:00</date>
                <start>14:00</start>
                <duration>00:45</duration>
                <room>Dachsaal (Track 2 )</room>
                <slug>bsidesvienna-0x7ea-633-the-sky-is-no-longer-the-limit</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/USUBHG/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>The sky is no longer the limit</title>
                <subtitle></subtitle>
                <track>Dachsaal (Track 2 - 190 pax)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>How drones (UAV&#8217;s) are the threat everyone saw coming but no one acted in time. Drones are the &quot;Gray Rhino&quot; of modern security: a visible, high-probability threat we failed to mitigate. This talk explores how rapid UAV proliferation outpaced regulation, creating critical vulnerabilities in privacy and infrastructure. We&#8217;ll analyze the shift from hobbyist novelty to sophisticated aerial risk and the urgent need for counter-UAS strategies.</abstract>
                <description>While drones offer immense potential, they have introduced a complex new landscape of risk. This talk examines the &quot;Gray Rhino&quot; threats of 2026 high-probability security challenges often ignored until impact. We will analyze the transition of advanced drone tech from warzones to criminal enterprises, including the rise of unjammable fiber-optic controls and AI-enabled targeting. Beyond physical safety, we&#8217;ll explore the escalating vulnerabilities of critical infrastructure and the too slow shifting regulatory response to aerial sabotage. We will dive deeper in the actual risk and legal mitigations we could and should take. The are shaping the battlefield already so society will be next.</description>
                <logo></logo>
                <persons>
                    <person id='681'>Stephan Van Dyck</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='67029650-17ba-52db-9fee-b3c3873a1495' id='677'>
                <date>2026-06-27T15:30:00+02:00</date>
                <start>15:30</start>
                <duration>00:30</duration>
                <room>Dachsaal (Track 2 )</room>
                <slug>bsidesvienna-0x7ea-677-defending-identity-infrastructure-of-the-active-directory-with-deception-technologies</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/VDQMNY/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Defending Identity Infrastructure of the Active Directory with Deception Technologies</title>
                <subtitle></subtitle>
                <track>Dachsaal (Track 2 - 190 pax)</track>
                <type>Short Talk</type>
                <language>en</language>
                <abstract>Active Directory remains the core identity system in most enterprise and governmental environments, making it a primary target for attackers after initial network compromise. Once inside a network, adversaries typically focus on AD reconnaissance, privilege escalation, and lateral movement in order to gain full domain control.

This presentation explores how attackers perform Active Directory enumeration using common tools and techniques, and why traditional security monitoring often fails to detect these early-stage activities. It then introduces deception-based defense strategies as an effective approach for early detection of malicious behavior within identity infrastructures.

The session focuses on the use of Active Directory honeypots and canary tokens as proactive detection mechanisms. These decoy assets are designed to appear legitimate within the environment while acting as high-fidelity tripwires for suspicious activity. Any interaction with these objects can immediately signal potential reconnaissance or compromise attempts.

Through practical examples and a simulated attack scenario, the talk demonstrates how deception techniques can detect attacker behavior during directory enumeration, credential discovery, and privilege mapping. The presentation also highlights how these mechanisms integrate into Purple Team methodologies and support incident response and forensic investigations.

Attendees will gain insight into how deception technologies enhance visibility within Active Directory environments, reduce attacker dwell time, and enable earlier detection of identity-based attacks before they escalate into full domain compromise.</abstract>
                <description>Modern enterprise and governmental IT infrastructures rely heavily on identity systems to control access to critical resources. Among these systems, Active Directory (AD) remains the dominant identity management platform and therefore represents one of the most attractive targets for cyber attackers. Once an adversary gains an initial foothold inside a network&#8212;whether through phishing, credential compromise, or exploitation of a vulnerable system&#8212;the next strategic objective is typically the compromise of the identity infrastructure. By targeting Active Directory, attackers can escalate privileges, move laterally across systems, establish persistence, and ultimately achieve full domain dominance.

In recent years, numerous large-scale breaches have demonstrated that attackers often operate inside networks for extended periods before detection. During this dwell time, adversaries perform extensive reconnaissance activities within the directory environment. These reconnaissance steps typically involve directory enumeration, credential harvesting, privilege path analysis, and the identification of high-value targets such as administrative accounts or privileged service identities. Tools such as BloodHound are commonly used by attackers to map relationships between users, groups, and systems, enabling them to identify potential privilege escalation paths.

Traditional detection approaches frequently struggle to identify these early-stage reconnaissance activities. Security monitoring systems generate vast volumes of log data, making it difficult to distinguish malicious behavior from legitimate administrative activity. As a result, attackers are often detected only after significant damage has already occurred, such as during lateral movement, privilege escalation, or the deployment of ransomware.

This presentation explores a proactive defensive strategy based on deception technologies, specifically focusing on the use of Active Directory honeypots and canary tokens as early-warning mechanisms within enterprise identity infrastructures. Deception techniques allow defenders to strategically place decoy assets within the directory environment that appear legitimate to attackers but are monitored closely by security teams. These assets function as highly sensitive tripwires: any interaction with them can immediately indicate suspicious or malicious activity.

The talk will examine how deception-based controls can be integrated directly into Active Directory environments through multiple layers of defensive instrumentation. These layers may include honey user accounts, decoy service identities, embedded credential lures, deceptive group memberships, and carefully crafted scripts placed in shared directories such as SYSVOL. When adversaries enumerate the directory or attempt to leverage these artifacts during their reconnaissance phase, detection mechanisms can trigger alerts and provide defenders with early indicators of compromise.

Particular attention will be given to the implementation of canary tokens, a form of digital tripwire that generates alerts when accessed or used. By embedding tokens within configuration files, service account descriptions, administrative scripts, or backup documentation, defenders can create realistic artifacts that attackers are likely to interact with during credential discovery or environment mapping. When these tokens are triggered, alerts can be delivered through email notifications, security monitoring platforms, or integrated SIEM systems, providing immediate visibility into suspicious activity.

The presentation will also demonstrate how deception mechanisms can be incorporated into Purple Teaming methodologies, enabling collaboration between offensive and defensive security teams. Through controlled attack simulations performed by Red Teams, organizations can test whether their defensive monitoring systems successfully detect interactions with deception artifacts. Blue Teams can then refine detection rules, improve security monitoring workflows, and strengthen incident response procedures based on these insights.

Beyond detection, deception technologies offer substantial benefits for digital forensic investigations. When attackers interact with honeypot objects or canary tokens, investigators can collect valuable forensic artifacts, including authentication attempts, directory queries, network activity, and timestamps associated with attacker behavior. These artifacts allow security teams to reconstruct the attacker&#8217;s timeline, understand the reconnaissance techniques used, and determine the scope of a potential compromise. In this way, deception systems act not only as detection mechanisms but also as forensic sensors that capture high-fidelity evidence of adversary activity.

A practical implementation scenario will be presented in which an attacker performs Active Directory reconnaissance using common tools such as BloodHound. During the enumeration process, the attacker encounters a realistic honey account that appears to belong to a backup service. Embedded credential lures and a hidden token trigger lead the attacker to interact with a decoy artifact. As soon as the attacker attempts to use the discovered credentials or access the embedded token, an alert is generated through a monitoring system such as Microsoft Defender for Identity or a SIEM platform. This early detection enables defenders to begin incident response activities before the attacker can escalate privileges or achieve domain control.

In addition to demonstrating the technical implementation of deception techniques, the presentation will discuss operational considerations and potential challenges. Effective deception requires realistic design to avoid detection by skilled adversaries. Honey accounts must follow believable naming conventions, deceptive artifacts must appear consistent with normal operational practices, and monitoring infrastructure must be properly configured to ensure reliable alerting. Maintenance and lifecycle management of deception assets are also important to maintain credibility within the environment.

The session concludes by exploring the broader strategic implications of deception technologies in modern cyber defense architectures. As attackers increasingly target identity systems, defensive strategies must evolve to detect adversaries earlier in the attack lifecycle. Deception-based detection mechanisms provide a powerful complementary layer to traditional monitoring controls by focusing on attacker behavior rather than relying solely on anomaly detection within large datasets.

By integrating honeypots, canary tokens, Purple Teaming exercises, and digital forensic analysis, organizations can significantly improve their ability to detect intrusions at an early stage, reduce attacker dwell time, and collect valuable intelligence about adversary techniques. The insights gained from these systems can help security teams strengthen defensive capabilities, refine detection strategies, and ultimately improve the resilience of enterprise identity infrastructures against modern cyber threats.</description>
                <logo></logo>
                <persons>
                    <person id='628'>Ahmed Hassan</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='369c61a8-7745-5918-9c43-61eb8578750e' id='663'>
                <date>2026-06-27T16:05:00+02:00</date>
                <start>16:05</start>
                <duration>00:45</duration>
                <room>Dachsaal (Track 2 )</room>
                <slug>bsidesvienna-0x7ea-663-quantum-secure-communication</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/MZYRYC/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Quantum Secure Communication</title>
                <subtitle></subtitle>
                <track>Dachsaal (Track 2 - 190 pax)</track>
                <type>Short Talk</type>
                <language>en</language>
                <abstract>Open Source Quantum Secure VPN - QKD + PQC over WireGuard

Quantum computers will break the encryption we rely on today, and the clock is ticking. But what does that actually mean, and what can you do about it right now?
This talk starts from the ground up, giving attendees an accessible introduction to the two quantum-safe building blocks: Post-Quantum Cryptography (PQC), a mathematical software-based replacement for classical key exchange, and Quantum Key Distribution (QKD), a physics-based approach that uses quantum optical channels to distribute keys with information-theoretic security. No prior knowledge of quantum mechanics required.
The second half of the talk is around ARNIKA (https://github.com/arnika-project/arnika) and how to build a fully open-source quantum secure VPN that wraps WireGuard with both PQC (Rosenpass) and QKD (via the ETSI014 API) into a single deployable solution.

Attendees will leave with:
QKD and PQC fundamentals, what they are, how they differ, and when to use each
A technical dive into open-source quantum secure VPN architecture, key derivation, ETSI014 integration, and WireGuard PSK injection

Target audience:
Security professionals and engineers curious about quantum-safe networking, no quantum physics or crypto background needed.</abstract>
                <description></description>
                <logo>/media/bsidesvienna-0x7ea/submissions/MZYRYC/quantum_encryption-not_IknJhEO.png</logo>
                <persons>
                    <person id='697'>Andreas Neuhold</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='9ccf777a-d0ee-593b-a47a-592da81a1aae' id='648'>
                <date>2026-06-27T16:55:00+02:00</date>
                <start>16:55</start>
                <duration>00:30</duration>
                <room>Dachsaal (Track 2 )</room>
                <slug>bsidesvienna-0x7ea-648-attackbed-a-damn-vulnerable-network-for-profit-and-fun</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/H7CXVP/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Attackbed: A Damn Vulnerable Network for Profit and Fun</title>
                <subtitle></subtitle>
                <track>Dachsaal (Track 2 - 190 pax)</track>
                <type>Talk</type>
                <language>en</language>
                <abstract>In the last few years, I was responsible, together with my colleagues, for the fully open-source framework &quot;Attackbed&quot;. We developed simulated networks with automated attacks and collected data for further evaluation of security measures or for building machine learning datasets. One example of such an evaluation is testing the performance of LLMs when used to detect malicious behavior in logfiles.  We not only created a simulation with complex attack chains but also developed several public Metasploit Exploits and an automated attack tool. I will cover all the technologies and attack chains, and provide a perspective on potential use cases for this open-source framework.</abstract>
                <description></description>
                <logo></logo>
                <persons>
                    <person id='319'>Wolfgang Hotwagner</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            
        </room>
        <room name='Kreativraum 3.1 (Track 3 - Women4Cyber/Rookie)'>
            <event guid='54524bc8-b350-5cf7-a94a-66feb6031757' id='685'>
                <date>2026-06-27T09:45:00+02:00</date>
                <start>09:45</start>
                <duration>00:30</duration>
                <room>Kreativraum 3.1 (Track 3 - Women4Cyber/Rookie)</room>
                <slug>bsidesvienna-0x7ea-685-when-machines-hack-back-how-ai-rewrote-the-threat-landscape-in-12-months</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/AXV9VA/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>When Machines Hack Back: How AI Rewrote the Threat Landscape in 12 Months</title>
                <subtitle></subtitle>
                <track>Kreativraum 3.1 (Track 3 - 50 pax - Women4Cyber/Rookie)</track>
                <type>Short Talk</type>
                <language>en</language>
                <abstract>AI has industrialized cybercrime. Exploit timelines collapsed from days to hours, ransomware victims surged 389%, and 4.6 billion stolen credentials flooded darknet markets. Then Claude Mythos showed autonomous zero-day discovery at scale. This talk presents current threat data, examines how AI reshapes both offense and defense, and offers practical strategies for security leaders.</abstract>
                <description>In 2025, cybercrime became a continuous, machine-speed system. Exploitation attempts surged 25% to 120 billion globally, time-to-exploit dropped to 24&#8211;48 hours, and AI tools like WormGPT eliminated the skill barrier for attackers. Identity replaced malware as the primary attack vector, with billions of stolen credentials enabling login-based intrusions at scale. Deepfakes now target executives directly for fraud and access.

The Claude Mythos announcement in April 2026 marked an inflection point: autonomous discovery of decade-old zero-days across all major operating systems overnight, for under $2,000 per exploit. This talk covers current threat data, the implications for defenders, and why Continuous Threat Exposure Management and AI-enabled defense are no longer optional.</description>
                <logo></logo>
                <persons>
                    <person id='707'>Ronke Babajide</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='6e600f6c-1c16-52fb-b411-3a5844c543d8' id='645'>
                <date>2026-06-27T11:00:00+02:00</date>
                <start>11:00</start>
                <duration>00:45</duration>
                <room>Kreativraum 3.1 (Track 3 - Women4Cyber/Rookie)</room>
                <slug>bsidesvienna-0x7ea-645-hacking-mobile-apps-in-a-structured-way</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/A7AUTY/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Hacking Mobile Apps in a Structured Way</title>
                <subtitle></subtitle>
                <track>Kreativraum 3.1 (Track 3 - 50 pax - Women4Cyber/Rookie)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>Mobile app testing has many pitfalls and a structured approach is needed to get a holistic picture of the attack surface. The OWASP Mobile Application Security (MAS) project is able to support you with that. In this talk, you&apos;ll get a practical introduction to the MAS ecosystem which consists of the standard, mobile weaknesses and how to test them. You will see test cases and demos for iOS and Android in action for static and dynamic analysis, and learn how to perform a mobile penetration test on a non-jailbroken iOS device.</abstract>
                <description></description>
                <logo></logo>
                <persons>
                    <person id='692'>Sven Schleier</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='63e72e78-5bd3-586d-a996-031e012b9226' id='650'>
                <date>2026-06-27T13:00:00+02:00</date>
                <start>13:00</start>
                <duration>00:30</duration>
                <room>Kreativraum 3.1 (Track 3 - Women4Cyber/Rookie)</room>
                <slug>bsidesvienna-0x7ea-650-hackerone-club-austria</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/8ACFFK/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>HackerOne Club Austria</title>
                <subtitle></subtitle>
                <track>Kreativraum 3.1 (Track 3 - 50 pax - Women4Cyber/Rookie)</track>
                <type>Short Talk</type>
                <language>en</language>
                <abstract>HackerOne Club Austria!

This club is dedicated to building a collaborative and welcoming hacker community across Austria. Whether you are an experienced bug bounty hunter, cybersecurity professional, student, or someone just getting started in ethical hacking, you are welcome to join and grow with the community.

The Austria HackerOne Club organizes a wide range of events including:
- local meetups
- live hacking sessions
- educational workshops
- Capture The Flag (CTF) competitions
- conference gatherings
- world cup meetings (AWC)
- discussions focused on bug bounty, ethical hacking, and cybersecurity.</abstract>
                <description>HackerOne Club Austria!

This club is dedicated to building a collaborative and welcoming hacker community across Austria. Whether you are an experienced bug bounty hunter, cybersecurity professional, student, or someone just getting started in ethical hacking, you are welcome to join and grow with the community.

The Austria HackerOne Club organizes a wide range of events including:
- local meetups
- live hacking sessions
- educational workshops
- Capture The Flag (CTF) competitions
- conference gatherings
- world cup meetings (AWC)
- discussions focused on bug bounty, ethical hacking, and cybersecurity.

These events are designed to encourage hands-on learning, knowledge sharing, collaboration, and stronger connections within the local security community.

Hacking Meeting:
The hacking meetings are especially interesting to community members. Hackers come together in person or virtually to hack on bug bounty programs. HackerOne may partner with private programs to provide an interesting meetup. Members may get access to new and fresh hacking scope or invitations to private programs. HackerOne provides a leaderboard to track the progress of the meetup. There is the possibility of special reward multipliers or better payouts for researchers.

By joining this club, you&apos;ll stay informed about upcoming HackerOne community events in Austria, connect with fellow hackers in your region, and become part of a global community that values learning, responsible disclosure, and collaboration.</description>
                <logo>/media/bsidesvienna-0x7ea/submissions/8ACFFK/Auteria-banner_kKekdy7.png</logo>
                <persons>
                    <person id='696'>Alexander Krenn</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='e8cd75eb-77a8-508b-9ee6-66f93b116dcc' id='636'>
                <date>2026-06-27T13:35:00+02:00</date>
                <start>13:35</start>
                <duration>00:45</duration>
                <room>Kreativraum 3.1 (Track 3 - Women4Cyber/Rookie)</room>
                <slug>bsidesvienna-0x7ea-636-offensive-ai-red-teaming-machine-learning-systems</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/VA3RKU/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Offensive AI: Red Teaming Machine Learning Systems</title>
                <subtitle></subtitle>
                <track>Kreativraum 3.1 (Track 3 - 50 pax - Women4Cyber/Rookie)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>This talk explores offensive security techniques against ML and LLM systems, from adversarial inputs and data poisoning to prompt injection and model extraction, with a live local demonstration of indirect prompt injection against a self-hosted model. The attendees will learn about the risks of deploying AI systems without proper security measures.</abstract>
                <description>This talk introduces the Offensive AI Framework, an open, structured knowledge base mapped to OWASP ML Top 10, OWASP LLM Top 10, and Google&apos;s SAIF. There will be a public repository where all the information related to the frameworks will be matched between the frameworks. Attendees will learn how ML models are trained and where that process introduces risk, how the major AI vulnerability frameworks are organized, and see practical exploitation of real vulnerabilities including data poisoning, prompt injection, and model fingerprinting. The session closes with a fully local live demo, no internet required, showing how reconnaissance leads to successful exploitation through indirect prompt injection (I will have a recorded video of the exploitation just in case as well).

[Offensive-AI Framework](https://github.com/hardsoftsecurity/Offensive-AI)</description>
                <logo>/media/bsidesvienna-0x7ea/submissions/VA3RKU/offensive-ai_ftNLjx8.png</logo>
                <persons>
                    <person id='685'>David De Maya Merras</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='8233d8e9-7301-5d10-9cc8-29ab838d7fb1' id='667'>
                <date>2026-06-27T15:05:00+02:00</date>
                <start>15:05</start>
                <duration>01:00</duration>
                <room>Kreativraum 3.1 (Track 3 - Women4Cyber/Rookie)</room>
                <slug>bsidesvienna-0x7ea-667-xpc-client-validation-music-to-my-ears-</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/XX8GYX/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>XPC Client Validation? Music to my ears!</title>
                <subtitle></subtitle>
                <track>Kreativraum 3.1 (Track 3 - 50 pax - Women4Cyber/Rookie)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>This talk examines how established macOS exploitation techniques can be applied to a largely overlooked attack surface: audio plugin installers. By analyzing installers from multiple major vendors, I demonstrate how common design and implementation flaws can be leveraged to achieve local privilege escalation. The presentation covers nine CVEs across five different vendors, highlighting recurring vulnerability patterns, exploitation strategies, and the security implications for both developers and end users. Attendees will gain insight into the intersection of macOS installer security and the audio software ecosystem, along with practical lessons for identifying and mitigating similar issues.</abstract>
                <description></description>
                <logo></logo>
                <persons>
                    <person id='701'>Florian Haselsteiner</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='ae412ca1-1602-5e6e-82a5-5d598ae4fe8f' id='680'>
                <date>2026-06-27T16:10:00+02:00</date>
                <start>16:10</start>
                <duration>01:00</duration>
                <room>Kreativraum 3.1 (Track 3 - Women4Cyber/Rookie)</room>
                <slug>bsidesvienna-0x7ea-680-what-is-software-</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/78ZAJJ/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>What is software?</title>
                <subtitle></subtitle>
                <track>Kreativraum 3.1 (Track 3 - 50 pax - Women4Cyber/Rookie)</track>
                <type>Talk</type>
                <language>en</language>
                <abstract>The answer to this question seems quite straightforward until we really start to think about it. My talk is inspired by a concept of Fred Brooks&apos; 1986 paper &quot;No Silver Bullet&quot;: the difference between essential and accidental complexity of software, only the first of which is an inherent and unremovable part of it. I want to investigate if such an &quot;essence&quot; of software really exists, and what follows if we take this view seriously.</abstract>
                <description></description>
                <logo></logo>
                <persons>
                    <person id='705'>M&#225;ria Kamilla Husz&#225;r</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='7405f943-da77-55cf-bea0-8c4f2f8d04a8' id='679'>
                <date>2026-06-27T17:15:00+02:00</date>
                <start>17:15</start>
                <duration>00:30</duration>
                <room>Kreativraum 3.1 (Track 3 - Women4Cyber/Rookie)</room>
                <slug>bsidesvienna-0x7ea-679-parsing-cbor-is-a-minefield-a-study-of-cbor-parser-behavior</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/V7JZEW/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Parsing CBOR is a Minefield: A Study of CBOR Parser behavior</title>
                <subtitle></subtitle>
                <track>Kreativraum 3.1 (Track 3 - 50 pax - Women4Cyber/Rookie)</track>
                <type>Short Talk</type>
                <language>en</language>
                <abstract>CBOR (RFC 8949) is a binary serialization format used in constrained security-critical systems like FIDO2/WebAuthn and COSE. Despite a precise specification, implementations diverge across languages and systems, leading to different behavior when confronted with the same input. In this talk, 11 CBOR parsers across seven languages are compared to identify security-relevant behavior, such as unexpected acceptance/rejection of input, hangs and crashes.</abstract>
                <description>CBOR underpins much of modern security infrastructure. Yet whether two implementations agree on what a given byte sequence means, and how they handle edge cases and malformed data, has received little public systematic attention. This talk examines 11 widely-used CBOR parsers spanning C, Rust, Python, Java, Go, C#, and JavaScript, selected for real-world deployment, active maintenance, and architectural diversity. I cover the testing methodology, including fuzzing and a differential-testing harness that runs shared valid and invalid inputs across all parsers, as well as how the resulting divergences are visualized and analyzed.

Finally, I discuss the observed divergences and any crashes the testing uncovered, their underlying reasons, and the security implications. As this talk presents ongoing research as part of my master&apos;s thesis, the results are still preliminary and open to change.</description>
                <logo>/media/bsidesvienna-0x7ea/submissions/V7JZEW/cbor_minesweeper_cover_lKZgHg1.png</logo>
                <persons>
                    <person id='670'>Jakob Pachmann</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            
        </room>
        <room name='Kleiner Saal (Workshops Track)'>
            <event guid='f20a4d6a-db63-5cc7-b9f0-2e3a2769965d' id='638'>
                <date>2026-06-27T09:30:00+02:00</date>
                <start>09:30</start>
                <duration>02:00</duration>
                <room>Kleiner Saal (Workshops Track)</room>
                <slug>bsidesvienna-0x7ea-638-ntlm-relaying-in-practice</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/FP9L8D/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>NTLM-Relaying in Practice</title>
                <subtitle></subtitle>
                <track>Kleiner Saal (Workshops Track - 20 pax)</track>
                <type>Workshop</type>
                <language>en</language>
                <abstract>In a lab environment we are going to do some hands-on sessions about NTLM-Relaying and showing common protection mechanisms that are effective against these kinds of attacks. So the workshop should be interesting for sysadmins and pentesters alike.
It ties into our talk about modern NTLM-Relaying methods and lets participants try out the attacks in a simulated environment provided by us.</abstract>
                <description>In a Windows Active Directory environment, minor misconfigurations can lead to total domain compromise. This hands-on workshop dives into NTLM-Relaying attacks and explores exactly what happens when critical defenses like SMB signing and LDAP signing are left disabled and how NTLM-Relaying can still be abused with these mechanisms enabled.

&#8203;Through practical, real-world demonstrations, participants will learn:
&lt;ul&gt;
  &lt;li&gt;How attackers intercept and abuse NTLM authentication&lt;/li&gt;
  &lt;li&gt;Lateral movement and privilege escalation scenarios caused by missing mitigations&lt;/li&gt;
  &lt;li&gt;Step-by-step blueprints to effectively secure your AD environment against these threats&lt;/li&gt;
&lt;/ul&gt;
&#8203;By the end of this session, you will not only understand how attackers exploit NTLM-Relaying but also how to shut them down.

To attend this workshop, participants will need a laptop with an installed SSH client.</description>
                <logo></logo>
                <persons>
                    <person id='635'>Benjamin Floriani</person><person id='636'>Patrick Pongratz</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='6ef9615a-cae8-5e61-a5e1-e79811a3320d' id='665'>
                <date>2026-06-27T12:30:00+02:00</date>
                <start>12:30</start>
                <duration>01:59</duration>
                <room>Kleiner Saal (Workshops Track)</room>
                <slug>bsidesvienna-0x7ea-665-try-to-open-a-lock-keyless</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/8Q9BGK/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Try to open a lock keyless</title>
                <subtitle></subtitle>
                <track>Kleiner Saal (Workshops Track - 20 pax)</track>
                <type>Workshop</type>
                <language>en</language>
                <abstract>Really short:  You can try to open a lock without a key for you first time.
You do not need own tools for that, we provide everything you need, also the locks.
If you have your own tools, you can use it.

After the workshop, you would be ready for the Austrian championship next year.</abstract>
                <description></description>
                <logo></logo>
                <persons>
                    <person id='637'>deac</person><person id='698'>TiborElias</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            <event guid='5fb1a986-19ce-524d-82c6-0703a13d1534' id='682'>
                <date>2026-06-27T15:15:00+02:00</date>
                <start>15:15</start>
                <duration>00:45</duration>
                <room>Kleiner Saal (Workshops Track)</room>
                <slug>bsidesvienna-0x7ea-682-before-there-was-a-password-the-philosophy-and-politics-of-secrecy</slug>
                <url>https://cfp.bsidesvienna.at/bsidesvienna-0x7ea/talk/9JKBGC/</url>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <title>Before There Was a Password &#8212; The Philosophy and Politics of Secrecy</title>
                <subtitle></subtitle>
                <track>Kleiner Saal (Workshops Track - 20 pax)</track>
                <type>Medium Talk</type>
                <language>en</language>
                <abstract>&quot;Secrecy is not a technical problem with a technical solution &#8212; it is a social contract so old we&apos;ve forgotten we signed it.&quot; 
Before encryption. Before firewalls. Before the first wax seal was pressed into a letter &#8212; someone decided that some things should not be known by everyone. Why? 
This workshop doesn&apos;t start with algorithms. It starts much earlier: with the question of why humans began keeping secrets at all, what social and cognitive machinery that required, and what it might mean to dismantle those categories entirely.</abstract>
                <description></description>
                <logo>/media/bsidesvienna-0x7ea/submissions/9JKBGC/3-1_3BGf0PD.jpg</logo>
                <persons>
                    <person id='706'>Iryna</person>
                </persons>
                <links></links>
                <attachments></attachments>
            </event>
            
        </room>
        
    </day>
    
</schedule>
