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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
SysmonSimulator — Sysmonイベントシミュレーションユーティリティ。これは、BlueチームによるEDR検出および相関ルールのテストのために、攻撃をシミュレートしてSysmonイベントログを生成するために使用できます。 | Kitploit
ツール/GitHubGitHub/scarredmonk/sysmonsimulator
防御ツールインシデントレスポンスログ分析
GitHubscarredmonk/sysmonsimulator

SysmonSimulator

Sysmonイベントシミュレーションユーティリティ。これは、BlueチームによるEDR検出および相関ルールのテストのために、攻撃をシミュレートしてSysmonイベントログを生成するために使用できます。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

SysmonSimulator

SysmonSimulator は、C 言語で作成されたオープンソースの Windows イベントシミュレーションユーティリティであり、WINAPI を使用してほとんどの攻撃をシミュレートできます。これは、Blue Team が EDR 検出と相関ルールをテストするために使用できます。関連する Sysmon イベント ID の攻撃データを生成するために作成しました。

ブログ記事:

このツールについては、次のブログ記事で説明されています: https://rootdse.org/posts/understanding-sysmon-events/

攻撃は、以下の重要な Windows イベントについてカバーされています:

  • プロセスイベント: プロセス作成、プロセス終了、プロセスアクセス
  • ファイルイベント: ファイル作成、ファイル作成時刻変更、ファイルストリーム作成ハッシュ、ファイル削除、ファイル削除検出
  • 名前付きパイプイベント: 名前付きパイプ作成、名前付きパイプ接続イベント
  • レジストリアクション: レジストリオブジェクトの作成と削除、値の設定、キーと値の名前変更
  • イメージロード
  • ネットワーク接続
  • リモートスレッド作成
  • Raw Access Read
  • DNS クエリ
  • WMI イベント
  • クリップボードキャプチャ
  • プロセスイメージ改ざん
root@kitploit:~
 __                        __
(_      _ ._ _   _  ._    (_  o ._ _      |  _. _|_  _  ._
__) \/ _> | | | (_) | |   __) | | | | |_| | (_|  |_ (_) |
    /
                                            by @ScarredMonk

Sysmon Simulator v0.1 - Sysmon event simulation utility
    A Windows utility to simulate Sysmon event logs

Usage:
Run simulation : .\SysmonSimulator.exe -eid <event id>
Show help menu : .\SysmonSimulator.exe -help

Example:
SysmonSimulator.exe -eid 1

Parameters:
-eid 1  : Process creation
-eid 2  : A process changed a file creation time
-eid 3  : Network connection
-eid 5  : Process terminated
-eid 6  : Driver loaded
-eid 7  : Image loaded
-eid 8  : CreateRemoteThread
-eid 9  : RawAccessRead
-eid 10 : ProcessAccess
-eid 11 : FileCreate
-eid 12 : RegistryEvent - Object create and delete
-eid 13 : RegistryEvent - Value Set
-eid 14 : RegistryEvent - Key and Value Rename
-eid 15 : FileCreateStreamHash
-eid 16 : ServiceConfigurationChange
-eid 17 : PipeEvent - Pipe Created
-eid 18 : PipeEvent - Pipe Connected
-eid 19 : WmiEvent - WmiEventFilter activity detected
-eid 20 : WmiEvent - WmiEventConsumer activity detected
-eid 21 : WmiEvent - WmiEventConsumerToFilter activity detected
-eid 22 : DNSEvent - DNS query
-eid 24 : ClipboardChange - New content in the clipboard
-eid 25 : ProcessTampering - Process image change
-eid 26 : FileDeleteDetected - File Delete logged

Description:
Enter an event ID from the above parameters list and the related Windows API function is called
to simulate the attack and Sysmon event log will be generated which can be viewed in the Windows Event Viewer

Prerequisite:
Sysmon must be installed on the system
ツールをダウンロード