{"id":43894224,"url":"https://github.com/openbsm/openbsm","last_synced_at":"2026-02-06T17:14:12.371Z","repository":{"id":17922224,"uuid":"20891149","full_name":"openbsm/openbsm","owner":"openbsm","description":"OpenBSM open audit implementation","archived":false,"fork":false,"pushed_at":"2024-11-04T03:29:24.000Z","size":15427,"stargazers_count":165,"open_issues_count":24,"forks_count":53,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-11-04T04:24:26.233Z","etag":null,"topics":["audit","bsm","freebsd","linux","logging","osx","security"],"latest_commit_sha":null,"homepage":"http://www.openbsm.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openbsm.png","metadata":{"files":{"readme":"README","changelog":"NEWS","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-06-16T16:01:59.000Z","updated_at":"2024-11-04T03:29:29.000Z","dependencies_parsed_at":"2024-11-04T04:31:25.559Z","dependency_job_id":null,"html_url":"https://github.com/openbsm/openbsm","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/openbsm/openbsm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openbsm%2Fopenbsm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openbsm%2Fopenbsm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openbsm%2Fopenbsm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openbsm%2Fopenbsm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openbsm","download_url":"https://codeload.github.com/openbsm/openbsm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openbsm%2Fopenbsm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29169397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T16:33:35.550Z","status":"ssl_error","status_checked_at":"2026-02-06T16:33:30.716Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audit","bsm","freebsd","linux","logging","osx","security"],"created_at":"2026-02-06T17:14:11.432Z","updated_at":"2026-02-06T17:14:12.360Z","avatar_url":"https://github.com/openbsm.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenBSM\n\n[![Build Status](https://travis-ci.org/openbsm/openbsm.svg?branch=master)](https://travis-ci.org/openbsm/openbsm)\n\n[![Coverity Scan Build Status](https://scan.coverity.com/projects/11238/badge.svg)](https://scan.coverity.com/projects/openbsm)\n\n## Introduction\n\nOpenBSM is an open-source implementation of Sun's BSM event auditing file\nformat and API.  Originally created for Apple Computer by McAfee Research,\nOpenBSM is now maintained by volunteers and through the generous contributions\nof several organizations.\n\nOpenBSM includes several command line tools, including auditreduce(8) and\npraudit(8) for reducing and printing audit trails, as well as the libbsm(3)\nlibrary to manage configuration files, generate audit records, and parse and\nprint audit trails.  It also includes the auditd(8) audit configuration\ndaemon, and the auditdistd(8) audit-trail distribution daemon.\n\nCoupled with a kernel audit implementation, OpenBSM can be used to maintain\nsystem audit streams, and is a foundation for a full audit-enabled system.\nPortions of OpenBSM, including include files and token-building routines, are\nreusable in a kernel audit implementation, and may be found in the FreeBSD\nand macOS kernels.\n\n## Contents\n\nOpenBSM consists of several directories:\n\n    bin/           Audit-related command line tools and daemons\n    bsm/           Library header files for BSM\n    compat/        Compatibility code to build on various operating systems\n    etc/           Sample /etc/security configuration files\n    libauditd/     Common audit management functions for auditd and launchd\n    libbsm/        Implementation of BSM library interfaces and man pages\n    man/           System call and configuration file man pages\n    m4/            Input files for m4 macro text processor \n    modules/       Directory for auditfilterd module source\n    sys/           System header files for BSM\n    test/          Test token sets and geneneration program\n    tools/         Tool directory, including audump to dump databases\n\nThe following programs are included with OpenBSM:\n\n    audit          Command line audit control tool\n    auditd         Audit management daemon\n    auditdistd     Audit trail distribution daemon\n    auditfilterd   Experimental event monitoring framework\n    auditreduce    Audit trail reduction tool\n    audump         Debugging tool to parse and print audit databases\n    praudit        Tool to print audit trails\n\n## Build and Installation\n\nPlease see the file INSTALL for build and installation instructions.\n\n## Contributions\n\nThe TrustedBSD Project would appreciate the contribution of bug fixes,\nenhancements, etc, under the same license found in the top-level LICENSE file.\nPlease see the file CREDITS to learn more about who has contributed to the\nproject.\n\n## Location\n\nInformation on OpenBSM may be found on the OpenBSM home page:\n\n    http://www.OpenBSM.org/\n\nInformation on TrustedBSD may be found on the TrustedBSD home page:\n\n    http://www.TrustedBSD.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenbsm%2Fopenbsm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenbsm%2Fopenbsm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenbsm%2Fopenbsm/lists"}