<?xml version='1.0' encoding='utf-8' ?>
<!-- Made with love by pretalx v2026.1.1. -->
<schedule>
    <generator name="pretalx" version="2026.1.1" />
    <version>1.2</version>
    <conference>
        <title>CHCon 2024</title>
        <acronym>chcon-2024</acronym>
        <start>2024-11-21</start>
        <end>2024-11-23</end>
        <days>3</days>
        <timeslot_duration>00:05</timeslot_duration>
        <base_url>https://pretalx.com</base_url>
        
        <time_zone_name>Pacific/Auckland</time_zone_name>
        
        
        <track name="Training" slug="4443-training"  color="#106bf4" />
        
        <track name="Crew" slug="4444-crew"  color="#d60cf7" />
        
        <track name="Registration" slug="4445-registration"  color="#f5f769" />
        
        <track name="Main Track" slug="4442-main-track"  color="#0a51f0" />
        
    </conference>
    <day index='1' date='2024-11-21' start='2024-11-21T04:00:00+13:00' end='2024-11-22T03:59:00+13:00'>
        <room name='Te Akatoki' guid='b36da3ee-3bd7-539f-b839-d5d3d26ca44a'>
            <event guid='ef8b380c-a750-5a99-86e3-08380c629823' id='51113' code='JN7FQY'>
                <room>Te Akatoki</room>
                <title>ICS / OT Cyber Security Crash Course</title>
                <subtitle></subtitle>
                <type>Training Day</type>
                <date>2024-11-21T08:00:00+13:00</date>
                <start>08:00</start>
                <duration>09:00</duration>
                <abstract>Learn the foundational and basics of Operational Technology (OT) / Industrial Control System (ICS) Cyber Security. Understand the differences between an Infosec / Information Technology and OT / ICS, why some of the traditional security controls and countermeasures can increase organisational risk rather than decrease it. This training will also explain some alternative approaches to mitigate risks associated with critical infrastructure, if you work in an environment that has OT or ICS, or are curious to know more about securing these environments this is a great first step.</abstract>
                <slug>chcon-2024-51113-ics-ot-cyber-security-crash-course</slug>
                <track>Training</track>
                
                <persons>
                    <person id='50616'>Gavin Dilworth</person>
                </persons>
                <language>en</language>
                <description>This crash course covers foundational and basic information on what is ICS and OT, how to understand their functions and why they require a unique approach to security controls and countermeasures. 

Aside from the theory required, there will be some exercises on Ladder Logic, Purdue Model, and effective countermeasures. 

Finally, at the end of the day, there will be a demonstration using SCADA and PLC software.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/JN7FQY/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/JN7FQY/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Room of Requirement' guid='7622ab21-928b-5479-8ac1-7f9515d8a813'>
            <event guid='c933426d-884a-5363-a5df-9a2e51c469d8' id='51158' code='UZ9NMX'>
                <room>Room of Requirement</room>
                <title>Incident Response 101</title>
                <subtitle></subtitle>
                <type>Training Session</type>
                <date>2024-11-21T08:00:00+13:00</date>
                <start>08:00</start>
                <duration>04:00</duration>
                <abstract>With Cybersecurity incidents becoming more prevalent across the globe, it is now a matter of when not if something will occur. Our training will help you understand the phases that are normally part of an incident and what role you would likely need to play according to your organisation&apos;s response plan (you know where yours is and test it regularly right?).  Equip yourself with the knowledge you need to help reduce the impact of a cyberattack.</abstract>
                <slug>chcon-2024-51158-incident-response-101</slug>
                <track>Training</track>
                
                <persons>
                    <person id='53512'>DJ</person>
                </persons>
                <language>en</language>
                <description>The training session covers a simulated fictitious incident where teams need to work together to resolve the incident as quickly as possible.  This provides participants the opportunity to gain first-hand experience of key concepts in an incident, with multiple repetitions through it to help to solidify core concepts.  

The training prepares teams with the foundational knowledge of how people may respond under pressure, setting the groundwork for a common language and understanding before moving to more advanced exercises (e.g. tabletop exercises, purple teaming). It also covers each phase of the NIST Incident Response Lifecycle.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/UZ9NMX/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/UZ9NMX/feedback/</feedback_url>
            </event>
            <event guid='61f71416-de3d-5b91-91ae-ee56504ff167' id='51585' code='LXRXD7'>
                <room>Room of Requirement</room>
                <title>An introduction to web application security through Python</title>
                <subtitle></subtitle>
                <type>Training Session</type>
                <date>2024-11-21T13:00:00+13:00</date>
                <start>13:00</start>
                <duration>04:00</duration>
                <abstract>As an introduction to web application security through Python, this training session aims to give attendees the tools to understand the most common security vulnerabilities faced by web applications as well as how to fix them.</abstract>
                <slug>chcon-2024-51585-an-introduction-to-web-application-security-through-python</slug>
                <track>Training</track>
                
                <persons>
                    <person id='52906'>Ethan McKee-Harris</person>
                </persons>
                <language>en</language>
                <description>This training aims to introduce attendees to common web application vulnerabilities through a hands on format. This workshop will use a vulnerable Flask website to demonstrate various vulnerabilities from the OWASP top 10 and other common vulnerabilities I&apos;ve found through my career.

For each vulnerability covered, it will be laid out in roughly the following format:
- An introduction to the issue at a high level. This will cover things such as what the issue is, potential impact to applications and how to test for it in your own applications.
- Hands on hacking where each attendee will attempt to exploit the issue in the vulnerable Flask application, experienced helpers will be on hand to help walk you through exploiting each issue.

Time permitting, we will also aim to complete the following steps for each issue:
- After exploiting the issue, we will discuss mitigating steps and ways to fix this in your applications.
- Attendees can then fix the issue on a local version of the vulnerable site and verify their fix, with experienced helpers on hand to assist with this step.

This workshop will also introduce attendees to various tooling for both exploiting vulnerabilities as well as Python tooling to help prevent the vulnerabilities in the first place.

Participants will require the following:
- The ability to provide a laptop to use throughout the workshop.
- The ability to run BurpSuite Community Edition. This is free and we will teach the users the required knowledge for how it will be used in the workshop on the day.
- An internet connection to receive the lab files. A requirements file and source code will be provided on the day.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/LXRXD7/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/LXRXD7/feedback/</feedback_url>
            </event>
            
        </room>
        <room name='Bentleys' guid='0c1d5b9a-9f05-5598-acbc-a28465730813'>
            <event guid='d6d42945-344a-55fa-81c7-03b3429bcc51' id='52095' code='Y9X3W8'>
                <room>Bentleys</room>
                <title>WiFi - Novice to Professional</title>
                <subtitle></subtitle>
                <type>Training Session</type>
                <date>2024-11-21T08:00:00+13:00</date>
                <start>08:00</start>
                <duration>04:00</duration>
                <abstract>Embark on a journey into the heart of WiFi technology with our dynamic training program. Delve into the core principles while keeping pace with the latest advancements in the field. This immersive experience isn&apos;t just about theory; it&apos;s about hands-on learning. Navigate through virtual wireless arenas, applying newfound skills in real-world exercises.

From tackling personal networks to infiltrating enterprise setups, this training equips you to handle diverse challenges. Explore both fortified and vulnerable configurations, honing your expertise in thwarting attacks. And with a focus on the cutting-edge WPA3 standard, you&apos;ll be prepared for the newest frontiers of WiFi security.</abstract>
                <slug>chcon-2024-52095-wifi-novice-to-professional</slug>
                <track>Training</track>
                
                <persons>
                    <person id='54335'>Toby Reynolds</person>
                </persons>
                <language>en</language>
                <description>Embark on a journey into the heart of WiFi technology with our dynamic training program. Delve into the core principles while keeping pace with the latest advancements in the field. This immersive experience isn&apos;t just about theory; it&apos;s about hands-on learning. Navigate through virtual wireless arenas, applying newfound skills in real-world exercises.

From tackling personal networks to infiltrating enterprise setups, this training equips you to handle diverse challenges. Explore both fortified and vulnerable configurations, honing your expertise in thwarting attacks. And with a focus on the cutting-edge WPA3 standard, you&apos;ll be prepared for the newest frontiers of WiFi security.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/Y9X3W8/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/Y9X3W8/feedback/</feedback_url>
            </event>
            <event guid='c2eecee6-ebaa-5194-91c0-31ed197510b9' id='52914' code='LT8GHD'>
                <room>Bentleys</room>
                <title>REV.ENG.E&#8322;</title>
                <subtitle></subtitle>
                <type>Training Session</type>
                <date>2024-11-21T13:00:00+13:00</date>
                <start>13:00</start>
                <duration>04:00</duration>
                <abstract>Reverse Engineering for Education/Entertainment provides an introduction to analysing code, bytecode, and application binaries.</abstract>
                <slug>chcon-2024-52914-rev-eng-e</slug>
                <track>Training</track>
                <logo>/media/chcon-2024/submissions/LT8GHD/ai-boilerplate_zCE7DXs.png</logo>
                <persons>
                    <person id='55163'>Karl Barrett</person>
                </persons>
                <language>en</language>
                <description>This session will cover:
* The use and abuse of common developer tools
* Live debugging techniques
* Fantastic tools and where to find them</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/LT8GHD/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/LT8GHD/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='2' date='2024-11-22' start='2024-11-22T04:00:00+13:00' end='2024-11-23T03:59:00+13:00'>
        <room name='Ngaio Marsh Theatre' guid='55d1960b-50d8-569a-ab51-598dae88d578'>
            <event guid='b5fad103-f8f3-5862-bdc1-41cb4a38d607' id='57443' code='ZRFTXG'>
                <room>Ngaio Marsh Theatre</room>
                <title>Conference Opening</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T08:45:00+13:00</date>
                <start>08:45</start>
                <duration>00:15</duration>
                <abstract>Welcoming to Christchurch Hacker Conference as performed by Kevin and Dan</abstract>
                <slug>chcon-2024-57443-conference-opening</slug>
                <track>Crew</track>
                
                <persons>
                    
                </persons>
                <language>en</language>
                <description>The opening of the conference</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/ZRFTXG/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/ZRFTXG/feedback/</feedback_url>
            </event>
            <event guid='43ce0acd-6f97-52bb-831b-3dbd1262d5ed' id='55855' code='HRWPKQ'>
                <room>Ngaio Marsh Theatre</room>
                <title>We&apos;re All Scared, Too: 10 Years of lessons from Cybersecurity Mentorship</title>
                <subtitle></subtitle>
                <type>Long time good talk</type>
                <date>2024-11-22T09:00:00+13:00</date>
                <start>09:00</start>
                <duration>01:00</duration>
                <abstract>The crew will roll the DnD dice. The first number will be the talk number on the schedule, the second will be the slide. We will show the slide and you will talk about that one until we pick the next. 

This is a place holder for your real talk and we would not actually do this.</abstract>
                <slug>chcon-2024-55855-we-re-all-scared-too-10-years-of-lessons-from-cybersecurity-mentorship</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='57737'>Lesley Carhart</person>
                </persons>
                <language>en</language>
                <description>We&apos;re All Scared, Too: 10 Years of lessons from Cybersecurity Mentorship</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/HRWPKQ/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/HRWPKQ/feedback/</feedback_url>
            </event>
            <event guid='3529ef0d-9a64-53e1-bcbc-87d4634d9220' id='55340' code='XVD9XM'>
                <room>Ngaio Marsh Theatre</room>
                <title>Fellowship of Ring-0: How to hack into a Cyber security career</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T10:05:00+13:00</date>
                <start>10:05</start>
                <duration>00:25</duration>
                <abstract>The goal of this talk is to give people interested in getting into cyber security, or who have just started but aren&#8217;t sure where you&#8217;re going to land, an idea of: where you can start, where you can go, and what you can do to get there.</abstract>
                <slug>chcon-2024-55340-fellowship-of-ring-0-how-to-hack-into-a-cyber-security-career</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='57322'>Jed Laundry</person><person id='57323'>sput</person><person id='57333'>Ben Creet</person>
                </persons>
                <language>en</language>
                <description>In the 90s, cybersecurity was still pretty underground and mostly revolved around hackers and government suits. Now in 2024, you can get an actual university degree in it. Cybersecurity has grown into a proper full grown industry, even though the image it holds still screams 90s cyberpunk future. We know this can be pretty daunting to newbies on the outside, looking to get involved.

In this talk, three industry &#8216;veterans&#8217; will talk about our path in cyber security, the jobs we&#8217;ve done, what we do now, and try and de-bunk some of the gatekeeping you may have encountered.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/XVD9XM/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/XVD9XM/feedback/</feedback_url>
            </event>
            <event guid='1c452d1a-fa7c-5a5d-aed4-e7f38b8e3955' id='53197' code='B7GE3Y'>
                <room>Ngaio Marsh Theatre</room>
                <title>How to not be a dick in the IT industry</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T11:05:00+13:00</date>
                <start>11:05</start>
                <duration>00:25</duration>
                <abstract>The Cybersecurity industry is full of weird and wonderful people, however much like any other industry, there are often some colourful characters who can make a questionable comment or two which can really crush a young, hopeful Cybersecurity consultant&apos;s spirit.
 
This talk will go over some of the most humiliating and thought provoking experiences that we have experienced while working in the Cybersecurity industry. Including how to deal with these situations  and most importantly how not to be a dick in the industry. 

Allow Justina and Lou to recount their work horror stories of people being dicks, and how to not be a dick.</abstract>
                <slug>chcon-2024-53197-how-to-not-be-a-dick-in-the-it-industry</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='57283'>Justina</person><person id='55419'>Louise Kendall</person>
                </persons>
                <language>en</language>
                <description>We are currently consultants from Bastion Security and have been working in the industry long enough to collect a number of work stories illustrating how people can just be dicks. Think gaslighting you. Think ignoring you. Think telling you that you don&apos;t know what 2FA is!

The goal of this talk is to educate our peers to better understand how their actions may impact other people, and what they can do to make sure we are encouraging and supporting new people into the industry. We also want to give you some simple advice so that you feel better equipped to handle situations where you feel like someone is being a dick. 
	
In this talk we recount 3 horror stories from our own experiences - but with a positive spin and a key theme. The key themes we will be sharing as part of these stories are: 

- Have your listening ears on - don&apos;t think you know everything, we do have important things to say - especially when we are telling you that MFA is not working.

- Be careful with your words - words are mightier than the sword, so please don&apos;t tell me I&apos;ve done something wrong in front of an entire office of people.

- Make sure everyone feels seen - in a meeting of 3 people, it&apos;s still easy to leave one person feeling like their perspective is not seen or heard.

We hope that by sharing with you these stories, we educate people how to not be a dick - ultimately making the industry a better place for everyone.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/B7GE3Y/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/B7GE3Y/feedback/</feedback_url>
            </event>
            <event guid='695eea8e-ea40-5e83-8a68-d52fc1d20fb7' id='50533' code='B9CK8B'>
                <room>Ngaio Marsh Theatre</room>
                <title>Better Investigations with OODA Loops</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T11:35:00+13:00</date>
                <start>11:35</start>
                <duration>00:25</duration>
                <abstract>Asked an experienced staff member to explain their investigative process to a new starter and been met with a blank stare, a hand wave and a vague &quot;I just do what makes sense&quot;? Even worse, &quot;I re-image the machine and move on&quot;! As an industry, we can do better than this, and this talk will show you how you can apply a decision making model around your thinking - from level one SOC to in-depth system investigation - to enhance your investigations today.</abstract>
                <slug>chcon-2024-50533-better-investigations-with-ooda-loops</slug>
                <track>Main Track</track>
                <logo>/media/chcon-2024/submissions/B9CK8B/OODA_Loop_554V14t.png</logo>
                <persons>
                    <person id='52968'>LukeP</person>
                </persons>
                <language>en</language>
                <description>Militaries around the world have been using OODA loops for years at both strategic and tactical levels to quickly make solid decisions that revolve around disrupting and gaining an advantage over their adversaries. In an industry first, I&apos;m taking some military terminology and applying it to Cyber Security! 
Come with me on a practical journey through the triage of both security alerts, and findings from system investigations, and practice applying the OODA (Observe, Orient, Decide, Act) decision making model. Through this application, you&apos;ll learn how to make good investigation repeatable, trainable, and easily communicable, leading to better outcomes for you AND your customers!</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/B9CK8B/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/B9CK8B/feedback/</feedback_url>
            </event>
            <event guid='70f408b7-01d8-53ae-9e47-12c1d68c1359' id='48139' code='RLJDSS'>
                <room>Ngaio Marsh Theatre</room>
                <title>Windows - Data Protection API</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T12:05:00+13:00</date>
                <start>12:05</start>
                <duration>00:25</duration>
                <abstract>Curious on what the Windows built-in Data Protection API (DPAPI) is? Want to understand how it can be abused from an offensive perspective? This talk will explain how the DPAPI works under the hood, various abuse scenarios, and what to consider when developing Windows applications that use the DPAPI</abstract>
                <slug>chcon-2024-48139-windows-data-protection-api</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='50612'>Claudio Contin</person>
                </persons>
                <language>en</language>
                <description>Come and learn how developer can use the Windows Data Protection API (DPAPI) to encrypt secrets, and how applications, including browsers, use this API. You will gain a basic understand on how the DPAPI works under the hood in Windows systems, and how it is often abuse from an offensive perspective.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/RLJDSS/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/RLJDSS/feedback/</feedback_url>
            </event>
            <event guid='bb7230bb-a47d-5357-b333-923dbfc2d4d1' id='51776' code='LEKAFY'>
                <room>Ngaio Marsh Theatre</room>
                <title>NTLM: The Last Ride</title>
                <subtitle></subtitle>
                <type>45er</type>
                <date>2024-11-22T13:35:00+13:00</date>
                <start>13:35</start>
                <duration>00:45</duration>
                <abstract>Microsoft is planning to kill off NTLM (New Technology Lan Manager) authentication in Windows 11 and above. Let&apos;s speedrun coercing hashes out of a few more things before it fades into obscurity over the next twenty five years or so.  
 
There will be a deep dive on several new bugs we disclosed to Microsoft (including bypassing a fix to an existing CVE), some interesting and useful techniques, combining techniques from multiple bug classes resulting in some unexpected discoveries and some absolutely cooked bugs. We&#8217;ll also uncover some defaults that simply shouldn&apos;t exist in sensible libraries or applications as well as some glaring gaps in some of the Microsoft NTLM related security controls.</abstract>
                <slug>chcon-2024-51776-ntlm-the-last-ride</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='52373'>Jim Rush</person><person id='54055'>Tomais Williamson</person>
                </persons>
                <language>en</language>
                <description>This talk is based on a series of unexpected discoveries that spiraled into a full-blown research project after a coworker innocently suggested I provide an NTLM challenge to what I thought was simple blind SSRF (Server Side Request Forgery). Several round trips to the MSRC (Microsoft Security Response Centre) and bug bounties later, we came up for air with a new appreciation on how to coerce NTLM authentication out of applications with a minimum amount of fuss.
 
While capturing a Net-NTLMv2 hash on a web application penetration test can be a good finding, being able to coerce hashes on port 80 in an internal network can be absolutely devastating and result in large amounts of lateral movement and privilege escalation within a domain. 

This talk will be beneficial to pentesters, security researchers, bug hunters and red teamers as we deep dive into Windows authentication and bypassing trusted zones. There will be ideas for weird and wonderful places for the red team to to try and find NTLM hashes. For the blue team, there will be details on what you need to be looking for and securing in your environment. We will also have a closer look at some of the legacy Win32 APIs to find out why Windows can&apos;t do anything without trying to authenticate.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/LEKAFY/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/LEKAFY/feedback/</feedback_url>
            </event>
            <event guid='78424f53-b409-555c-8dd9-63eb17a083d2' id='53071' code='HSFAZH'>
                <room>Ngaio Marsh Theatre</room>
                <title>It&#8217;s me, hi! I&#8217;m the problem, it&#8217;s me; a five year review of security communications</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T14:25:00+13:00</date>
                <start>14:25</start>
                <duration>00:25</duration>
                <abstract>It&#8217;s been five years, two kids, six jobs, four Taylor Swift albums, one global pandemic and eleventy billion security incidents since I last spoke at CHCon, so what&#8217;s changed in the global security landscape and how we talk about security incidents and breaches?</abstract>
                <slug>chcon-2024-53071-it-s-me-hi-i-m-the-problem-it-s-me-a-five-year-review-of-security-communications</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='55280'>Izzi Lithgow</person>
                </persons>
                <language>en</language>
                <description>More and more, security incidents and breaches are becoming familiar to people outside the security industry. As awareness grows, incidents and how they&#8217;re responded to are no longer judged by the technical response alone; solid communications is critical to both response and recovery.

This whirlwind tour of some of the great and not-so-great responses to security incidents over the last five years will share where incident communications have improved, where things have got stuck, and where we need to go in the next five to keep making people and systems safer.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/HSFAZH/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/HSFAZH/feedback/</feedback_url>
            </event>
            <event guid='e7400eae-ab7f-5e98-9a49-13dfa2c064ed' id='54063' code='LX3BUC'>
                <room>Ngaio Marsh Theatre</room>
                <title>The Exploitation of Others</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T15:25:00+13:00</date>
                <start>15:25</start>
                <duration>00:25</duration>
                <abstract>When it comes to cybersecurity, sometimes the thing that people forget is that a solution or an account is only as secure as the individuals who are authorised to access it. By targeting the human element, an individual does not have to try break through firewalls or defense mechanisms or access accounts. All they need to play to is the person that takes the time to respond - to elicit a reaction strong enough to make that person think that what they are doing is for their benefit or required.

The best way to do that, is by targeting one&apos;s emotions. Let&apos;s talk about some of the ways this can be successful using technology, focusing on Advance-Fee Fraud, Romance Scams, and Phishing Attacks.</abstract>
                <slug>chcon-2024-54063-the-exploitation-of-others</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='56153'>Dana Windsor</person>
                </persons>
                <language>en</language>
                <description>My talk is based on the research I did for my final post grad research paper, titled &quot;Hijacking Human Emotion: The Exploitation of Others Through Technological Scamming&quot;.

I feel passionate about this topic because people are so quick to blame the individual who have been scammed without even realising the effort and in-depth thought that can go behind it nowadays. Scams have been around for a long time, and they are getting increasingly sophisticated, especially around a time where we are still developing into the technological sphere and people have a false sense of security online.

Some scammers are in the game for the long haul, and they will use technology, something that is deeply imbedded in today&apos;s society, to their advantage.

The purpose of my presentation is to hopefully get across that you do not need to be a technological mastermind in order to scam someone out of something. My talk covers technological characteristics and expected or conditioned human responses that are taken advantage of in conjunction with one another in order to successfully scam another individual.

It is getting more and more relevant. Consider the story at the beginning of the year where a financial assistant handed over tens of millions of dollars thinking he was doing what his boss wanted. AI was used instead to manipulate his response and encouraged him to do what he thought he was being told to do. 

This is one of the few crimes, if not the only crime where the malicious person is not actively stealing anything or breaking into anything to achieve their goal. The intended target is voluntarily providing the money or account information, albeit under false pretenses. There is no active &apos;taking&apos;. 

That is the point I want to get across.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/LX3BUC/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/LX3BUC/feedback/</feedback_url>
            </event>
            <event guid='91317332-4ace-5fc8-823b-641e0b0d4e22' id='54491' code='PDNLNS'>
                <room>Ngaio Marsh Theatre</room>
                <title>Fantastic Ingress Points and Where to Find Them</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T15:55:00+13:00</date>
                <start>15:55</start>
                <duration>00:25</duration>
                <abstract>Attack surface management is an age old challenge that organisations face. With cyber attacks being reported frequently in the media it can be easy to lose hope as a consumer, let alone a technology professional. This presentation aims to remove some of the &quot;magic&quot; behind threat emulation and simulation that internal Red Teamers and Offensive Security Specialists have picked up from studying the &quot;bad guys&quot; by looking at real world examples and going through &quot;what&apos;s next&quot; after you&apos;ve been handed your Red Teaming report.</abstract>
                <slug>chcon-2024-54491-fantastic-ingress-points-and-where-to-find-them</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='56526'>MewSec</person>
                </persons>
                <language>en</language>
                <description>This presentation aims to examine the life cycle of offensive security testing and how it ties into continuous security improvement.

Mewsec is a Security Researcher and InfoSec professional from over the puddle hailing from the land of koalas. When she is not &quot;Hacking the Planet&quot;,  you could probably spot her at an Aussie con.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/PDNLNS/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/PDNLNS/feedback/</feedback_url>
            </event>
            <event guid='e68d7497-67e0-5995-a7ec-92294d4229aa' id='55217' code='N7LHKK'>
                <room>Ngaio Marsh Theatre</room>
                <title>What Developers Get for Free?</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T16:25:00+13:00</date>
                <start>16:25</start>
                <duration>00:25</duration>
                <abstract>Gone are the days when developers had to craft their own session management systems and rely on CGI calling Perl scripts (hopefully!). Today, programming languages and frameworks offer a wealth of built-in security features&#8212;often for free. But what exactly do these features provide, and how can we leverage them to elevate our security code reviews, penetration testing practices, and even compliance efforts?

In this talk, we&apos;ll explore the security mechanisms that modern frameworks and languages offer out of the box. We&apos;ll dive into how understanding these built-in tools can transform your approach to code review and penetration testing, allowing you to focus on the nuances and deeper issues that could compromise your application&#8217;s security. Whether you&apos;re a security professional, developer, or compliance officer, this session will equip you with the knowledge to make the most of the features at your disposal and ensure your applications are as secure as possible.</abstract>
                <slug>chcon-2024-55217-what-developers-get-for-free</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='57212'>Louis Nyffenegger</person>
                </persons>
                <language>en</language>
                <description>Developers! Developers! Developers! Developers! Developers! Developers!

In this talk, we&#8217;ll dive into the evolving landscape of built-in security features provided by modern frameworks and languages. We&#8217;ll start with a look at Ruby on Rails, which pioneered many security features such as protection against SQL injection and XSS, and how these innovations set the stage for today&#8217;s robust frameworks.

We&#8217;ll then explore contemporary frameworks like Django and ASP.Net Core, which offer advanced security features such as automatic password hashing upgrades and extensive built-in protections. We&apos;ll demonstrate how these features can enhance your development practices and why they matter.

In addition, we&#8217;ll discuss the significance of comprehensive documentation and error-proofing to prevent developers from reinventing the wheel and to streamline focus on critical areas.

We&#8217;ll also cover how developers can contribute to this ecosystem, whether by implementing similar practices internally or by contributing to open-source projects to expand the availability of these built-in security features.

Finally, we&#8217;ll examine the impact of these built-in features on penetration testing, code reviews, and compliance. By leveraging these features, you can strategically target your efforts on custom code and integrations. Or, by focusing on these widely-used features, you have the opportunity to uncover high-impact vulnerabilities that many developers rely on&#8212;making it harder to find issues, but offering significantly higher rewards when you do.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/N7LHKK/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/N7LHKK/feedback/</feedback_url>
            </event>
            <event guid='05136cec-53d2-593d-99b5-47f13195d4d2' id='53038' code='QCWLAT'>
                <room>Ngaio Marsh Theatre</room>
                <title>ICS is NOT OT - Redefining Operational Technology</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T17:10:00+13:00</date>
                <start>17:10</start>
                <duration>00:25</duration>
                <abstract>The most common definition of OT (Operational Technology) includes ICS (Industrial Control Systems).  This talk will present an alternative view which better aligns to current practice, both in NZ and globally.  The talk will address some of the conflict in terminology and discourse around what good OT cyber security looks like - generally from a defender perspective.  The talk will include key insights and takeaways technical and non-technical, regardless of your OT security maturity.</abstract>
                <slug>chcon-2024-53038-ics-is-not-ot-redefining-operational-technology</slug>
                <track>Main Track</track>
                <logo>/media/chcon-2024/submissions/QCWLAT/ICSisnotOT_jvWJvIP.png</logo>
                <persons>
                    <person id='55255'>Peter Jackson</person>
                </persons>
                <language>en</language>
                <description>Industrial cyber security is a harder problem than corporate/enterprise cyber security.  The requirements are different.  Most systems and protocols are insecure-by-design.  Many systems are un-patched and/or un-patchable.  The part-art and part-science of OT cyber security is far less mature than more well-established IT or conventional cyber security.  

Add into the mix, a &apos;cylinder of excellence&apos; (silo) problem.  Most technology in an organisation sits in the IT &apos;cylinder&apos;.  For OT, there is always an interface with operations/engineering/generation/manufacturing because you&apos;re working on technology that can have real-world implications (a key feature of OT).

In working in the area of ICS/OT for ~20 years, the last ~10 years in ICS/OT cyber security, Peter will bring some insights in dealing with some of the hard problems in ICS/OT cyber security.  One area of development is the clarification of roles and responsibilities.  More organisations are changing their strategies in who is responsible for &apos;OT&apos;... and even how we define &apos;OT&apos;.

His experience is informed not only though work in the sector (NZ and internationally) but supported by several years as an intentionally-recognised award-winning OT cyber security expert and international conference presenter.  His work supporting the ICS/OT cyber security community extends to ~dozens of presentations across NZ, running the NZ ICS/OT Cyber Technical Network (established 2019), facilitating NZ ICS/OT seminars/conferences (since 2017), and supporting the 62443 series as a member of ISA-99.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/QCWLAT/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/QCWLAT/feedback/</feedback_url>
            </event>
            <event guid='435e230d-46ca-5bf9-8b49-c8717188fe31' id='49714' code='KATQUL'>
                <room>Ngaio Marsh Theatre</room>
                <title>Intelligence-Driven Defense &#8211; A CTI story</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T17:40:00+13:00</date>
                <start>17:40</start>
                <duration>00:25</duration>
                <abstract>In an era where budget constraints are ever-present and the threat landscape is constantly evolving, organisation must optimize their cybersecurity spending with precision. This technical presentation delves into the integration of Cyber Threat Intelligence (CTI) within detection engineering frameworks to maximize the effectiveness of limited cybersecurity resources. The presentation will explore the strategic application of actionable intelligence to tailor defensive measures, enabling organisations to prioritize their security efforts based on tangible and relevant threat insights into adversary tactics, techniques, and procedures (TTPs). Attendees will gain a deeper understanding of how to interpret threat actor telemetry to engineer more robust targeted defenses and identify the most pertinent threats to their operations. This session offers a comprehensive guide to deploying a targeted cybersecurity strategy that not only mitigates cyber risks but also enhances the protection of critical assets within resource-constrained environments.</abstract>
                <slug>chcon-2024-49714-intelligence-driven-defense-a-cti-story</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='52130'>Chathura Abeydeera</person>
                </persons>
                <language>en</language>
                <description>What will attendees learn/gain from the presentation?

An approach to understand the telemetries used by threat actors and gain insights using statically analytical techniques. 

A methodology to mitigate cyber threats that are likely target the organisation.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/KATQUL/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/KATQUL/feedback/</feedback_url>
            </event>
            <event guid='4b34469f-c40b-5bf5-9055-175cad876fbf' id='54798' code='TKPQWN'>
                <room>Ngaio Marsh Theatre</room>
                <title>Deepfake P*rn: The Real People Behind the Image</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-22T18:10:00+13:00</date>
                <start>18:10</start>
                <duration>00:25</duration>
                <abstract>The advancement of A.I within the last few decades has sparked some concern in the general public such as fears of political impersonation or a robot uprising. However, there has been an ongoing and persistent threat with the use of A.I that is only just making it&apos;s way into the mainstream media. 

The production of deepfake pornography has been increasing within the last ten years. This technology is used to make non-consensual adult media often targeting women including famous people and non-celebrities. This talk will unpack the history of deepfake porn, explain how the technology developed, evaluate the prevention and mitigation efforts, and discuss what services and legislation are in place in New Zealand to protect people affected by this.</abstract>
                <slug>chcon-2024-54798-deepfake-p-rn-the-real-people-behind-the-image</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='56798'>elle</person>
                </persons>
                <language>en</language>
                <description>Deepfakes and A.I in general have permeated into the social discourse most notably over the last few years. As with most technological development there is a darker and more illicit history behind the advancements and notoriety surrounding this technology. Whilst chat bots and A.I image generators were entering the mainstream, an established subset of deepfakes has been persisting in popularity on the Internet - that is the use of deepfake technology to produce synthetic pornography.

Deepfake pornography shares a similar history with most modern technologies in that it&apos;s advancement stems from a demand for sex on the Internet. However, due to the ease of accessibility and low technical requirement to utilise it, it has become a common vector to target and exploit women on the Internet. 

A superficial glance at deepfake pornography in mainstream media highlights the effects on mostly Western celebrity women. This talk will also explore the people who have been exploited by this technology but haven&apos;t received the same levels of attention, consideration, and support. The primary aim of this talk is to raise awareness about the negative impacts this technology is having on women and consider how we can do better as an industry.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/TKPQWN/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/TKPQWN/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    <day index='3' date='2024-11-23' start='2024-11-23T04:00:00+13:00' end='2024-11-24T03:59:00+13:00'>
        <room name='Ngaio Marsh Theatre' guid='55d1960b-50d8-569a-ab51-598dae88d578'>
            <event guid='66facc94-1471-56e1-b7a3-1b1ebe136a82' id='52312' code='HA77NH'>
                <room>Ngaio Marsh Theatre</room>
                <title>Hacking the Suite: The Journey from Hacker to Executive</title>
                <subtitle></subtitle>
                <type>Long time good talk</type>
                <date>2024-11-23T09:00:00+13:00</date>
                <start>09:00</start>
                <duration>01:00</duration>
                <abstract>Stop me if these phrases sound familiar: &quot;Management just doesn&apos;t understand the issue&quot;, &quot;The executives don&apos;t care about security&quot;, or &quot;If the board would just give us the budget......&quot;. You&apos;ve probably heard or even uttered many of these common phrases yourself. There seems to be this perennial divide between our technical security practitioners and engineers, and the leadership at the top levels of an organization. Have you ever considered what it would be like to be an executive, what you&#8217;d do differently, or even wondered if it&#8217;s possible to move from a technical security role into the C-Suite of a multi-billion dollar organization?
In this presentation we&#8217;ll follow the journey of someone who did just that. Alyssa Miller, a childhood hacker who grew up in the hacker culture of the 80&#8217;s and 90&#8217;s is now the CISO of such an organization. She&#8217;ll share the lessons learned as a hacker that helped her understand and influence executives at the highest levels of leadership. She&#8217;ll give you tips, tricks, and even warnings about potential pitfalls to avoid if your goals include the C-Suite at some point in your future. You&#8217;ll learn that you don&#8217;t need to abandon your hacker roots to join the management ranks, and in fact you&#8217;ll see how those tools uniquely equip you to be exceptional in such a role. Come join us for fun stories, learning from examples, and inspiration to chase those dreams in your most authentic way.</abstract>
                <slug>chcon-2024-52312-hacking-the-suite-the-journey-from-hacker-to-executive</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='54603'>Alyssa Miller</person>
                </persons>
                <language>en</language>
                <description>This presentation will include an origin story but will not focus on it. Instead, that origin story will be used to draw specific learning experiences to be shared with the audience. Tales of successes and failures will be shared, connections between hacker skill sets and the skills needed to be successful in the C-Suite will be drawn, and attendees will leave the session feeling prepared and inspired to take their hacker persona to the boardroom.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/HA77NH/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/HA77NH/feedback/</feedback_url>
            </event>
            <event guid='b6e380a4-03ac-5dcd-a803-06448090d375' id='52595' code='CKPEZY'>
                <room>Ngaio Marsh Theatre</room>
                <title>MFA, stories that make you go huh?</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-23T10:05:00+13:00</date>
                <start>10:05</start>
                <duration>00:25</duration>
                <abstract>MFA, everyone says you should be using it. We say that too, but not all MFA is created equal, and some MFA implementations have issues. Having tested many systems over the years we have seen some &#8220;interesting&#8221; implementations with weird behaviour which allows for bypassing MFA. Knowing these gotchas will help you find these issues and hopefully avoid the same mistakes.</abstract>
                <slug>chcon-2024-52595-mfa-stories-that-make-you-go-huh</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='54864'>David Robinson</person><person id='54997'>Jacob Hawthorne</person>
                </persons>
                <language>en</language>
                <description>This talk will provide background on what MFA is and why we should be using it. MFA often has pitfalls in its implementation, allowing attackers to bypass it. We will present a range of bypass techniques that we have seen through our testing over the years &amp; how to identify them. In addition, we suggest how these issues could have been avoided. This discussion will also help the hunters with new ideas of what they can be looking for when reviewing MFA implementations or trying to bypass MFA on a red team. We finish with what you should be doing to avoid these MFA implementation issues.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/CKPEZY/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/CKPEZY/feedback/</feedback_url>
            </event>
            <event guid='fb2a208c-ffa4-5fd3-854f-a4c278082823' id='55419' code='EYU7C9'>
                <room>Ngaio Marsh Theatre</room>
                <title>Don&#8217;t Touch Disk, Disk is Lava</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-23T11:05:00+13:00</date>
                <start>11:05</start>
                <duration>00:25</duration>
                <abstract>Security controls such as endpoint detection and response (EDR) continue to mature,  thereby increasing the amount of effort adversaries must invest to successfully execute intrusions, remain undetected and achieve their objectives.  This presentation will cover techniques that red teams can use to perform post exploitation against web applications hosted by Microsoft&#8217;s Internet Information Services (IIS) while evading modern security controls. The concerns that come with using traditional &#8220;cmd.exe&#8221; web shells will be discussed before demonstrating more mature web shells which make use of reflective assembly loading and deserialisation.</abstract>
                <slug>chcon-2024-55419-don-t-touch-disk-disk-is-lava</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='57413'>Marc</person>
                </persons>
                <language>en</language>
                <description>The presentation will cover:
- Talk will reference real world experience conducting red team engagements
- Why traditional web shells that are dependent on executing child processes from the IIS worker process should be avoided
- Using reflection within ASPX to reflectively load assemblies for post exploitation
- Exfiltration of IIS machine keys to maintain persistence and achieve code execution through deserialisation
- Adaption of public tooling to build a &#8220;fileless&#8221; web shell which uses deserialisation to reflectively load assemblies</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/EYU7C9/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/EYU7C9/feedback/</feedback_url>
            </event>
            <event guid='fa264b0b-109d-5c71-b1dd-d6b648b8bd08' id='55240' code='WSBPZP'>
                <room>Ngaio Marsh Theatre</room>
                <title>A Very Brief History Of Safecracking</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-23T11:35:00+13:00</date>
                <start>11:35</start>
                <duration>00:25</duration>
                <abstract>At 1851&#8217;s Great Exhibition, locksmiths offered prizes to anyone who could defeat their so-called &#8220;unpickable&#8221; locks. This hugely successful marketing stunt heralded the modern security industry, with vendors stoking fears of Sophisticated Hackers&#8482; to create demand for expensive high-tech security solutions, while daring safe-breakers kept finding ways to thwart even the most impenetrable so-called &#8220;burglar proof&#8221; safe. 

In this talk we&#8217;ll meet some notorious characters from this now-forgotten golden age of safecracking. We&#8217;ll take a look at their criminal exploits, and how safecrackers&#8217; methods and security countermeasures evolved over a century.</abstract>
                <slug>chcon-2024-55240-a-very-brief-history-of-safecracking</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='57227'>Petra Smith</person>
                </persons>
                <language>en</language>
                <description>This talk is a whimsical yarn based on historical research I&apos;ve been doing over the last few years on NZ safecrackers. It gives case studies of a few infamous NZ safecrackers, covering their origins and how they became highly technically specialised professional criminals, the exploits that made them notorious in their day, and their eventual downfall. It briefly examines the techniques used in safecracking and how they changed over time, as well as changes in safe/strongroom technology (some addressing actual emerging threats, others driven by industry FUD and planned obsolescence). This talk is not meant to be a lesson on what history can teach us about how to improve corporate cybersecurity (boring, anachronistic, big LinkedIn energy), but it will &#10024;subtly&#10024; nod at some timeless wisdom and obvious parallels to modern-day hackers and security.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/WSBPZP/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/WSBPZP/feedback/</feedback_url>
            </event>
            <event guid='9a8bd642-4ccd-5ad0-8a97-f60567fc7ebc' id='54550' code='ZVPA7D'>
                <room>Ngaio Marsh Theatre</room>
                <title>Quantum Threats to Crypto: Should We Be Afraid?</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-23T12:05:00+13:00</date>
                <start>12:05</start>
                <duration>00:25</duration>
                <abstract>Quantum Threats to Crypto: Should We Be Afraid?

This talk about the security challenges presented by quantum computing, covering key Quantum Computing concepts as well as the vulnerabilities of current cryptographic algorithms. We will discuss NIST&apos;s efforts in standardizing quantum-resistant cryptography and emphasize the importance of education in preparing for a quantum-enabled future.</abstract>
                <slug>chcon-2024-54550-quantum-threats-to-crypto-should-we-be-afraid</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='56568'>Jagan Boda (Jay)</person>
                </persons>
                <language>en</language>
                <description>Our presentation explores the imminent dangers posed by quantum computing to cryptography, the specific risks, and how we can prepare for a more secure future.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/ZVPA7D/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/ZVPA7D/feedback/</feedback_url>
            </event>
            <event guid='35a9481e-78f2-54da-b368-8a7035e76141' id='50485' code='8ZETCE'>
                <room>Ngaio Marsh Theatre</room>
                <title>Your voice confirms my identity</title>
                <subtitle></subtitle>
                <type>45er</type>
                <date>2024-11-23T13:35:00+13:00</date>
                <start>13:35</start>
                <duration>00:45</duration>
                <abstract>With voice cloning now available to the masses, just how secure is your average voice authentication system? Come dive into the world of AI voice generation systems; learn how to clone someone&apos;s voice, as well as discussion surrounding the trends we are seeing in voice authentication systems and AI voice generation.</abstract>
                <slug>chcon-2024-50485-your-voice-confirms-my-identity</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='52906'>Ethan McKee-Harris</person>
                </persons>
                <language>en</language>
                <description>Ever-increasingly voice authentication is seen as the next step forward in a simplified user experience which also decreases costs for companies. Unfortunately, this same step can often be seen as a step backwards for user&apos;s security.

This presentation aims to discuss topics such as the over-reliance on a user&apos;s voice as a primary security boundary. A demonstration of tools available for cloning a user&apos;s voice (mine). Along with the current pitfalls with the use of voice authentication. Further to this, we also dive into practical voice cloning of users using their digital presence.

Audience members should be able to walk into this presentation with little to no
prerequisite knowledge and leave with the following:
- Knowledge of current voice cloning techniques
- Considerations around the usage of voice as a security boundary within their own applications
- A better awareness of where we see the voice authentication and AI voice generation sectors trending towards as well as the pitfalls associated with them</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/8ZETCE/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/8ZETCE/feedback/</feedback_url>
            </event>
            <event guid='d99f8637-86ce-5297-9c2c-88aeaa28328b' id='50426' code='QMC7NK'>
                <room>Ngaio Marsh Theatre</room>
                <title>Moving towards a carbon-zero, more sustainable, and digitally insecure world: managing cyber security vulnerabilities within green-tech</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-23T14:25:00+13:00</date>
                <start>14:25</start>
                <duration>00:25</duration>
                <abstract>The importance of making more sustainable choices in our daily activities is now deeply embedded within our social practices and is a core part of what we teach our children. Indeed, most modern businesses have &#8216;green&#8217; policies that underpin regarding how they source products and services, consume energy, and dispose of waste. A good example of this is the growth of the use of highly automated Internet-connected building management systems within the construction of environmentally friendly homes and commercial buildings.

Dropping down to the consumer-level, many individuals are also increasingly embracing green technologies in terms of how they live their lives. We are seeing a massively increased usage of electric and hybrid vehicles, e-bikes, IoT-enabled electrified public transport, smart bulbs, and solar-powered Internet-enabled security cameras. 

However, on closer review, many critical security vulnerability and privacy assurance mechanisms are absent within these increasingly autonomous technologies. Many green tech companies are working on cutting-edge technologies that have not yet been thoroughly tested or implemented on a large scale. 

This could lead to situations where, if a malicious actor took over an intelligent thermostat or door-locking mechanism, they could create an internal climate which was excessively hot or cold, or remotely disarm a premises door locking mechanisms.  Scenarios such as this have physical safety implications for building occupants. They also have serious reputational harm implications for the business owners associated with these green buildings.</abstract>
                <slug>chcon-2024-50426-moving-towards-a-carbon-zero-more-sustainable-and-digitally-insecure-world-managing-cyber-security-vulnerabilities-within-green-tech</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='52835'>Nick Baty</person>
                </persons>
                <language>en</language>
                <description>This session will cover off:

o	What are current and emerging examples of green technology,
o	Cyber threats facing green technologies today, and what the commercial and personal impact can be,
o	Recent examples of green technology compromises,
o	What remediation options are available to address cyber security risks within green technologies,
o	Remediation implementation: how a partnership-based approach is the best way forward, and
o	How cyber security professionals can work with green technology consumers and vendors to address this growing trend.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/QMC7NK/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/QMC7NK/feedback/</feedback_url>
            </event>
            <event guid='dbf4fa4b-483a-589e-8cec-b5d4bb3b5b5f' id='52658' code='X8G3XD'>
                <room>Ngaio Marsh Theatre</room>
                <title>Fellowship of the Keys</title>
                <subtitle></subtitle>
                <type>Lightning</type>
                <date>2024-11-23T14:50:00+13:00</date>
                <start>14:50</start>
                <duration>00:15</duration>
                <abstract>Common Criteria is an international standard required by most government and entities to protect their mission-critical resources. It is a pre-requisite for qualified products under the European Union digital signature laws and is required by the US government under the National Information Assurance Partnership (NIAP). This presentation sheds lights on the TLS certificates requirement for this regulation and the common pitfalls to look out for.</abstract>
                <slug>chcon-2024-52658-fellowship-of-the-keys</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='54933'>Marjonel Montejo</person>
                </persons>
                <language>en</language>
                <description>One key to rule them all and one key to find them
One key to bring them all and in the network bind them
The Fellowship of the Keys tells the story of TLS Certificates and how it plays a major role in making network connections secure.
It also talks about the importance of getting your Certificate verification right in order to meet the requirements for NIAP/Common Criteria certification.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/X8G3XD/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/X8G3XD/feedback/</feedback_url>
            </event>
            <event guid='12c081bd-c642-5a96-8f51-19131d85322c' id='48131' code='XT93HS'>
                <room>Ngaio Marsh Theatre</room>
                <title>Putting the S for Security into IoT</title>
                <subtitle></subtitle>
                <type>Lightning</type>
                <date>2024-11-23T15:40:00+13:00</date>
                <start>15:40</start>
                <duration>00:15</duration>
                <abstract>I finally work somewhere which cares about security! These are the tools we&apos;re using to improve our products.</abstract>
                <slug>chcon-2024-48131-putting-the-s-for-security-into-iot</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='50606'>Tom Isaacson</person>
                </persons>
                <language>en</language>
                <description>There are any number of talks about security tools for web development but very few for IoT. In my new job we&apos;re using Github (Dependabot, Secrets Manager, CodeQL), SonarQube, Mend, Nessus and others. I will go through how we use these and how useful they are, particularly because we&apos;re using Yocto which isn&apos;t directly supported by some of these.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/XT93HS/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/XT93HS/feedback/</feedback_url>
            </event>
            <event guid='b214fd85-a34f-51c5-bfc3-5d8973db6ea5' id='48436' code='7ALPRL'>
                <room>Ngaio Marsh Theatre</room>
                <title>Beyond &apos;delete my browser history&apos; - infosec after death</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-23T15:55:00+13:00</date>
                <start>15:55</start>
                <duration>00:25</duration>
                <abstract>Human lives are finite, but the internet remembers all. What does, will, or should happen to all the accounts, passwords and other data after a person becomes dead or otherwise unavailable?</abstract>
                <slug>chcon-2024-48436-beyond-delete-my-browser-history-infosec-after-death</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='50871'>notnotcharlie</person>
                </persons>
                <language>en</language>
                <description>An intersection between death, information security and legal things. Relevant to absolutely everyone.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/7ALPRL/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/7ALPRL/feedback/</feedback_url>
            </event>
            <event guid='a72497a9-322c-5123-ba85-74652f552b79' id='55341' code='ZMQBTS'>
                <room>Ngaio Marsh Theatre</room>
                <title>What!? Is my life that fragile?</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-23T16:25:00+13:00</date>
                <start>16:25</start>
                <duration>00:25</duration>
                <abstract>The increased dependency on the digital life to participate in society means, digital life is real life. With that, the consequences of failure in confidentiality, integrity and availability of our digital self, can have dire consequences. So, I threat modelled living in 2024; and it&#8217;s more fragile than I thought!


How digitally resilient do you think you are?
Let&#8217;s talk about that, and some things we can do about it.</abstract>
                <slug>chcon-2024-55341-what-is-my-life-that-fragile</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='57324'>hoodiePony</person>
                </persons>
                <language>en</language>
                <description>As a cyber security professional, it&#8217;s often our job to keep the organisation safe from cyber threats and manage its risks. We know that these are very context sensitive; especially the consequences. 
We do these assessments with the organisations&#8217; perspective in mind. But, when was the last time you genuinely considered the risks and consequences, from your own perspective and the ones you love? While doing my own digital housekeeping, I did just that, and it felt confronting - the risk profile was very different.


In this talk, I&#8217;ll explore that, and walk through a threat model where the perspective is of an individual human - you and me. It was quite surprising how things can go wrong. Could a single &#8220;incident&#8221; potentially deny your ability to continue living your life? Let&#8217;s find out.


What we individually can and collectively must do about it? Especially as we become dependent on our digital lives to live our meatbag ones.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/ZMQBTS/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/ZMQBTS/feedback/</feedback_url>
            </event>
            <event guid='80675c42-485f-5039-bfd0-6e1f68669b11' id='50509' code='LRLZYE'>
                <room>Ngaio Marsh Theatre</room>
                <title>PDF structure and places where you can hide things.</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-23T17:25:00+13:00</date>
                <start>17:25</start>
                <duration>00:25</duration>
                <abstract>There are trillions of PDFs in the world, and their very ubiquity makes them a file type where &apos;bad people&apos; might store malicious code. The ability to quickly identify malicious files is essential and tools such as Remnux, peepdf and RUPS will be discussed, along with some examples of other things that can be hidden within the PDF file format.</abstract>
                <slug>chcon-2024-50509-pdf-structure-and-places-where-you-can-hide-things</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='52771'>Roger Dunham</person>
                </persons>
                <language>en</language>
                <description>PDFs are ubiquitous, and a relatively simple format. However that simplicity supports multiple places where code, or other information can be stored. We will have a quick overview of the overall structure of PDFs, and see three places (if there is time) where code can potentially be stored. We will also look at some tools that can be help to identify the presence of such code.</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/LRLZYE/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/LRLZYE/feedback/</feedback_url>
            </event>
            <event guid='f43766f5-598e-5d99-a7d5-b3255c9b0df5' id='54807' code='Q9LJLG'>
                <room>Ngaio Marsh Theatre</room>
                <title>Hackin Kashin</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-23T17:50:00+13:00</date>
                <start>17:50</start>
                <duration>00:25</duration>
                <abstract>ASB&apos;s Kashin has been an icon in many young peoples lives, helping them learn how to save.
This talk recounts the process of researching the Clever Kash device, generally discusses why IoT security matters, and common techniques used to reverse engineer hardware.</abstract>
                <slug>chcon-2024-54807-hackin-kashin</slug>
                <track>Main Track</track>
                
                <persons>
                    <person id='53473'>Thomas Hobson</person>
                </persons>
                <language>en</language>
                <description>we looked at a yellow elephant under a microscope</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/Q9LJLG/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/Q9LJLG/feedback/</feedback_url>
            </event>
            <event guid='0d80571c-c6ad-5212-8c29-09ae249ef281' id='49850' code='J9PJQY'>
                <room>Ngaio Marsh Theatre</room>
                <title>The Independence Day (1996) Hacking Scene Was Good, Actually</title>
                <subtitle></subtitle>
                <type>Talk</type>
                <date>2024-11-23T18:15:00+13:00</date>
                <start>18:15</start>
                <duration>00:25</duration>
                <abstract>Everyone knows that in 1996, David Levinson saved the world by hacking the aliens with his trusty Macintosh PowerBook. Despite the memes you may have seen, this cyberattack is actually plausible, and I can prove it. Let&apos;s break down the famous ID4 hacking scene, map it onto Lockheed-Martin&apos;s Cyber Kill Chain, and give Mr. Levinson some well-deserved credit!</abstract>
                <slug>chcon-2024-49850-the-independence-day-1996-hacking-scene-was-good-actually</slug>
                <track>Main Track</track>
                <logo>/media/chcon-2024/submissions/J9PJQY/Screenshot_2024-04-30_at_11.19.09AM_UhYuEZd.png</logo>
                <persons>
                    <person id='52263'>Ben Loula</person>
                </persons>
                <language>en</language>
                <description>&quot;But Ben,&quot; I hear you protest, &quot;Dean Devlin and Roland Emmerich only intended for the aliens to be defeated by a computer virus as a nod to the alien invasion in H. G. Wells&apos;s _War of the Worlds_ being defeated by organic viruses! It wasn&apos;t meant to be realistic!&quot;

That&apos;s where you&apos;re wrong, kiddo. Devlin enlisted Chris Weaver (Distinguished Professor of Computational Media at Wesleyan, Director of Smithsonian Spark!Lab Outreach Initiatives, and the founder of Bethesda Softworks LLC!) as the technical consultant and inspiration for the character of David Levinson. There absolutely is a sound 1990s-era cybersecurity foundation here and it goes way beyond Devlin&apos;s half-arsed AMA explanation that Levinson simply flipped zeroes and ones to invert the alien signal!

We&apos;ll cover some very important technical context featured in the novelisation (also written by Dean Devlin) and deleted scenes from the movie, and follow the cyberattack step-by-step through the Lockheed-Martin Cyber Kill Chain from Reconnaissance to Actions On Objectives. Finally, we&apos;ll talk about what the aliens did wrong, and how to remediate these vulnerabilities to ensure good cybersecurity hygiene for a successful planetary invasion.

(And I promise I&apos;ll keep the &quot;fan wank&quot; to an absolute minimum.)</description>
                <recording>
                    <license></license>
                    <optout>false</optout>
                </recording>
                <links></links>
                <attachments></attachments>

                <url>https://pretalx.com/chcon-2024/talk/J9PJQY/</url>
                <feedback_url>https://pretalx.com/chcon-2024/talk/J9PJQY/feedback/</feedback_url>
            </event>
            
        </room>
        
    </day>
    
</schedule>
