SigmaHQ/rules/windows/sysmon/sysmon_susp_driver_load.yml
2019-03-06 01:56:05 +03:00

19 lines
471 B
YAML

title: Suspicious Driver Load from Temp
description: Detects a driver load from a temporary directory
author: Florian Roth
tags:
- attack.execution
- attack.persistence
- attack.t1177
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