
윈도우 fork API를 악용해 EDR을 우회하는 새로운 인젝션 기법의 POC입니다. https://www.blackhat.com/eu-22/briefings/schedule/index.html#dirty-vanity-a-new-approach-to-code-injection--edr-bypass-28417
EDR을 우회하기 위해 Windows fork API를 남용하는 새로운 인젝션 기법의 POC입니다.
DirtyVanity.exe [TARGET_PID_TO_REFLECT]
리플렉트된 셸코드는 ntdll API와 함께 동작합니다. 포함된 생성 프로젝트인 shellcode_template에서 생성되며, https://github.com/rainerzufalldererste/windows_x64_shellcode_template 의 제공입니다.
셸코드를 쉽게 커스터마이즈하려면:
shellcode_template 프로젝트 안의 shellcode_template 함수를 https://github.com/rainerzufalldererste/windows_x64_shellcode_template 의 지침에 따라 편집합니다.shellcode_template 함수 바이트를 잘라냅니다.DirtyVanity.cpp에 배치합니다.