From d35d5be82fd893b0d650b359db5a49876a09a9c2 Mon Sep 17 00:00:00 2001 From: pkdev23 <153284894+pkdev23@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:50:24 +0200 Subject: [PATCH] README.md aktualisieren Add CoNum to Monitoring / Logging section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e33ec4..45c4500 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c ### Monitoring / Logging - [BoxyHQ](https://github.com/retracedhq/retraced) - Open source API for security and compliance audit logging. +- [CoNum](https://github.com/pkdev23/CoNum) - Real-time file and code integrity monitoring tool for developers and security teams. Tracks file changes, generates diff reports, and sends alerts locally without cloud dependency. - [justniffer](http://justniffer.sourceforge.net/) - Justniffer is a network protocol analyzer that captures network traffic and produces logs in a customized way, can emulate Apache web server log files, track response times and extract all "intercepted" files from the HTTP traffic. - [httpry](http://dumpsterventures.com/jason/httpry/) - httpry is a specialized packet sniffer designed for displaying and logging HTTP traffic. It is not intended to perform analysis itself, but to capture, parse, and log the traffic for later analysis. It can be run in real-time displaying the traffic as it is parsed, or as a daemon process that logs to an output file. It is written to be as lightweight and flexible as possible, so that it can be easily adaptable to different applications. - [ngrep](http://ngrep.sourceforge.net/) - ngrep strives to provide most of GNU grep's common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Raw across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, and understands BPF filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop. @@ -100,6 +101,7 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c - [VAST](https://github.com/tenzir/vast) - Open source security data pipeline engine for structured event data, supporting high-volume telemetry ingestion, compaction, and retrieval; purpose-built for security content execution, guided threat hunting, and large-scale investigation. - [Substation](https://github.com/brexhq/substation) - Substation is a cloud native data pipeline and transformation toolkit written in Go. + ### IDS / IPS / Host IDS / Host IPS - [Snort](https://www.snort.org/) - Snort is a free and open source network intrusion prevention system (NIPS) and network intrusion detection system (NIDS)created by Martin Roesch in 1998. Snort is now developed by Sourcefire, of which Roesch is the founder and CTO. In 2009, Snort entered InfoWorld's Open Source Hall of Fame as one of the "greatest [pieces of] open source software of all time".