Detection rules › Sigma

Suspicious Extrac32 Execution

Status
test
Severity
medium
Log source
product windows, category process_creation
Author
frack113
Source
github.com/SigmaHQ/sigma

Download or Copy file with Extrac32

MITRE ATT&CK coverage

TacticTechniques
Command & ControlT1105 Ingress Tool Transfer

Event coverage

ProviderEventTitle
SysmonEvent ID 1Process creation

Rule body yaml

title: Suspicious Extrac32 Execution
id: aa8e035d-7be4-48d3-a944-102aec04400d
status: test
description: Download or Copy file with Extrac32
references:
    - https://lolbas-project.github.io/lolbas/Binaries/Extrac32/
author: frack113
date: 2021-11-26
modified: 2022-08-13
tags:
    - attack.command-and-control
    - attack.t1105
logsource:
    category: process_creation
    product: windows
detection:
    selection_lolbas:
        - CommandLine|contains: extrac32.exe
        - Image|endswith: '\extrac32.exe'
        - OriginalFileName: 'extrac32.exe'
    selection_archive:
        CommandLine|contains: '.cab'
    selection_options:
        CommandLine|contains:
            - /C
            - /Y
            - ' \\\\'
    condition: all of selection_*
falsepositives:
    - Unknown
level: medium

Stages and Predicates

Stage 0: condition

all of selection_*

Stage 1: selection_lolbas

selection_lolbas:
    - CommandLine|contains: extrac32.exe
    - Image|endswith: '\extrac32.exe'
    - OriginalFileName: 'extrac32.exe'

Stage 2: selection_archive

selection_archive:
    CommandLine|contains: '.cab'

Stage 3: selection_options

selection_options:
    CommandLine|contains:
        - /C
        - /Y
        - ' \\\\'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
CommandLinematch
  • \\\\ corpus 8 (sigma 8)
  • .cab corpus 5 (sigma 5)
  • /C corpus 15 (sigma 13, splunk 2)
  • /Y
  • extrac32.exe corpus 2 (sigma 2)
Imageends_with
  • \extrac32.exe corpus 2 (sigma 2)
OriginalFileNameeq
  • extrac32.exe