Skip to content

Commit

Permalink
Merge pull request #2283 from Karneades/new-filehandler
Browse files Browse the repository at this point in the history
rule: add new rule to detect the abuse of the exefile file handler
  • Loading branch information
Neo23x0 authored Nov 20, 2021
2 parents a5e7a52 + a8f70e8 commit 9cbc026
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
title: New File Association Using Exefile
id: 44a22d59-b175-4f13-8c16-cbaef5b581ff
description: Detects the abuse of the exefile handler in new file association. Used for bypass of security products.
author: Andreas Hunkeler (@Karneades)
date: 2021/11/19
status: experimental
references:
- https://twitter.com/mrd0x/status/1461041276514623491
tags:
- attack.defense_evasion
logsource:
category: registry_event
product: windows
detection:
selection:
TargetObject|contains: 'Classes\.'
Details: 'exefile'
EventType: SetValue
condition: selection
falsepositives:
- Unknown
level: high

0 comments on commit 9cbc026

Please sign in to comment.