Group Purchasing
Group Purchasing
AI-FOCUSEDNEW

FOR563: Applied AI for Digital Forensics and Incident Response: Leveraging Local Large Language Models

FOR563Digital Forensics and Incident Response, Artificial Intelligence
  • 1 Day (Instructor-Led)
  • 6 Hours (Self-Paced)
Course authored by:
Mari DeGrazia
Mari DeGrazia
FOR509: Enterprise Cloud Forensics and Incident Response
Course authored by:
Mari DeGrazia
Mari DeGrazia
  • 6 CPEs

    Apply your credits to renew your certifications

  • In-Person, Virtual or Self-Paced

    Attend a live, instructor-led class at a location near you or remotely, or train on your time over 4 months

  • Intermediate Skill Level

    Course material is geared for cyber security professionals with hands-on experience

  • 4 Hands-On Lab(s)

    Apply what you learn with hands-on exercises and labs

FOR563 teaches DFIR professionals to harness private, local AI using Large Language Models (LLMs) for secure, hands-on investigation and analysis at scale.

Course Overview

FOR563 empowers DFIR professionals to integrate AI by teaching how to run private, local Large Language Models (LLMs) without exposing sensitive data to third parties. This one-day, hands-on course moves beyond generic use cases to show how LLMs can be used in a forensics and incident response context: building custom agents, analyzing logs, forensics artifacts, and databases with natural language, and fine-tuning models for specialized investigations. While focused on local models, the techniques taught can be adapted for cloud or API-based LLMs. You'll gain practical skills you can immediately apply to real-world DFIR workflows, using AI effectively and at scale.

FOR563 is a one-day, hands-on course designed to help DFIR professionals harness the power of Artificial Intelligence through the use of local Large Language Models (LLMs). As organizations increasingly explore AI in investigative workflows, they must do so without compromising the sensitive nature of forensic data. This course bridges that gap by showing practitioners how to operationalize LLMs in a fully self-hosted environment, giving them full control over their data while still benefiting from powerful, cutting-edge AI capabilities.

Students will learn to configure and deploy local LLMs, build custom forensic agents, and analyze large volumes of data found across DFIR artifacts using AI. This includes logs, forensic artifacts, databases, and files containing proprietary or undocumented formats often unique to specific applications or operating systems.

The course also dives into the practical challenges of using LLMs in DFIR, such as context limitations and model fine-tuning, giving students real-world experience through four technical labs. While the course emphasizes private, local AI implementations, the concepts can easily be extended to API-based or cloud-hosted LLMs, offering flexible options for organizations at different stages of AI adoption.

FOR563 enables DFIR teams to accelerate investigations, automate repetitive analytical tasks, and tailor AI tools to their specific forensic needs—all without sending sensitive data outside their controlled environment. By the end of the course, students will be equipped with both foundational knowledge and practical skills to confidently integrate AI into modern DFIR workflows.

Author Statement

“In my own work, I’ve seen how going beyond the basic GUI experience and truly understanding how tools work under the hood leads to greater automation and efficiency. This course is about showing digital forensic examiners how Large Language Models can help them work smarter—not by replacing expertise, but by enhancing it. Much like scripting in Python, LLMs are a force multiplier: that can streamline repetitive tasks, speed up analysis, and surface new insights. But they aren’t magic. We’ll also explore the limitations of these models, how to trust but verify their output, and how to integrate them thoughtfully into real-world DFIR workflows.”

- Mari DeGrazia

What You'll Learn

  • Configure and deploy local Large Language Models (LLMs) through both GUI and programmatic methods
  • Build and implement custom AI agents for forensic and incident response use cases
  • Analyze structured data—including logs, text messages, and databases—using natural language
  • Fine-tune LLMs for specialized DFIR tasks using custom datasets

Business Takeaways

  • Reduce the risk of data exposure by enabling AI-assisted analysis without sending sensitive data to third-party cloud services
  • Improve incident response workflows by equipping DFIR teams to use natural language interfaces for analysis
  • Lower reliance on proprietary AI platforms by training analysts to deploy and manage local, self-hosted Large Language Models (LLMs)
  • Expand investigative capabilities with custom AI agents tailored to your organization's specific forensic needs
  • Accelerate adoption of AI-driven workflows without compromising internal security or compliance requirements
  • Support knowledge retention and skill development by standardizing repeatable, scalable AI-driven forensic processes
  • Future-proof DFIR operations by preparing staff for integrating AI solutions across evolving data sources and forensic tooling

Course Syllabus

Explore the course syllabus below to view the full range of topics covered in FOR563: Applied AI for Digital Forensics and Incident Response: Leveraging Local Large Language Models.

Section 1Applied AI for Digital Forensics and Incident Response

Section 1 introduces students to the real-world application of Large Language Models (LLMs) in digital forensics and incident response. Students will learn how to deploy local models, build custom agents, and analyze structured forensic data using natural language, all in a private, GPU-backed environment.

Topics covered

  • Introduction to LLMs and their use in DFIR workflows
  • Model setup, local hosting, and parameter tuning
  • Structured artifact analysis (logs, JSON, mobile data, binary config files)
  • Creating and using LLM-powered forensic agents
  • Natural language querying at scale

Labs

  • Setting up a GPU-enabled lab environment for local model use
  • Querying and analyzing forensic data with local LLMs
  • Building and customizing DFIR-focused AI agents
  • Exploring the basics of LLM fine-tuning

Things You Need To Know

Important! Bring your own system configured according to these instructions.

A properly configured system is required to fully participate in this course. If you do not carefully read and follow these instructions, you will not be able to fully participate in hands-on exercises in your course. Therefore, please arrive with a system meeting all of the specified requirements.

Back up your system before class. Better yet, use a system without any sensitive/critical data. SANS is not responsible for your system or data.

Mandatory FOR563 System Hardware Requirements

  • Students must have a laptop, not a tablet

Mandatory FOR563 Host Configuration and Software Requirements

  • Please have Chrome installed prior to class
  • Must have admin rights

FOR563 training is recommended for a diverse range of individuals, including:

  • Digital Forensics and Incident Response (DFIR) professionals
  • Security analysts and forensic examiners
  • Threat hunters and detection engineers
  • Investigators interested in AI and data automation
  • Cybersecurity researchers and lab developers
  • Security professionals wanting to explore LLM use cases

  • Downloadable course materials, including Jupyter notebooks used in the labs
  • Access to hands-on, GPU-powered cloud lab environments with free account credits (no high-end hardware required)
  • A curated set of DFIR-focused data examples and code templates for applying LLMs to real-world scenarios
  • Continued access to lab notebooks and lab environment after the course for further experimentation and practice
  • Fully explained walkthroughs of code used in each lab—designed to be modifiable and reusable
  • Guidance and resources for getting started with fine-tuning models using your own datasets

There are no formal prerequisites for FOR563, and the course is designed to be accessible to a wide range of DFIR and security professionals. Prior experience in digital forensics or incident response is not required. While some comfort with reading simple Python code and basic command-line usage can be helpful, many of the tools used in the course offer intuitive graphical interfaces, and all code examples are well-explained and beginner-friendly. The techniques taught are broadly applicable across DFIR, threat hunting, cybersecurity automation, and other domains involving structured data analysis.

Local Large Language Models (LLMs) are important in cybersecurity because they enable organizations to leverage AI capabilities such as threat detection, log analysis, and automation, while maintaining full control over sensitive data. Unlike public LLMs, local deployments keep information private, align with regulatory frameworks (like NIST CSF and NERC CIP), and reduce risk by eliminating exposure to third-party APIs.

This course addresses challenges like context limitations and model fine-tuning through four technical labs, empowering students to automate investigations and tailor AI tools without compromising sensitive data. FOR563 bridges the gap between cutting-edge AI and secure forensic workflows, giving teams the confidence to integrate AI into their operations, privately and effectively.

In a time where cybersecurity teams are increasingly exploring AI to improve investigation speed and accuracy, FOR563 positions you at the forefront of this transformation. This one-day, hands-on course is tailored specifically for DFIR professionals who want to integrate Artificial Intelligence into their workflows without exposing sensitive data to third-party platforms. By focusing on LLMs, FOR563 teaches you how to securely harness the power of AI to automate, accelerate, and scale your forensic and incident response capabilities. These skills are not only highly relevant but also immediately applicable, making you a more agile and impactful analyst in a rapidly evolving threat landscape.

Through this course, you'll learn to:

  • How to deploy private, self-hosted LLMs to maintain full control over sensitive forensic data
  • Configuration and setup of local AI environments for real-world DFIR tasks
  • Building custom forensic agents to automate investigative workflows using natural language
  • Analyzing logs, forensic artifacts, and databases—including those with proprietary or undocumented formats—using LLMs
  • Fine-tuning and optimizing LLMs for specialized use cases in digital forensics and incident response
  • Navigating practical challenges like context limitations and inference accuracy through hands-on labs
  • Extending skills to cloud or API-based LLMs, enabling flexibility across different environments and organizational needs
  • Accelerating investigations and automating repetitive tasks without compromising privacy or compliance

Course Schedule and Pricing

Looking for Group Purchasing Options?Contact Us
Showing 7 of 7

Benefits of Learning with SANS

Bryan Simon: Teacher Standing Next to Smartboard and Explaining Concept

Get feedback from the world’s best cybersecurity experts and instructors

OnDemand Mobile App

Choose how you want to learn - online, on demand, or at our live in-person training events

Close Up of Woman Holding a Pen and Documents

Get access to our range of industry-leading courses and resources