Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdpxe/openbsdhacks

Some of my security-related coding projects for OpenBSD: A kernel-based user-profile intrusion detection system (FUPIDS) and an ICMP-based "port-knocking" service (openportd).
https://github.com/cdpxe/openbsdhacks

bsd fupids hids host-monitoring icmp ids information-security kernel kernel-module kernel-modules openbsd openbsd-community openbsd-ports openbsd-scripts port-knocking portknocking security security-hardening security-monitoring security-tools

Last synced: 18 days ago
JSON representation

Some of my security-related coding projects for OpenBSD: A kernel-based user-profile intrusion detection system (FUPIDS) and an ICMP-based "port-knocking" service (openportd).

Awesome Lists containing this project

README

        

# OpenBSDhacks
Some of my security-related coding projects for OpenBSD. Please note that I wrote these codes when I was in school (FUPIDS) or in my second undergrad semester (openportd). These codes/patches were crafted to work with OpenBSD 3.3 (or so). More of my research projects and papers can be found on [my website](https://www.wendzel.de).

The following projects are located here:

* [FUPIDS](https://github.com/cdpxe/OpenBSDhacks/tree/master/FUPIDS): A "fuzzy" user-profile IDS for OpenBSD; written around 2002
* [openportd](https://github.com/cdpxe/OpenBSDhacks/tree/master/openportd): "port knocking" service, but actually not using ports (it uses ICMP instead), for OpenBSD; written in 2006
* [patches](https://github.com/cdpxe/OpenBSDhacks/tree/master/patches): some patches for OpenBSD kernel/userland