Detectioncriticaltest

HackTool - Inveigh Execution

Detects the use of Inveigh a cross-platform .NET IPv4/IPv6 machine-in-the-middle tool

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Nasreddine Bencherchali (Nextron Systems)Created Mon Oct 24Updated Sat Feb 04b99a1518-1ad5-4f65-bc95-1ffff97a8fd0windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        - Image|endswith: '\Inveigh.exe'
        - OriginalFileName:
              - '\Inveigh.exe'
              - '\Inveigh.dll'
        - Description: 'Inveigh'
        - CommandLine|contains:
              - ' -SpooferIP'
              - ' -ReplyToIPs '
              - ' -ReplyToDomains '
              - ' -ReplyToMACs '
              - ' -SnifferIP'
    condition: selection
False Positives

Very unlikely

Rule Metadata
Rule ID
b99a1518-1ad5-4f65-bc95-1ffff97a8fd0
Status
test
Level
critical
Type
Detection
Created
Mon Oct 24
Modified
Sat Feb 04
Path
rules/windows/process_creation/proc_creation_win_hktl_inveigh.yml
Raw Tags
attack.credential-accessattack.t1003.001
View on GitHub