mirror of
https://github.com/patrickt2017/VEHNetLoader
synced 2026-06-06 16:34:30 +00:00
Update README.md
This commit is contained in:
@@ -18,6 +18,8 @@ It is worth noting that EDR or malware analyst may still detect our abnormal sys
|
||||
## ETW Patching
|
||||
ETW providers usually call common WinAPIs such as `EtwEventWrite` and `EtwEventWriteFull` to pass the events to ETW tracing session. At the end, The Native API `NtTraceEvent` is called by these ETW functions. Hence, We could directly apply byte patching to replace its SSN to a dummy value to cause the syscall failure.
|
||||
|
||||

|
||||
|
||||
For ETW CLR providers, please refer to Microsoft's documentation: https://learn.microsoft.com/en-us/dotnet/framework/performance/clr-etw-providers.
|
||||
|
||||
## AMSI Patching
|
||||
@@ -27,6 +29,8 @@ The new technique is to overwrite the string `AmsiScanBuffer` in `.rdata` sectio
|
||||
|
||||
Moreover, AMSI is responsible to scan any assembly content during reflective assembly loads in CLR environment, hence bypassing AMSI here is critical for us to avoid being detected by AMSI and EDR.
|
||||
|
||||

|
||||
|
||||
## RC4 Encryption
|
||||
Other encryption algorithms, such as AES or XOR, should also be applicable, since the primary purpose is to protect our payload placed on disk against EDR detection. Without bypassing techniques, the payload could still be possibily detected when decrypted and loaded into memory regions in the current process.
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
Reference in New Issue
Block a user