SigmaHQ/rules/windows/sysmon/sysmon_susp_driver_load.yml

15 lines
401 B
YAML
Raw Normal View History

2017-02-12 14:50:39 +00:00
title: Suspicious Driver Load from Temp
description: Detetcs a driver load from a temporary directory
author: Florian Roth
logsource:
product: windows
service: sysmon
2017-02-12 14:50:39 +00:00
detection:
selection:
EventID: 6
ImageLoaded: '*\Temp\*'
2017-02-12 14:50:39 +00:00
condition: selection
falsepositives:
- there is a relevant set of false positives depending on applications in the envirnment
2017-02-16 17:02:26 +00:00
level: medium