Windows: Unsigned DLL/EXE Image Loaded Into lsass.exe

Alerts on image loads into lsass.exe where the loaded image is unsigned.

FreeReviewedSigma · Medium · v2
Product
windows
Category
image_load
Author
Teymur Kheirkhabarov, oscd.community (SigmaHQ), DRL 1.1
Published
2019-10-22
Updated
2026-07-31
title: "Windows: Unsigned DLL/EXE Image Loaded Into lsass.exe"
id: 5872802f-1fcb-4d0b-8a4e-877673c6a381
status: test
description: Identifies cases where an image (DLL or EXE) is loaded into the lsass.exe process and the image is flagged as unsigned. Loading unsigned binaries into LSASS is a critical credential-access target and can indicate credential dumping or other process injection behavior. The rule relies on Windows image load telemetry that includes the target image path ending in \lsass.exe and a signed/unsigned indicator.
references:
  - https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/image_load/image_load_lsass_unsigned_image_load.yml
author: Teymur Kheirkhabarov, oscd.community, Huntrule Team
date: 2019-10-22
modified: 2021-11-27
tags:
  - attack.credential-access
  - attack.t1003.001
logsource:
  category: image_load
  product: windows
detection:
  selection:
    Image|endswith: \lsass.exe
    Signed: "false"
  condition: selection
falsepositives:
  - Valid user connecting using RDP
level: medium
license: DRL-1.1
related:
  - id: 857c8db3-c89b-42fb-882b-f681c7cf4da2
    type: derived