Inveigh Execution via Process Creation (Windows)

Detects execution of Inveigh.exe on Windows with spoofing/sniffing command-line flags consistent with MITM behavior.

FreeReviewedSigma · Critical · v2
Product
windows
Category
process_creation
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-10-24
Updated
2026-07-31
title: Inveigh Execution via Process Creation (Windows)
id: f9edb79f-5431-42b7-8af6-bf973de293c9
status: test
description: This rule flags execution of Inveigh by matching process creation details for Inveigh.exe or its original file name, along with the Inveigh product description. It also requires command-line arguments commonly used for spoofing and traffic interception (e.g., SpooferIP and SnifferIP, plus ReplyTo* parameters). Such activity matters because Inveigh is used for IPv4/IPv6 MITM-style operations to capture or influence network credentials, and the rule relies on Windows process creation telemetry including Image path, original file name, description, and command line.
references:
  - https://github.com/Kevin-Robertson/Inveigh
  - https://thedfirreport.com/2020/11/23/pysa-mespinoza-ransomware/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hktl_inveigh.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2022-10-24
modified: 2023-02-04
tags:
  - attack.credential-access
  - attack.t1003.001
logsource:
  category: process_creation
  product: windows
detection:
  selection:
    - Image|endswith: \Inveigh.exe
    - OriginalFileName:
        - \Inveigh.exe
        - \Inveigh.dll
    - Description: Inveigh
    - CommandLine|contains:
        - " -SpooferIP"
        - " -ReplyToIPs "
        - " -ReplyToDomains "
        - " -ReplyToMACs "
        - " -SnifferIP"
  condition: selection
falsepositives:
  - Very unlikely
level: critical
license: DRL-1.1
related:
  - id: b99a1518-1ad5-4f65-bc95-1ffff97a8fd0
    type: derived