Files
blue-team-tools/rules/windows/driver_load/driver_load_susp_temp_use.yml
T

22 lines
553 B
YAML
Raw Normal View History

2020-06-10 16:32:30 +02:00
title: Suspicious Driver Load from Temp
id: 2c4523d5-d481-4ed0-8ec3-7fbf0cb41a75
2021-11-27 11:33:14 +01:00
status: test
2020-06-10 16:32:30 +02:00
description: Detects a driver load from a temporary directory
author: Florian Roth
date: 2017/02/12
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2020-06-10 16:32:30 +02:00
logsource:
2021-11-27 11:33:14 +01:00
category: driver_load
product: windows
2020-06-10 16:32:30 +02:00
detection:
2021-11-27 11:33:14 +01:00
selection:
ImageLoaded|contains: '\Temp\'
condition: selection
2020-06-10 16:32:30 +02:00
falsepositives:
2021-11-27 11:33:14 +01:00
- there is a relevant set of false positives depending on applications in the environment
2021-04-03 00:00:43 +02:00
level: high
2021-11-27 11:33:14 +01:00
tags:
- attack.persistence
- attack.privilege_escalation
- attack.t1543.003