Skip to content

Commit

Permalink
Update and promote hide-thread-from-debugger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtothej committed Jul 5, 2023
1 parent cb3bc24 commit a8b8558
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
rule:
meta:
name: hide thread from debugger
namespace: anti-analysis/anti-debugging/debugger-evasion
authors:
- [email protected]
- [email protected]
scope: function
att&ck:
- Defense Evasion::Debugger Evasion [T1622]
mbc:
- Anti-Behavioral Analysis::Debugger Evasion [B0002]
references:
- https://anti-debug.checkpoint.com/techniques/interactive.html#ntsetinformationthread
- https://github.com/LordNoteworthy/al-khaser/blob/master/al-khaser/AntiDebug/NtSetInformationThread_ThreadHideFromDebugger.cpp
- https://github.com/jaeyung1001/Anti-Debugging/blob/master/Code/NtSetInformationThread.cpp
examples:
- 26beba7352a32b803aa19e0782011a383a1df19549910e7b2f2f244e49678524:0x10001670
features:
- or:
- basic block:
- and:
- or:
- api: NtSetInformationThread
- api: ZwSetInformationThread
- number: 0x11 = ThreadHideFromDebugger
- and:
- or:
- string: "NtSetInformationThread"
- string: "ZwSetInformationThread"
- api: GetProcAddress
- api: GetCurrentThread
- number: 0x11 = ThreadHideFromDebugger
13 changes: 0 additions & 13 deletions nursery/hide-thread-from-debugger.yml

This file was deleted.

0 comments on commit a8b8558

Please sign in to comment.