Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
UninstalledAppCanary — A Canary which fires when uninstalled | Kitploit
도구/GitHubGitHub/nccgroup/uninstalledappcanary
Defensive ToolsIntrusion DetectionIncident Response
GitHubnccgroup/uninstalledappcanary

UninstalledAppCanary

A Canary which fires when uninstalled

저장소 보기웹사이트
3485년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

제거된 앱 카나리

선행 연구

이것은 Windows 서비스 카나리(Windows Service Canaries)에 관한 디셉션 엔지니어링 작업을 기반으로 합니다. https://research.nccgroup.com/2021/03/04/deception-engineering-exploring-the-use-of-windows-service-canaries-against-ransomware/

요지

특정 위협 행위자는 후속 단계를 드롭하기 전에 여러 제품을 제거합니다. 우리는 관련 이름으로 제거될 때 발화하는 여러 카나리 앱을 배포합니다.

코인 마이너 작전 기법

2021년 Microsoft Exchange 전쟁 중에 우리는 위협 행위자가 사용한 다음과 같은 작전 기법을 관찰했습니다.

root@kitploit:~
cmd /c start /b wmic.exe product where "name like '%Eset%'" call uninstall /nointeractive
cmd /c start /b wmic.exe product where "name like '%%Kaspersky%%'" call uninstall /nointeractive
cmd /c start /b wmic.exe product where "name like '%avast%'" call uninstall /nointeractive
cmd /c start /b wmic.exe product where "name like '%avp%'" call uninstall /nointeractive
cmd /c start /b wmic.exe product where "name like '%Security%'" call uninstall /nointeractive
cmd /c start /b wmic.exe product where "name like '%AntiVirus%'" call uninstall /nointeractive
cmd /c start /b wmic.exe product where "name like '%Norton Security%'" call uninstall /nointeractive

구성

Security.vdproj를 편집하고 다음에서 REPLACME를 교체합니다.

root@kitploit:~
"Arguments" = "8:REPLACEME.canarytokens.com"

https://github.com/nccgroup/UninstalledAppCanary/blob/main/Security/Security.vdproj#L69

빌드 및 설치

  • 빌드를 수행합니다
  • 설치합니다
  • .. 기다립니다
도구 다운로드