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

26 lines
651 B
YAML
Raw Normal View History

2018-01-27 10:57:30 +01:00
title: WSF/JSE/JS/VBA/VBE File Execution
2017-03-04 14:40:34 -08:00
status: experimental
2017-03-16 18:58:32 +01:00
description: Detects suspicious file execution by wscript and cscript
2017-03-04 14:40:34 -08:00
author: Michael Haag
logsource:
2017-03-13 09:23:08 +01:00
product: windows
service: sysmon
2017-03-04 14:40:34 -08:00
detection:
selection:
EventID: 1
Image:
- '*\wscript.exe'
- '*\cscript.exe'
CommandLine:
- '*.jse'
- '*.vbe'
- '*.js'
- '*.vba'
condition: selection
2017-09-12 23:54:04 +02:00
fields:
- CommandLine
- ParentCommandLine
2017-03-04 14:40:34 -08:00
falsepositives:
- Will need to be tuned. I recommend adding the user profile path in CommandLine if it is getting too noisy.
level: medium