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

14 lines
380 B
YAML

title: Suspicious Driver Load from Temp
description: Detetcs a driver load from a temporary directory
author: Florian Roth
logsource:
product: sysmon
detection:
selection:
EventID: 6
ImageLoaded: '*\Temp\*'
condition: selection
falsepositives:
- there is a relevant set of false positives depending on applications in the envirnment
level: medium