mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 17:45:23 +00:00
26 lines
651 B
YAML
Executable File
26 lines
651 B
YAML
Executable File
title: WSF/JSE/JS/VBA/VBE File Execution
|
|
status: experimental
|
|
description: Detects suspicious file execution by wscript and cscript
|
|
author: Michael Haag
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
Image:
|
|
- '*\wscript.exe'
|
|
- '*\cscript.exe'
|
|
CommandLine:
|
|
- '*.jse'
|
|
- '*.vbe'
|
|
- '*.js'
|
|
- '*.vba'
|
|
condition: selection
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Will need to be tuned. I recommend adding the user profile path in CommandLine if it is getting too noisy.
|
|
level: medium
|