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