Feature/rm submodule (#312)

* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
This commit is contained in:
itiB
2021-12-20 21:14:32 +09:00
committed by GitHub
parent 1aebdca160
commit 83d891b2fa
1196 changed files with 46186 additions and 4 deletions
@@ -0,0 +1,43 @@
title: Suspicious Compression Tool Parameters
ruletype: Sigma
author: Florian Roth, Samir Bousseaden
date: 2019/10/15
description: Detects suspicious command line arguments of common data compression
tools
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
OriginalFileName:
- 7z*.exe
- '*rar.exe'
- '*Command*Line*RAR*'
SELECTION_3:
CommandLine:
- '* -p*'
- '* -ta*'
- '* -tb*'
- '* -sdel*'
- '* -dw*'
- '* -hp*'
SELECTION_4:
ParentImage: C:\Program*
condition: (SELECTION_1 and (SELECTION_2 and SELECTION_3) and not (SELECTION_4))
falsepositives:
- unknown
id: 27a72a60-7e5e-47b1-9d17-909c9abafdcd
level: high
logsource:
category: process_creation
product: windows
modified: 2021/11/27
references:
- https://twitter.com/SBousseaden/status/1184067445612535811
status: test
tags:
- attack.collection
- attack.t1560.001
- attack.exfiltration
- attack.t1020
- attack.t1002