Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NtWorker

The POC was to implement and reverse natively this : Hiding In PlainSight - Proxying DLL Loads To Hide From ETWTI Stack Tracing. Making a minimal exe and no imports. NtAllocateVirtualMemory was used as example (same in the article). It uses direct syscalls to interact with ntdll. It could be combined with indirect syscall + stack spoof to add evasion.

Syscalls

  • NtCreateIoCompletion
  • NtCreateEvent
  • NtCreateWorkerFactory
  • NtSetInformationWorkerFactory
  • NtWorkerFactoryWorkerReady
  • NtSetIoCompletion
  • NtRemoveIoCompletion
  • NtReleaseWorkerFactoryWorker
  • NtShutdownWorkerFactory
  • NtClose
  • NtWaitForSingleObject (For debugging)
  • NtDelayExecution (For debugging)

Result

W10 W11

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages