Files
blue-team-tools/rules/windows/sysmon/sysmon_susp_driver_load.yml
T

15 lines
401 B
YAML
Raw Normal View History

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