mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
21 lines
533 B
YAML
21 lines
533 B
YAML
title: Suspicious Driver Load from Temp
|
|
id: 2c4523d5-d481-4ed0-8ec3-7fbf0cb41a75
|
|
description: Detects a driver load from a temporary directory
|
|
author: Florian Roth
|
|
date: 2017/02/12
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1050
|
|
- attack.t1543.003
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 6
|
|
ImageLoaded: '*\Temp\\*'
|
|
condition: selection
|
|
falsepositives:
|
|
- there is a relevant set of false positives depending on applications in the environment
|
|
level: medium
|