Skip to content

Commit

Permalink
Merge PR #4995 from @secDre4mer - Add `Process Deletion of Its Own Ex…
Browse files Browse the repository at this point in the history
…ecutable`

new: Process Deletion of Its Own Executable 

---------

Co-authored-by: nasbench <8741929+nasbench@users.noreply.github.com>
  • Loading branch information
secDre4mer and nasbench authored Sep 3, 2024
1 parent b724a7f commit 9b39e26
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
title: Process Deletion of Its Own Executable
id: f01d1f70-cd41-42ec-9c0b-26dd9c22bf29
status: experimental
description: |
Detects the deletion of a process's executable by itself. This is usually not possible without workarounds and may be used by malware to hide its traces.
references:
- https://github.com/joaoviictorti/RustRedOps/tree/ce04369a246006d399e8c61d9fe0e6b34f988a49/Self_Deletion
author: Max Altgelt (Nextron Systems)
date: 2024-09-03
tags:
- attack.defense-evasion
logsource:
product: windows
category: file_delete
detection:
selection:
TargetFilename|fieldref: Image
condition: selection
falsepositives:
- Some false positives are to be expected from uninstallers.
level: medium

0 comments on commit 9b39e26

Please sign in to comment.