Loading…
or to bookmark your favorites and sync them to your phone or calendar.
Type: Talk clear filter
Thursday, February 6
 

10:00am MST

Developing Better Payloads with Automated Testing
Thursday February 6, 2025 10:00am - 10:50am MST
Everyone else is doing automated testing - why aren't red teamers? Be confident your payload will execute, regardless of the options you picked, by integrating shellidate into your continuous integration pipelines!
Speakers
avatar for Nick McClendon

Nick McClendon

Nick McClendon is a principal red team consultant at Mandiant, Google Cloud and has been doing primarily red team tool development for the last 4 years.    Nick's experience maintaining tools year over year, managing contributions from other consultants, and keeping up with the... Read More →
Thursday February 6, 2025 10:00am - 10:50am MST
Track 2 - Penrose Lower Level I

10:00am MST

Will It Run? Fooling EDRs With Command Lines Using Empirical Data
Thursday February 6, 2025 10:00am - 10:50am MST
Most Endpoint Detection & Response solutions (‘EDRs’) heavily rely on analysing process events for detecting suspicious behaviour; in particular, command-line arguments are inspected for keywords or character sequences that may indicate malicious activity. This is still common practice, despite the widely known fact that a process’ command line can be altered, hidden, or otherwise spoofed, which may bypass such defensive measures.  Lesser known is that, particularly on Windows operating systems, there is a wealth of system-native programs that happily accept ‘unexpected’ command-line transformations, such as character substitutions, deletions or insertions. An implication of this is that command-line-based detections can be bypassed with minimal effort, and unlike command-line spoofing, without the need for special system calls. Tools vulnerable to this include those often leveraged in attacks that ‘live off the land’ (also known as LOLBins or LOLBAS).   This talk will show, based on empirical analysis of the 60 most commonly used LOLBins, how many detections can bypassed making minimal tweaks to how a LOLBins are called. Furthermore, we will introduce a new web-based tool that not only documents the results for all these executables, it allows everyone to generate obfuscated command lines themselves with the click of a button.
Speakers
avatar for Wietze Beukema

Wietze Beukema

Wietze has been hacking around with computers for years. Originally from the Netherlands, he currently works as a Senior Threat Detection & Response Engineer in London. As a cyber security enthusiast and threat researcher, he has presented his findings on topics including attacker... Read More →
Thursday February 6, 2025 10:00am - 10:50am MST
Track 1 - Colorado Ballroom Lower Level II

11:00am MST

Social Engineering for Covert Access Assignments
Thursday February 6, 2025 11:00am - 11:50am MST
This presentation will explore the strategic use of social engineering in penetration testing, focusing on gaining covert access to a client's server room. I will outline how to perform reconnaissance, gather intelligence on company structure, employee behavior, and security vulnerabilities. Attendees will learn effective social engineering tactics such as pretexting, tailgating, baiting, and phishing, all designed to manipulate human behavior and bypass physical security.

I will cover the importance of crafting a believable pretext, from creating fake work orders to using props like ID badges and uniforms, and demonstrate techniques for gaining access to restricted areas like server rooms, and later on how to navigate the target environment, avoid detection, and plant a symbolic flag.

Finally, the session will discuss post-engagement reporting, vulnerabilities identified, and recommendations for strengthening defenses against social engineering attacks.

This talk emphasizes the ethical considerations and the need for careful planning, confidence, and adaptability throughout the operation.
Speakers
avatar for Dorota Kozlowska

Dorota Kozlowska

Experienced cybersecurity professional with 2 years of focused experience in Penetration Testing across Web, API, Network, and Mobile platforms. Skilled in simulating real-world attacks, conducting comprehensive security assessments, and providing actionable insights to enhance defenses... Read More →
Thursday February 6, 2025 11:00am - 11:50am MST
Track 1 - Colorado Ballroom Lower Level II

11:00am MST

The Hacker’s Guide to Risk Management: Evolve Into a Golden Unicorn
Thursday February 6, 2025 11:00am - 11:50am MST
Are you ready to become the Golden Unicorn of cybersecurity—a technical powerhouse who bridges the gap between hacking and risk management? The industry buzz around Golden Unicorns refers to individuals who are not only masters of red teaming but also fluent in the language of governance, risk, and compliance (GRC). They’re rare, powerful, and essential to shaping a secure organization.In this session, we’ll decode the mystery of risk management and why it matters to hackers and red teamers. You’ll learn how the vulnerability tools you already use—like Snyk and Qualys—fit into risk management plans and how to level up your skills to communicate risks effectively to leaders and stakeholders. Plus, we’ll break down how to read workpapers and understand the fundamentals of control assessments, demystifying processes that are critical for effective risk mitigation.This session is packed with actionable insights and practical takeaways—so bring your A-game and get ready to rock and roll. Join me to hack risk management, elevate your career, and become the Golden Unicorn that every organization needs. It’s time to own the spotlight and prove that hackers can lead the way in managing risk with innovation and technical excellence.
Speakers
avatar for Jaclyn

Jaclyn "Jax" Scott

Jaclyn "Jax" Scott, Vice President of Cybersecurity at Pearson, brings over 16 years of expertise spanning military and civilian sectors. With a distinguished career as a 20-year Army Cyber and Electronic Warfare Special Operations Warrant Officer, Jax has spearheaded cybersecurity... Read More →
Thursday February 6, 2025 11:00am - 11:50am MST
Track 2 - Penrose Lower Level I

1:00pm MST

Identifying New Attack Paths via Password Analysis
Thursday February 6, 2025 1:00pm - 1:20pm MST
In this talk I will cover how you can enrich BloodHound with different fields and edges to expose previously unidentified attack paths. By combining multiple open source tools, it is possible to track password sharing relationships across separate accounts, and even across different Active Directory forests.
Speakers
avatar for Esteban Rodriguez

Esteban Rodriguez

Esteban is a Senior Security Consultant at TrustedSec. He has been penetration testing professionally for over 6 years and has authored a many blog posts on the topic of offensive security and developed tools to aid in penetration testing.
Thursday February 6, 2025 1:00pm - 1:20pm MST
Track 3 - Denver 5/6 Lower Level II

1:00pm MST

Jargon & Jigsaw – Shellcode Obfuscation
Thursday February 6, 2025 1:00pm - 1:50pm MST
In this talk, Mike will cover two highly effective techniques for obfuscating shellcode in your payloads.

Jargon is a shellcode obfuscation method that substitutes dictionary words in place of shellcode bytes and uses each word's position in a dictionary array to resolve the shellcode bytes at runtime. This provides two benefits - your loader doesn't have any shellcode, and the use of dictionary words reduces the entropy of your loader, sidestepping entropy detections built into some AV & EDR. We've found Jargon to be highly effective in evading detection.

Jigsaw is a shellcode obfuscation routine designed to hide your shellcode without requiring encryption. Jigsaw uses Python’s shuffle function to create a randomized array of shellcode and then reconstructs the original shellcode at runtime. This eliminates possible signatures related to including encryption libraries in your payload while also avoiding significant increases in entropy. Our research indicates that very few AV/EDR are aware of this technique. This technique could be an effective part of your shellcode loader arsenal.
Speakers
avatar for Mike Saunders

Mike Saunders

Mike Saunders is Red Siege Information Security’s Principal Consultant. Mike has over 25 years of IT and security expertise, having worked in the ISP, banking, insurance, and agriculture businesses. Mike gained knowledge in a range of roles throughout his career, including system... Read More →
Thursday February 6, 2025 1:00pm - 1:50pm MST
Track 1 - Colorado Ballroom Lower Level II

1:00pm MST

LLMs for Vulnerability Discovery: Finding 0days at Scale With a Click of a Button
Thursday February 6, 2025 1:00pm - 1:50pm MST
Large Language Models (LLMs) have opened up the floodgates for a whole new generation of security tooling. One of the most obvious applications is automatic discovery of vulnerabilities which so far has had extremely mixed results. Can LLMs “get good” at vulnerability discovery? In this talk, we cover our approach to the problem going into all the success and fails along the way. Finally, we will be tool dropping VulnHuntr, which implements our approach to using LLMs for discovering vulnerabilities through static code analysis along with presenting a number of 0days that were found by it.
Speakers
avatar for Dan McInerney

Dan McInerney

microwave (Dan McInerney) was a professional hacker and open source tool developer for a decade, pentesting Fortune 500 properties before leaning into machine learning engineering 4 years ago. The combinations of those skills has lead to the discovery of 11 CVEs in the AI domain... Read More →
avatar for Marcello Salvati

Marcello Salvati

byt3bl33d3r (Marcello Salvati) has seen some shit and done some shit, but the shit ain’t nothin’ to him man. If you’re interested in deets, ask. He likes talking to people, come talk to him if you want 😄
Thursday February 6, 2025 1:00pm - 1:50pm MST
Track 2 - Penrose Lower Level I

1:30pm MST

Powering Up Linux: Unleashing PowerShell for Penetration Testing and Red Teaming
Thursday February 6, 2025 1:30pm - 1:50pm MST
This talk explores the dynamic potential of PowerShell for Linux in the realms of penetration testing and red teaming. Delving into its capabilities, attendees will discover how this versatile tool enhances offensive security strategies. Intended for cybersecurity professionals and enthusiasts seeking to leverage PowerShell's prowess within Linux environments, the session promises insights and practical guidance for optimizing offensive tactics.
Speakers
avatar for Tj Null

Tj Null

Tj Null is a pentester and red teamer in the private sector. He's very passionate about red team development and supporting open source projects like Kali Linux and Powershell for Linux. Through his work and contributions to the community, TJ continues to advance the field of hacking... Read More →
Thursday February 6, 2025 1:30pm - 1:50pm MST
Track 3 - Denver 5/6 Lower Level II

2:00pm MST

How I Used AI to Crush CTF Challenges and What I Learned Along the Way
Thursday February 6, 2025 2:00pm - 2:20pm MST
Participating in Capture The Flag (CTF) competitions is always a thrilling experience, but this time, I had a secret weapon up my sleeve: AI. From cracking codes to navigating complex cyber challenges, AI became my go-to sidekick. Here's how I teamed up with AI to tackle CTF puzzles and what I learned on this wild ride.
Speakers
avatar for Tabatha Kossman

Tabatha Kossman

Tabatha is a powerhouse in cybersecurity with over a decade of experience and two decades in IT. Armed with a Master's in Information Assurance from Regis University, she's been a key player at companies like Hearst Technologies and Frontier Airlines. Tabatha's expertise spans finance... Read More →
Thursday February 6, 2025 2:00pm - 2:20pm MST
Track 3 - Denver 5/6 Lower Level II

2:00pm MST

From Sore to SOAR: Reinventing Sentinel Automation Without Logic Apps
Thursday February 6, 2025 2:00pm - 2:50pm MST
TL;DR: This talk shares our journey building a custom SOAR-like solution for Microsoft Sentinel that 1) combines full-code flexibility with low-code simplicity, and 2) overcomes the limitations of Logic Apps in performance, maintainability, and debugging. Learn about architecture and design decisions, integrations, limitations and other lessons we learned when building our SOAR.
 
Microsoft Sentinel offers a robust SIEM platform, but its automation capabilities are heavily reliant on Logic Apps, Azure’s low-code automation tool. While functional, Logic Apps present a lot of challenges, most notably in performance, maintainability, and debugging. This is especially true for more complex automation needs.
These limitations motivated us to develop a custom SOAR-like solution that combines the flexibility of low-code automation with the power and precision of full-code capabilities.
 
We built a solution designed to:
  • Support both full-code and low-code automations.
  • Operate modularly across diverse environments.
  • Be extensible for custom integrations and enhancements.
  • Address known limitations in Sentinel’s native automation.
  • Run seamlessly within Azure.
 
In this talk, we share the architecture, implementation, and lessons learned from building this system. Key topics include:
  • System architecture and design decisions.
  • Integration with Sentinel data.
  • UI and dashboarding for visibility.
  • External and internal interfaces.
  • Caching strategies.
  • Error handling, traceability, and debugging.
 
By the end of this session, you will have actionable insights to build or enhance your own automation solutions on Microsoft Sentinel, avoiding common pitfalls and maximizing efficiency.
Speakers
avatar for Henri Hambartsumyan

Henri Hambartsumyan

Henri Hambartsumyan is an experienced technical security professional, with 10 years of technical security experience. Henri started his career as pentester and moved to the more advanced pentesting projects. Later he started executing "covert operations", which the industry later... Read More →
Thursday February 6, 2025 2:00pm - 2:50pm MST
Track 2 - Penrose Lower Level I

2:00pm MST

Hackventure: Having Fun With IDOR Attacks
Thursday February 6, 2025 2:00pm - 2:50pm MST
Insecure Direct Object Reference (IDOR) attacks have been a common vulnerability for decades. It still shows up in lots of big websites including Dell, Reddit, US DoD, GitLab, Shopify, and more. Join Josh Wright for a hackventure in spotting and exploiting this bug as a fun way to get started with bug hunting. Also, #AI.
Speakers
avatar for Joshua Wright

Joshua Wright

Joshua Wright is a faculty fellow at the SANS Institute, the author of the SANS SEC504: Hacker Tools, Techniques, and Incident Handling course, and a senior technical director at Counter Hack. At Counter Hack, Josh leads a team of analysts specializing in penetration testing and red... Read More →
Thursday February 6, 2025 2:00pm - 2:50pm MST
Track 1 - Colorado Ballroom Lower Level II

2:30pm MST

What I Learned From Building A Tabletop Security Exercise
Thursday February 6, 2025 2:30pm - 2:50pm MST
At DEFCON 32, my team taught over 160 people the limitations of manual code review to solve secrets sprawl. We did not use new tech, we did not use computers or anything that needed electricity. We used paper cards. What we learned along the way was eye opening and changed the way I think about security.  This talk is a quick recap of the surprising findings we unexpectedly gathered and the power of getting away from the keyboard.  I will reveal my new theory on driving better conversations across teams and roles to actually try and improve security and not just show how clever we are.
Speakers
avatar for Dwayne McDaniel

Dwayne McDaniel

Dwayne has been working as a Developer Advocate since 2016 and has been involved in tech communities since 2005. He loves sharing his knowledge, and he has done so by giving talks at over a hundred events worldwide. He has been fortunate enough to speak at institutions like MIT and... Read More →
Thursday February 6, 2025 2:30pm - 2:50pm MST
Track 3 - Denver 5/6 Lower Level II

3:00pm MST

Solving Dumb Hacker Problems With Nix
Thursday February 6, 2025 3:00pm - 3:20pm MST
Between Python version mismatches, virtual environments, and containers, getting even popular software to work on every operating system and setup is more cumbersome than it should be. Hackers should be fighting vulnerabilities, not their own tooling. Nix has solved this for me and I need to share it with people.  It takes "it works on my machine" to a whole new level. Nix suffers from an inordinate degree of mystery that turns a lot of people away from it, but those of us who have pushed through the haze have come to appreciate just how brilliant Nix is. But it doesn't have to be complicated, and I'll be demonstrating that.  

Within and without NixOS, the Nix package management system alone offers hackers the ability to (at a minimum):
- Effortlessly install packages not available in their default repositories
- Replicate system setups for any machine or server with a single file
- Only activate virtual environments and access specific dependencies based on isolated environments or even just entering system directories

This is all done without technologies like Ansible or Docker, making even the base system dependency overhead much smaller.

Since this talk involves creating environments that help users deal with dependency management, tool installation, and system deployment, I'll be demonstrating all of those things. For example, we will:
1. Build a working Python virtual environment, handle all the dependencies, and successfully run highly opinionated tooling (impacket) alongside other highly opinionated tooling (CrackMapExec) using an ".envrc" file of our making.
2. Demonstrate native containerization via systemd-nspawn for keeping hacking tools isolated from the main system.
3. Deploying my favorite tools to a brand new virtual private server to starting hacking from it in seconds.

Much of these capabilities will be available as script and file templates via a Github repo I'll make public alongside the talk.
Speakers
avatar for Ryan Basden

Ryan Basden

I am a penetration tester and red teamer with eight years of information security and threat emulation experience. I specialize in simulating realistic attacks against complex environments as well as building high performing teams. Ultimately, I am a hacker who cares about the way... Read More →
Thursday February 6, 2025 3:00pm - 3:20pm MST
Track 3 - Denver 5/6 Lower Level II

3:00pm MST

Effectively Detecting Modern Code Injection Techniques with Volatility 3
Thursday February 6, 2025 3:00pm - 3:50pm MST
Malware used in ransomware campaigns and targeted attacks makes a concerted effort to conceal its injected code from AVs, EDRs, and manual inspection. This deception includes removing obvious signs of malicious code like regions that are allocated readable, writable, and executable or DLLs loaded from unusual directories. Instead, modern forms of code injection, such as process hollowing, process ghosting, module stomping, and their many variants are used to bypass scanners that rely on outdated detections. In this talk, attendees will be taken through the methods that modern malware uses to inject code in a stealthy manner along with how such malware can be detected using volatile memory analysis. This analysis will be performed using Volatility 3, the latest version of the most widely used open-source memory forensics framework. Attendees will leave understanding how to detect modern code injection and with slides documenting how to integrate such detection workflows in real-world, enterprise settings.
Speakers
avatar for Andrew Case

Andrew Case

Digital Forensics Research, Volatility Project
Andrew Case is the Director of Research at Volexity and has significant experience in incident response handling, digital forensics, and malware analysis. He has conducted numerous large-scale investigations that span enterprises and industries. Case is a core developer of Volatility... Read More →
Thursday February 6, 2025 3:00pm - 3:50pm MST
Track 2 - Penrose Lower Level I

3:00pm MST

Encrypting buckets for compliance and ransom - How Attackers Can Use KMS to Ransomware S3 Buckets
Thursday February 6, 2025 3:00pm - 3:50pm MST
A successful ransomware attack is the culmination of numerous steps by a determined attacker: gaining initial access to the victim’s environment, identifying sensitive data, exfiltrating sensitive data, encrypting original data, etc. We can all agree that Ransomware is tough. It’s hard on the target, but harder for the Attacker. The logistics of attacking, storing the data, encrypting it locally, uploading, making it as undetectable as possible until they don’t need to anymore. It’s a mess. So, as everybody does it these days, they are paying for a Cloud Service to help with it. This talk will outline how an attacker can abuse the principle of Least-Privilege on KMS keys to encrypt the data on its target's buckets, making them not accessible. This talk will also show how a defender can protect or detect against these attacks, rendering them useless.
Speakers
avatar for Bleon Proko

Bleon Proko

Bleon is an Info-sec passionate about Infrastructure Penetration Testing and Security, including Active Directory, Cloud (AWS, Azure, GCP, Digital Ocean), Hybrid Infrastructures, as well as Defense, Detection and Thread Hunting. He has presented in conferences like BlackHat and BSides... Read More →
Thursday February 6, 2025 3:00pm - 3:50pm MST
Track 1 - Colorado Ballroom Lower Level II

3:30pm MST

Hacking Through the Weeds
Thursday February 6, 2025 3:30pm - 3:50pm MST
I would like for this conversation to be an in depth deep dive into both Nmap and other open source reconnaissance tools. A lot of times peers leave it at the very bare minimum and use the same script everytime they run these open source tools due to the fact they use them so often. These are tools that everyone has access to but they only use about 5% of the tool itself. I have worked with specific Open Source tools to learn every little thing there is to know especially the ones needed for every engagement and would love the opportunity to showcase these different arguments that a lot may not have knowledge of until shown like I was.
Speakers
avatar for Justin Watkins

Justin Watkins

Justin Watkins is a dedicated cybersecurity professional who has been in the industry now for 9 years. His expertise is in penetration testing, threat emulation, vulnerability management, and risk management through readiness assessments. He is a Certified Information Systems Security... Read More →
Thursday February 6, 2025 3:30pm - 3:50pm MST
Track 3 - Denver 5/6 Lower Level II

4:00pm MST

OSINT Gone Wild: How I Found Drug Traffickers and Narco Terrorist Online
Thursday February 6, 2025 4:00pm - 4:20pm MST
This presentation will consist of thorough research on narcotics, narcoterrorism and the fentanyl epidemic are a new cyber crime issue. In my presentation I will speak about how OSINT can be used to combat illicit narcotic transactions , narcoterrorism and uncover valuable information from OSINT on the dark web.
Speakers
avatar for Schuyler Davis

Schuyler Davis

Schuyler Davis was born and raised in Plainfield , NJ. He is a graduate student at Michigan State University pursuing a masters of science in Cyber Crime and Digital Investigations and currently teaches Computer Science to Kindergarten and First Graders. When he's not using OSINT... Read More →
Thursday February 6, 2025 4:00pm - 4:20pm MST
Track 3 - Denver 5/6 Lower Level II

4:00pm MST

From Noise to Knowledge: Demystifying RF Signals
Thursday February 6, 2025 4:00pm - 4:50pm MST
The expansion of wireless technologies has introduced a diverse range of hardware, protocols, and radio frequencies. When a large mix of acronyms and names like LoRa, BTLE, ZigBee, RFID and Wi-Fi are thrown-in, one can easily get confused and overwhelmed.  This presentation offers a comprehensive introduction to the RF spectrum for those new to wireless security that will also provide value for experienced practitioners. By taking a broad, big-picture approach, we'll begin by exploring the electromagnetic spectrum, covering familiar technologies and concepts like infrared, visible light, and x-rays, before narrowing our focus to the portion dedicated to radio frequencies. Key concepts such as wavelength, frequency, and modulation will be explained along the way.  We'll then delve into the specific wireless frequencies and protocols security professionals are likely to encounter, providing practical examples and tools for detecting, analyzing, and testing these devices and signals.
Speakers
avatar for Ty Purcell

Ty Purcell

Ty Purcell is an Information Security Liaison and Network Penetration Tester for EOG Resources, Inc. He has over 25 years of IT operational and security experience having worked primarily in the finance field in roles including time as a third-party IT security auditor and consultant... Read More →
Thursday February 6, 2025 4:00pm - 4:50pm MST
Track 1 - Colorado Ballroom Lower Level II

4:00pm MST

Streamlining Pentest and Vulnerability Reporting with AI: A Remediation-Focused Approach
Thursday February 6, 2025 4:00pm - 4:50pm MST
The sheer volume of pentest and vulnerability data can overwhelm security teams, making it challenging to turn this information into actionable insights. Manual reporting and prioritization of findings are often time-consuming and prone to error. This presentation will explore how AI can streamline these processes by automating report writing and prioritizing findings based on business impact and risk frameworks. Attendees will learn how to safely and effectively leverage AI to: Streamline report generation: AI can automatically create comprehensive, customized reports, significantly reducing the time and effort required by security teams. Improve accuracy: By analyzing data objectively, AI minimizes human error and identifies potential inconsistencies. Prioritize findings based on business impact: AI evaluates the potential effects of vulnerabilities on critical business functions, ensuring that remediation efforts target the most significant risks. Align with risk frameworks: AI can assist organizations in aligning their risk management practices with industry standards and regulatory requirements. This session will provide practical insights into how AI can automate pentest and vulnerability reporting, enabling security teams to focus on higher-value activities and make more informed decisions.
Speakers
avatar for Dan DeCloss

Dan DeCloss

Dan DeCloss is the Founder and CTO of PlexTrac and has over 19 years of experience in cybersecurity. Dan started his career in the Department of Defense and then moved on to the private sector where he worked for various companies including Telos, Veracode, Mayo Clinic, and Anthem... Read More →
Thursday February 6, 2025 4:00pm - 4:50pm MST
Track 2 - Penrose Lower Level I

4:00pm MST

Streamlining Pentest and Vulnerability Reporting with AI: A Remediation-Focused Approach
Thursday February 6, 2025 4:00pm - 4:50pm MST
The sheer volume of pentest and vulnerability data can overwhelm security teams, making it challenging to turn this information into actionable insights. Manual reporting and prioritization of findings are often time-consuming and prone to error. This presentation will explore how AI can streamline these processes by automating report writing and prioritizing findings based on business impact and risk frameworks.
Attendees will learn how to safely and effectively leverage AI to:
  • Streamline report generation: AI can automatically create comprehensive, customized reports, significantly reducing the time and effort required by security teams.
  • Improve accuracy: By analyzing data objectively, AI minimizes human error and identifies potential inconsistencies.
  • Prioritize findings based on business impact: AI evaluates the potential effects of vulnerabilities on critical business functions, ensuring that remediation efforts target the most significant risks.
  • Align with risk frameworks: AI can assist organizations in aligning their risk management practices with industry standards and regulatory requirements.
This session will provide practical insights into how AI can automate pentest and vulnerability reporting, enabling security teams to focus on higher-value activities and make more informed decisions
Speakers
avatar for Dan DeCloss

Dan DeCloss

Dan DeCloss is the Founder and CTO of PlexTrac and has over 19 years of experience in cybersecurity. Dan started his career in the Department of Defense and then moved on to the private sector where he worked for various companies including Telos, Veracode, Mayo Clinic, and Anthem... Read More →
Thursday February 6, 2025 4:00pm - 4:50pm MST
Track 2 - Penrose Lower Level I

5:00pm MST

Packet Generation With Scapy
Thursday February 6, 2025 5:00pm - 5:50pm MST
We'll use Scapy, a python packet library, to create packets from scratch - with exactly the fields you want!  This technique can be used either by hand or inside your own python script.  A little familiarity with Python will be helpful.
Speakers
Thursday February 6, 2025 5:00pm - 5:50pm MST
Track 1 - Colorado Ballroom Lower Level II

5:00pm MST

The Tao and Te of Device Code Phishing
Thursday February 6, 2025 5:00pm - 5:50pm MST
Security experts continually tout the benefits of single sign on systems especially for cloud. In device code authentication cloud providers use a relying parting that exchanges a nonce with a backend service via a local listening callback on the users machine. That nonce is then exchanged for an oAuth token which is in turn exchanged for temporary cloud provider credentials.


This elegant multi step dance has many advantages including the elimination of long lived credentials on disk. In this session we’ll dive deep on the different ways device code authentication can be exploited and changes that cloud providers are  making to mitigate phishing that targets this type of authentication flow.  


As a bonus you’ll also get a peek at how a new concept; trusted identity propagation helps companies build chains of trust to custom applications leveraging these flows. Attendees can expect to leave understanding if device code, PKCE, and SSO is worth moving to the top of priority list. Red teamers will gain critical insight on how to exploit this in phishing campaigns.


Speakers
avatar for Andrew Krug

Andrew Krug

Andrew Krug is a Security Geek specializing in Cloud and Identity and Access Management. Andrew brings 15 years experience at the intersection of security, education, and systems administration. As a fierce advocate for Open Source and founder of ThreatResponse tool suite, Andrew... Read More →
Thursday February 6, 2025 5:00pm - 5:50pm MST
Track 2 - Penrose Lower Level I
 
Friday, February 7
 

9:00am MST

Breaking Free From the Chains of Fate - Bypassing AWSCompromisedKeyQuarantineV2 Policy
Friday February 7, 2025 9:00am - 9:50am MST
Amazon's AWSCompromisedKeyQuarantineV2 policy is not the panacea it might seem. Join us on an adventure of all the myriad ways to work around this policy, when you discover leaked keys in the wild. This presentation is a fun, multimedia exploration of all the shortcomings of the AWSCompromisedKeyQuarantineV2 policy that is attached whenever Amazon detects that a key and secret pair have been leaked in the wild. We'll include demos of actual exploitation and color commentary on how this policy and defender strategy can be improved.
Speakers
avatar for Bleon Proko

Bleon Proko

Bleon is an Info-sec passionate about Infrastructure Penetration Testing and Security, including Active Directory, Cloud (AWS, Azure, GCP, Digital Ocean), Hybrid Infrastructures, as well as Defense, Detection and Thread Hunting. He has presented in conferences like BlackHat and BSides... Read More →
Friday February 7, 2025 9:00am - 9:50am MST
Track 1 - Colorado Ballroom Lower Level II

9:00am MST

The Extendables - Exploiting Browser Extensions for Privesc and Persistence
Friday February 7, 2025 9:00am - 9:50am MST
This talk explores new ways to exploit browser extensions for both privilege escalation and persistence. It will explore the “NativeMessaging” functionality within all popular browsers (Edge, Chrome and Firefox) across all major Operating Systems (Windows, Linux, MacOS) and how it can be exploited to run arbitrary processes. This would be useful not only to execute code when the browser is launched, or when certain sites are visited, but it also leaves another area ripe for misconfigurations that we can exploit. This means that under certain circumstances, we may be able to escalate privileges. In addition to all of that, it provides an opportunity to run code in the context of other users, if a misconfiguration is present or the user has high enough privileges on the machine. We will go over the benefits to the offensive-side of using this method, as well as adjacent techniques that have been observed In-The-Wild. Alongside this talk explaining how it was discovered, how to exploit it and why it is useful, I will also be releasing a brand new tool which can be used to detect if any vulnerable extensions are installed and then exploit them to run a process of our choice.
Speakers
avatar for Fin Hume

Fin Hume

Fin has been a Security Consultant at WithSecure for over 3 years. In this time he has worked on a wide range of different projects for customers such as finding vulnerabilities in web applications, client and server applications, mobile, cloud and network security assessments to... Read More →
Friday February 7, 2025 9:00am - 9:50am MST
Track 2 - Penrose Lower Level I

10:00am MST

Detection Engineering is Hard; My Educational Failures That Proved to be Useful After All
Friday February 7, 2025 10:00am - 10:50am MST
Detection Engineering is a time consuming and deeply technical field. In this talk, I’ll share my process on researching and creating detections. This is not always success, in fact, when researching some harder to detect techniques we sometimes end up going into rabbit holes that turn out to be a dead end.  But it’s not all doom and gloom—failure can be a phenomenal teacher. I’ll share how these experiences brought me valuable skills and provided valuable insights which make the invested time more than worth the investment.
Speakers
avatar for Olaf Hartong

Olaf Hartong

Olaf Hartong is a Defensive Specialist and security researcher at FalconForce. He specialises in understanding the attacker tradecraft and thereby improving detection. He has a varied background in blue and purple team operations, network engineering, and security transformation... Read More →
Friday February 7, 2025 10:00am - 10:50am MST
Track 2 - Penrose Lower Level I

10:00am MST

Social Engineering My Way Into Conferences
Friday February 7, 2025 10:00am - 10:50am MST
Over the years, I've managed to get into numerous security and other conferences, and this talk will share some of the most intriguing stories of how I did it. By using a mix of social engineering, reconnaissance, insider knowledge, and quick thinking, I was able to navigate these events successfully. Social engineering played a key role, where I manipulated human psychology to gain access, often by exploiting the natural tendency to trust authority or the desire to be helpful. Reconnaissance was crucial, as gathering information about the event and its organizers helped me identify potential entry points. Quick thinking allowed me to adapt to unexpected situations, such as changes in security protocols. Throughout these experiences, I carefully considered the ethical implications, ensuring my actions didn't harm others or violate laws. I'll share specific stories where I gained entry by posing as an authority figure or creating a believable scenario to gain trust. Each experience taught me valuable lessons about human behavior and security vulnerabilities, highlighting the need for increased awareness and training in cybersecurity to defend against such tactics. This talk emphasizes the importance of ethical considerations in using social engineering techniques
Speakers
avatar for Frank Trezza

Frank Trezza

Frank Trezza is a penetration tester, senior security engineer, chief hacking officer, and hacker
Friday February 7, 2025 10:00am - 10:50am MST
Track 1 - Colorado Ballroom Lower Level II

11:00am MST

A Journey from Alert(1) to P1 (Cat Pic Graffiti and Phishing Payloads)
Friday February 7, 2025 11:00am - 11:50am MST
Tired of taking screenshots of alert boxes? Join me for a working session to discuss how to use JavaScript and DOM manipulation to craft a believable XSS phishing payload resulting in code execution in a target domain. This session was inspired while working on a web application pentest with some colleagues. They asked me to generate an XSS payload to help demonstrate impact within existing CSP restrictions. Today, I am hosting a learning session to show an approach for turning a reflected XSS bug from alert(1) to P1. This includes a live demo / working session to turn a target domain into a phishing page (and maybe some cat pics) and a discussion about how to turn that into a shell. Attendees are encouraged to follow along in their browsers. Following this session, you will emerge with additional knowledge of (1) manipulating the browser's DOM with JS, (2) CSP Limitations (and bypasses), and (3) a methodology for how to turn XSS into a phishing payload from scratch.
Speakers
avatar for Cary Hooper

Cary Hooper

Cary Hooper is an offensive security engineer working for a Fortune 500 institution. Cary is a combat veteran and graduate of the United States Military Academy at West Point. He led technical and non-technical teams within the Army Engineer Corps and Cyber Command. Cary’s certifications... Read More →
Friday February 7, 2025 11:00am - 11:50am MST
Track 1 - Colorado Ballroom Lower Level II

11:00am MST

MailFail: Spoof Emails in Seconds
Friday February 7, 2025 11:00am - 11:50am MST
Email (SMTP) is a topic where people either know it very well or not at all. I began my journey in the latter group, but after spending several months delving into the relevant RFCs, I gained a comprehensive understanding of how to abuse the email ecosystem. This knowledge culminated in the creation of a browser extension called MailFail. In this presentation, I will get you up to speed so that you can quickly identify and exploit email misconfigurations. Join me as we delve into the intricacies and quirks of email, uncovering both its complexities and its absurdities.
Speakers
avatar for Jack Hyland

Jack Hyland

Jack Hyland joined Black Hills Information Security (BHIS) during Summer 2021 and serves as a Security Analyst. He began as an intern but started working full-time as a Web Application Pentester after finishing his schooling. He enjoyed his internship and decided to stay on because... Read More →
Friday February 7, 2025 11:00am - 11:50am MST
Track 2 - Penrose Lower Level I

1:00pm MST

2024: A Cyborg Odyssey
Friday February 7, 2025 1:00pm - 1:50pm MST
Transhumans, individuals enhanced with technological augmentations, have moved beyond science fiction into reality. Historically viewed through medical or cyborg lenses, recent advancements like Brain-Computer Interfaces (BCIs) and SMART technologies are blurring the lines between physical and biological entities. This shift is significantly impacting cybersecurity, as these augmented humans can execute sophisticated cyberattacks, such as URL redirections, phishing, smishing, and man-in-the-middle (MiTM) attacks, using embedded technologies. Traditional security measures are becoming inadequate in this new landscape, requiring a fundamental reassessment of cybersecurity strategies. The presentation will explore these emerging threats through demonstrations of implant-initiated attacks and emphasize the urgent need for advanced, layered security solutions to protect against the unique risks posed by transhumans.
Speakers
avatar for Len Noe

Len Noe

Len Noe, a Technical Evangelist and White Hat Hacker at CyberArk Software, is a renowned figure in international security. With a track record of impactful presentations in over 50 countries and at prestigious conferences like the World Conference in The Hague and C.E.R.T. EU, Noe... Read More →
Friday February 7, 2025 1:00pm - 1:50pm MST
Track 2 - Penrose Lower Level I

1:00pm MST

From User to Entra ID Admin
Friday February 7, 2025 1:00pm - 1:50pm MST
It only takes minutes for an attacker to compromise an account with access.  And the account doesn't even need to have obvious privileged rights for the attacker to own the cloud environment. This talk covers methods in Entra ID to go from standard user access to Entra ID Global Admin.
Speakers
avatar for Sean Metcalf

Sean Metcalf

Sean Metcalf is founder and CTO at Trimarc (TrimarcSecurity.com), a professional services company which focuses on improving enterprise security. He is one of about 100 people in the world who holds the Microsoft Certified Master Directory Services (MCM) Active Directory certification... Read More →
Friday February 7, 2025 1:00pm - 1:50pm MST
Track 1 - Colorado Ballroom Lower Level II

1:30pm MST

Validation station: Using Atomic Red Team to Test your Defenses
Friday February 7, 2025 1:30pm - 1:45pm MST
Learn how to use Atomic Red Team to test your defensive controls and exercise your incident response program. One of the open source project’s creators will walk through use cases and test plans based on the most commonly encountered threats and adversary techniques. You’ll walk away knowing how to do the following:
  • Leverage open source intelligence to identify top threats and adversary techniques
  • Use Atomic Red Team to test your defenses against adversary techniques
  • Operationalize and scale your testing using free and open source tools
  • Share what you’ve learned with the community
Friday February 7, 2025 1:30pm - 1:45pm MST
Track 3 - Denver 5/6 Lower Level II

2:00pm MST

AI-Driven OSINT in the Hands of Cybercriminals
Friday February 7, 2025 2:00pm - 2:50pm MST
Cybercriminals increasingly leverage Artificial Intelligence (AI) and Generative AI in Open Source Intelligence (OSINT) activities to enhance reconnaissance efforts targeting individuals and organizations. By utilizing AI-driven techniques, attackers can efficiently gather, analyze, and exploit publicly available data, facilitating the creation of highly targeted and convincing social engineering schemes, phishing campaigns, and other forms of cyber attacks. The role of AI in OSINT not only broadens the scope of potential attack vectors but also raises significant considerations for cybersecurity strategies focused on detecting and mitigating AI-enhanced threats.
Speakers
avatar for James McQuiggan

James McQuiggan

Security Awareness Advocate, KnowBe4
James McQuiggan has over 20 years of experience in cybersecurity and is currently Security Awareness Advocate for KnowBe4, where he is responsible for amplifying the organization’s messaging related to the importance of, effectiveness of and the need for new-school security awareness... Read More →
Friday February 7, 2025 2:00pm - 2:50pm MST
Track 1 - Colorado Ballroom Lower Level II

2:00pm MST

Fusing Reverse Shells And Kernel Exploits For Fun & Profit
Friday February 7, 2025 2:00pm - 2:50pm MST
The Impersonator Shell started as a combination of two popular hacker tools: Netcat and Printspoofer. The exploit is named after the Windows privilege that Printspoofer uses to get administrative access to Windows machines, the SeImpersonate privilege. This shell abuses the SeImpersonate privilege to create an administrative reverse or bind shell.  Users running server software on Windows hosts will commonly have the SEImpersonate enabled. Security engineers who can obtain RCE on said servers can also obtain an administrative shell by abusing the SEImpersonate privilege. Instead of uploading Netcat and the corresponding kernel exploit, security engineers can use the Impersonator shell. If the inbuilt exploit does not work, security engineers will be provided a non-administrative shell. The Impersonator shell can connect to a Metasploit listener and be upgraded to a meterpreter shell. The Impersonator Shell can also leverage native Windows API functions to grab a process and capture information about the token associated with the process.  People who attend this talk can expect to learn the inner mechanics of reverse shells and bind shells, Offensive Windows API use, and the basics of exploit coding in the C programming language all under the umbrella of the newly created Impersonator shell.
Speakers
avatar for Aleksa Zatezalo

Aleksa Zatezalo

Aleksa is a passionate security engineer, software developer, and aspiring open sorcerer. He enjoys writing and publishing software that provides elegant solutions to offensive security problems. He has contributed to multiple projects, including Metasploit. In April of 2022, Aleksa... Read More →
Friday February 7, 2025 2:00pm - 2:50pm MST
Track 2 - Penrose Lower Level I

2:30pm MST

Validation station: Using Atomic Red Team to Test your Defenses
Friday February 7, 2025 2:30pm - 2:45pm MST
Learn how to use Atomic Red Team to test your defensive controls and exercise your incident response program. One of the open source project’s creators will walk through use cases and test plans based on the most commonly encountered threats and adversary techniques. You’ll walk away knowing how to do the following:
  • Leverage open source intelligence to identify top threats and adversary techniques
  • Use Atomic Red Team to test your defenses against adversary techniques
  • Operationalize and scale your testing using free and open source tools
  • Share what you’ve learned with the community
Friday February 7, 2025 2:30pm - 2:45pm MST
Track 3 - Denver 5/6 Lower Level II

3:00pm MST

Baselining For Bad Things With Surveyor!
Friday February 7, 2025 3:00pm - 3:50pm MST
Surveyor is a free and open source tool for quickly baselining your environments to help identify abnormal activity. You can use it to query supported endpoint detection and response (EDR) products in search of potentially dangerous software that shouldn’t be in your environment. In this session, we’ll look at remote monitoring and management (RMM) tools as an illustrative example—they have a variety of legitimate use cases, but bad guys use them as well. You’ll learn how to use Surveyor to list all of the RMM tools present in your environment, including ones you might not expect to be there.
Speakers
avatar for Tre Wilkins

Tre Wilkins

Threat Researcher, Red Canary
As a threat researcher at Red Canary, Tre leads research initiatives to analyze adversary techniques, develop automation code, and manage test environments for simulating and studying threats. These efforts enhance and refine threat detection and hunting strategies. He started his... Read More →
Friday February 7, 2025 3:00pm - 3:50pm MST
Track 1 - Colorado Ballroom Lower Level II

3:00pm MST

Did You Knock Out Our [noun]?
Friday February 7, 2025 3:00pm - 3:50pm MST
How many times have you heard, "Are you doing anything right now that could [verb] our [noun]?" The answer is sometimes "Yes", always "Maybe", and hopefully "No". After a recent client call, I set up a range and hammered common web servers to figure out the impact that pentesting tools have on typical client systems. I tried to answer questions like, "Does Nuclei cause performance issues for the target?", "Is testssl.sh slowing down that Linux server?" "How many Gobuster threads does it take to max out a standard WordPress server?" In this talk, I'll discuss results from tool testing that may or may not surprise you but will definitely leave you with more evidence for your next client call.
Speakers
JV

Jack Verrier

Jack joined BHIS in 2024 as a security analyst, and loves that he gets to legally hack things with highly skilled people. Jack began working with computers when he was young. He built his first computer in middle school, taught computer repair during college, and has built racing... Read More →
Friday February 7, 2025 3:00pm - 3:50pm MST
Track 2 - Penrose Lower Level I