mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
Merge pull request #2100 from kidrek/sysmon_delete_prefetch
Add new rule - sysmon_delete_prefetch - AntiForensic
This commit is contained in:
commit
84ec2f582a
23
rules/windows/file_delete/sysmon_delete_prefetch.yml
Executable file
23
rules/windows/file_delete/sysmon_delete_prefetch.yml
Executable file
@ -0,0 +1,23 @@
|
||||
title: Prefetch File Deletion
|
||||
id: 0a1f9d29-6465-4776-b091-7f43b26e4c89
|
||||
status: experimental
|
||||
description: Detects the deletion of a prefetch file (AntiForensic)
|
||||
level: high
|
||||
author: Cedric MAURUGEON
|
||||
date: 2021/09/29
|
||||
tags:
|
||||
- attack.defense_evasion
|
||||
- attack.t1070.004
|
||||
logsource:
|
||||
product: windows
|
||||
category: file_delete
|
||||
detection:
|
||||
selection:
|
||||
TargetFilename|startswith: 'C:\Windows\Prefetch\'
|
||||
TargetFilename|endswith: '.pf'
|
||||
exception:
|
||||
Image: 'C:\windows\system32\svchost.exe'
|
||||
User: 'NT AUTHORITY\SYSTEM'
|
||||
condition: selection and not exception
|
||||
falsepositives:
|
||||
- Unknown
|
Loading…
Reference in New Issue
Block a user