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服务金丝雀的欺骗工程工作 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并将REPLACEME替换为

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

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

构建并安装

  • 进行构建
  • 安装
  • .. 等待
下载工具