Skip to content

Windows의 Driver Filter에서 Process, File, Registry의 Access 항목을 실시간으로 가져와 사용자에게 알려주는 프로그램

Notifications You must be signed in to change notification settings

Kalparang/ProcMon

Repository files navigation

ProcMon

Windows의 Driver Filter에서 Process, File, Registry의 Access 이벤트를 사용자에게 보여주는 프로그램

sc1

기능

  1. 실행중인 process들이 접근중인 process, file, registry 항목들을 driver filter에서 실시간으로 가져와 사용자에게 보여줌
  2. 해당 기능을 수행한 process의 PID, 발생한 시간, 수행한 작업(terminate, create, read 등등), 수행한 대상(process PID, 파일명, 레지스트리)을 표시
  3. PID, 작업, 대상으로 필터링하여 검색 가능

설치

  1. driver 인증서가 테스트 인증서이므로 Windows를 테스트 모드에 진입해야 함
  2. CMD를 관리자 권한으로 실행
  3. bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
  4. bcdedit.exe -set TESTSIGNING OFF
  5. 재부팅
  6. ProcMon.exe를 관리자 권한으로 실행
  7. 테스트 모드를 해제하려면 2. 3. 재실행 후 bcdedit.exe -set TESTSIGNING ON

레퍼런스

Process - https://github.com/microsoft/Windows-driver-samples/tree/main/general/obcallback

Registry - https://github.com/microsoft/Windows-driver-samples/tree/main/general/registry/regfltr

File - https://github.com/apriorit/file-system-filter

About

Windows의 Driver Filter에서 Process, File, Registry의 Access 항목을 실시간으로 가져와 사용자에게 알려주는 프로그램

Resources

Stars

Watchers

Forks

Packages

No packages published