Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/cdpxe/openbsdhacks
- Owner: cdpxe
- License: other
- Created: 2020-02-06T09:11:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T06:05:06.000Z (2 months ago)
- Last Synced: 2024-10-12T06:22:16.946Z (about 1 month ago)
- Topics: 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
- Language: HTML
- Homepage: http://www.wendzel.de/projects/
- Size: 57.6 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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