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

19 lines
494 B
YAML
Raw Normal View History

2017-02-12 15:50:39 +01:00
title: Suspicious Driver Load from Temp
2019-11-12 23:12:27 +01:00
id: 2c4523d5-d481-4ed0-8ec3-7fbf0cb41a75
2018-07-10 09:14:37 -05:00
description: Detects a driver load from a temporary directory
2017-02-19 00:31:59 +01:00
author: Florian Roth
2019-11-12 23:12:27 +01:00
tags:
- attack.persistence
- attack.t1050
2017-02-19 00:31:59 +01:00
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
2019-02-03 00:24:57 +01:00
ImageLoaded: '*\Temp\\*'
2017-02-12 15:50:39 +01:00
condition: selection
falsepositives:
2018-07-13 18:36:12 -05:00
- there is a relevant set of false positives depending on applications in the environment
2017-02-16 18:02:26 +01:00
level: medium