Files
blue-team-tools/rules/windows/driver_load/driver_load_susp_temp_use.yml
T
frack113 1cfca93354 Missing status in rules (#2284)
* add missing status
2021-11-19 22:32:26 +01:00

23 lines
622 B
YAML
Executable File

title: Suspicious Driver Load from Temp
id: 2c4523d5-d481-4ed0-8ec3-7fbf0cb41a75
description: Detects a driver load from a temporary directory
status: experimental
author: Florian Roth
date: 2017/02/12
modified: 2020/08/23
tags:
- attack.persistence
- attack.privilege_escalation
- attack.t1050 # an old one
- 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