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,32 @@
title: Prefetch File Deletion
ruletype: Sigma
author: Cedric MAURUGEON
date: 2021/09/29
description: Detects the deletion of a prefetch file (AntiForensic)
detection:
SELECTION_1:
EventID: 23
SELECTION_2:
EventID: 26
SELECTION_3:
TargetFilename: C:\Windows\Prefetch\\*
SELECTION_4:
TargetFilename: '*.pf'
SELECTION_5:
Image: C:\windows\system32\svchost.exe
SELECTION_6:
User: NT AUTHORITY\SYSTEM
condition: ((SELECTION_1 or SELECTION_2) and (SELECTION_3 and SELECTION_4) and not
(SELECTION_5 and SELECTION_6))
falsepositives:
- Unknown
id: 0a1f9d29-6465-4776-b091-7f43b26e4c89
level: high
logsource:
category: file_delete
product: windows
status: experimental
tags:
- attack.defense_evasion
- attack.t1070.004