Skip to content

jsecurity101/JonMon

Repository files navigation

JonMon (Beta)

JonMon is a research project I started to help me learn how to code and understand telemetry mechanisms. It is a collection of open-source telemetry sensors designed to provide users with visibility into the operations and activity of their Windows systems. JonMon has a kernel-level driver component, which is designed to collect information related to system operations such as process creation, registry operations, file creates and more.

In addition to the kernel-level driver component, JonMon also features a user-mode component that collects information about .NET, RPC, network activity, and other important system events. By combining data from both the kernel-level and user-mode components, JonMon provides users with a comprehensive view of their security activity.

The data collected by both components is made easily accessible to users through the Windows event log, allowing users to quickly and easily query the data and gain insights into their system operations.

JonMon started and will continue to be a research project that allows for easy telemetry testing and verification.

Disclaimer

JonMon is currently in Beta release. The project is stable enough to release, but there may be improvements and bugs to fix before V1 is released. Please submit any bug issues as they arise!

This code is not meant to be ran in production environments and is not guaranteed to work. This is an educational/research project only.

Being that this is a project to help me learn how to code, I understand some things will not be perfect and there will be bugs. Issues are welcome, but may not always be addressed.

JonMon Guide

For all things on JonMon, please visit the wiki.

Credit

This project wouldn't be possible without many great people and projects. A special thank you to the following who had direct impact on this project:

  • Coding Help/Understanding:
    • Pavel Yosifovich
      • Helping me understand different coding concepts
    • Evan McBroom
      • General coding help
    • Matt Hand
      • Kernel understanding and Debugging knowledge.
    • Connor McGarr
      • Helping me understand proper coding practices (especially in the kernel)
    • Yarden Shafir
      • Answering random questions and also hyping me up
    • The Bois - for letting me work on JonMon during Bois nights.
  • Beta Testers
  • Courses/Books
    • Pavel Yosifovich
      • Kernel Programming Book and Course
      • Pavel's course is what got me interested in this project. A big thank you to him for his teaching!