Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_lolbin_extrac32.yml
T
Nasreddine Bencherchali 598d29f811 Merge PR #4950 from @nasbench - Comply With v2 Spec Changes
chore: change tags, date, modified fields to comply with v2 of the Sigma spec.
chore: update the related type from `obsoletes` to `obsolete`.
chore: update local json schema to the latest version.
2024-08-12 12:02:50 +02:00

32 lines
803 B
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