Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
SysmonSimulator — Sysmon 事件模拟工具,可用于模拟攻击以生成 Sysmon 事件日志,供蓝队测试 EDR 检测及关联规则。 | Kitploit
工具/GitHubGitHub/scarredmonk/sysmonsimulator
防御工具事件响应日志分析
GitHubscarredmonk/sysmonsimulator

SysmonSimulator

Sysmon 事件模拟工具,可用于模拟攻击以生成 Sysmon 事件日志,供蓝队测试 EDR 检测及关联规则。

查看仓库
8681104年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

SysmonSimulator

SysmonSimulator 是一个用 C 语言编写的开源 Windows 事件模拟工具,可用于模拟大多数使用 WINAPI 的攻击。蓝队可使用它来测试 EDR 检测和关联规则。我创建此工具的目的是为相关 Sysmon 事件 ID 生成攻击数据。

博客文章:

该工具在以下博客文章中进行了说明: https://rootdse.org/posts/understanding-sysmon-events/

涵盖的攻击针对重要的 Windows 事件,如下所示:

  • 进程事件:进程创建、进程终止、进程访问
  • 文件事件:文件创建、文件创建时间更改、文件流创建哈希、文件删除、文件删除检测
  • 命名管道事件:命名管道创建、命名管道连接事件
  • 注册表操作:注册表对象创建和删除、值设置、键和值重命名
  • 映像加载
  • 网络连接
  • 创建远程线程
  • 原始访问读取
  • 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
下载工具