Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
UninstalledAppCanary — アンインストール時に発火するカナリア | Kitploit
ツール/GitHubGitHub/nccgroup/uninstalledappcanary
防御ツール侵入検知インシデントレスポンス
GitHubnccgroup/uninstalledappcanary

UninstalledAppCanary

アンインストール時に発火するカナリア

リポジトリを見るウェブサイト
34815年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Uninstalled App Canary

先行研究

これは Windows サービス Canary に関する欺瞞エンジニアリングの研究に基づいています。 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

ビルドとインストール

  • ビルドする
  • インストールする
  • .. 待つ
ツールをダウンロード