https://github.com/programator2/medusa-policy-mining
Experimental framework for mining security policies for Medusa security module with Constable as the authorization server.
https://github.com/programator2/medusa-policy-mining
linux mining policy
Last synced: 3 months ago
JSON representation
Experimental framework for mining security policies for Medusa security module with Constable as the authorization server.
- Host: GitHub
- URL: https://github.com/programator2/medusa-policy-mining
- Owner: Programator2
- License: gpl-3.0
- Created: 2023-02-24T13:42:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T07:09:06.000Z (over 1 year ago)
- Last Synced: 2025-02-05T11:46:19.995Z (4 months ago)
- Topics: linux, mining, policy
- Language: Python
- Homepage:
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: COPYING
Awesome Lists containing this project
README
* Medusa Policy Mining
This module allows you to create policies from audit logs for the Constable
authorization server.** Example usage
For example, if you want to create policy for PostgreSQL and the logs are stored
in ~*postgres.log~ files, call:
: npp.py --user=postgres --object=postgres --subject=postgres postgres-2023-05-11 *postgres.logLog files from different services have to be separeted using ~--~:
: npp.py 2023-05-11 postfix.log -- sshd.log