Windows: Process creation involving VSIISExeLauncher.exe with -p and -a arguments

Flags Windows launches of VSIISExeLauncher.exe with "-p" and "-a" parameters, consistent with potential arbitrary binary execution.

FreeReviewedSigma · Medium · v2
Product
windows
Category
process_creation
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-06-09
Updated
2026-07-31
title: "Windows: Process creation involving VSIISExeLauncher.exe with -p and -a arguments"
id: 47c8b87d-15ae-44c6-817e-74e6fd56b56b
status: test
description: This rule flags Windows process executions where VSIISExeLauncher.exe is launched and the command line contains both " -p " and " -a ", indicating it was used with parameters that can drive execution of attacker-controlled payloads. Attackers may leverage this signed Microsoft-associated binary to blend in with legitimate development tooling and reduce detection confidence. The detection relies on process creation telemetry, matching the executable name and the presence of specific argument patterns in the command line.
references:
  - https://lolbas-project.github.io/lolbas/OtherMSBinaries/VSIISExeLauncher/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_lolbin_vsiisexelauncher.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2022-06-09
tags:
  - attack.execution
  - attack.stealth
  - attack.t1127
logsource:
  category: process_creation
  product: windows
detection:
  selection_img:
    - Image|endswith: \VSIISExeLauncher.exe
    - OriginalFileName: VSIISExeLauncher.exe
  selection_cli:
    CommandLine|contains:
      - " -p "
      - " -a "
  condition: all of selection*
falsepositives:
  - Unknown
level: medium
license: DRL-1.1
related:
  - id: 18749301-f1c5-4efc-a4c3-276ff1f5b6f8
    type: derived