Windows Driver Load from Temporary Directory Paths

Detects Windows driver loads whose ImageLoaded path contains the temporary directory (\Temp\).

FreeReviewedSigma · High · v2
Product
windows
Category
driver_load
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2017-02-12
Updated
2026-07-31
title: Windows Driver Load from Temporary Directory Paths
id: 8a29a853-7104-4c26-a000-0e7451973447
status: test
description: This rule flags Windows driver loads where the loaded image path contains the temporary directory segment '\Temp\'. Loading a driver from a temp location is suspicious because it may indicate an attempt to stage or execute privileged code from a transient location. The detection relies on telemetry that records the driver image path for driver load events.
references:
  - Internal Research
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/driver_load/driver_load_win_susp_temp_use.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2017-02-12
modified: 2021-11-27
tags:
  - attack.persistence
  - attack.privilege-escalation
  - attack.t1543.003
logsource:
  category: driver_load
  product: windows
detection:
  selection:
    ImageLoaded|contains: \Temp\
  condition: selection
falsepositives:
  - There is a relevant set of false positives depending on applications in the environment
level: high
license: DRL-1.1
related:
  - id: 2c4523d5-d481-4ed0-8ec3-7fbf0cb41a75
    type: derived