All Projects → openbsm → Openbsm

openbsm / Openbsm

Licence: other
OpenBSM open audit implementation

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Openbsm

Iowow
The skiplist based persistent key/value storage engine
Stars: ✭ 206 (+77.59%)
Mutual labels:  osx, freebsd
Laravel Auditing
Record the change log from models in Laravel
Stars: ✭ 2,210 (+1805.17%)
Mutual labels:  logging, audit
Daemonize
daemonize is a library for writing system daemons in Python.
Stars: ✭ 396 (+241.38%)
Mutual labels:  osx, freebsd
Rar2fs
FUSE file system for reading RAR archives
Stars: ✭ 155 (+33.62%)
Mutual labels:  osx, freebsd
psutil
Cross-platform lib for process and system monitoring in Python
Stars: ✭ 8,488 (+7217.24%)
Mutual labels:  freebsd, osx
dotfiles
My .dotfiles
Stars: ✭ 12 (-89.66%)
Mutual labels:  freebsd, osx
Pcm
Processor Counter Monitor
Stars: ✭ 1,240 (+968.97%)
Mutual labels:  osx, freebsd
Lilith
Lilith is a Logging- and AccessEvent viewer for Logback, log4j, log4j2 and java.util.logging
Stars: ✭ 111 (-4.31%)
Mutual labels:  logging
Node Lambda Log
Basic logging mechanism for Node 6.10+ Lambda Functions
Stars: ✭ 115 (-0.86%)
Mutual labels:  logging
Miniaudio
Single file audio playback and capture library written in C.
Stars: ✭ 1,889 (+1528.45%)
Mutual labels:  osx
Console Logging
Better, prettier commandline logging for Python--with colors! 👻
Stars: ✭ 111 (-4.31%)
Mutual labels:  logging
Logur
Logur is an opinionated collection of logging best practices
Stars: ✭ 111 (-4.31%)
Mutual labels:  logging
Stacktracey
Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.
Stars: ✭ 115 (-0.86%)
Mutual labels:  logging
Device
Light weight tool for detecting the current device and screen size written in swift.
Stars: ✭ 1,503 (+1195.69%)
Mutual labels:  osx
Sample Chat Electron
Socket.io based chat server and clients, implemented in NodeJS and distributed to Windows and MacOS.
Stars: ✭ 116 (+0%)
Mutual labels:  osx
Structlog
Structured Logging for Python
Stars: ✭ 1,850 (+1494.83%)
Mutual labels:  logging
Keepassxc
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Stars: ✭ 11,623 (+9919.83%)
Mutual labels:  osx
Zoya
Truly highly composable logging utility
Stars: ✭ 116 (+0%)
Mutual labels:  logging
Kody
.files and environment configuration manager created with node
Stars: ✭ 113 (-2.59%)
Mutual labels:  osx
Applicationinsights Python
Application Insights SDK for Python
Stars: ✭ 114 (-1.72%)
Mutual labels:  logging

OpenBSM

Build Status

Coverity Scan Build Status

Introduction

OpenBSM is an open-source implementation of Sun's BSM event auditing file format and API. Originally created for Apple Computer by McAfee Research, OpenBSM is now maintained by volunteers and through the generous contributions of several organizations.

OpenBSM includes several command line tools, including auditreduce(8) and praudit(8) for reducing and printing audit trails, as well as the libbsm(3) library to manage configuration files, generate audit records, and parse and print audit trails. It also includes the auditd(8) audit configuration daemon, and the auditdistd(8) audit-trail distribution daemon.

Coupled with a kernel audit implementation, OpenBSM can be used to maintain system audit streams, and is a foundation for a full audit-enabled system. Portions of OpenBSM, including include files and token-building routines, are reusable in a kernel audit implementation, and may be found in the FreeBSD and macOS kernels.

Contents

OpenBSM consists of several directories:

bin/           Audit-related command line tools and daemons
bsm/           Library header files for BSM
compat/        Compatibility code to build on various operating systems
etc/           Sample /etc/security configuration files
libauditd/     Common audit management functions for auditd and launchd
libbsm/        Implementation of BSM library interfaces and man pages
man/           System call and configuration file man pages
m4/            Input files for m4 macro text processor 
modules/       Directory for auditfilterd module source
sys/           System header files for BSM
test/          Test token sets and geneneration program
tools/         Tool directory, including audump to dump databases

The following programs are included with OpenBSM:

audit          Command line audit control tool
auditd         Audit management daemon
auditdistd     Audit trail distribution daemon
auditfilterd   Experimental event monitoring framework
auditreduce    Audit trail reduction tool
audump         Debugging tool to parse and print audit databases
praudit        Tool to print audit trails

Build and Installation

Please see the file INSTALL for build and installation instructions.

Contributions

The TrustedBSD Project would appreciate the contribution of bug fixes, enhancements, etc, under the same license found in the top-level LICENSE file. Please see the file CREDITS to learn more about who has contributed to the project.

Location

Information on OpenBSM may be found on the OpenBSM home page:

http://www.OpenBSM.org/

Information on TrustedBSD may be found on the TrustedBSD home page:

http://www.TrustedBSD.org/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].