Code Monkey home page Code Monkey logo

access-audit's Introduction

access_audit.py

access_audit.py audits and logs system access. It can detail the users that did access a system by querying "wtmp" files. It can detail the users that could access a system by generating a log of users who have both password database entries and SSH keys in "/var/lib/misc/ssh-rsa-shadow", then querying that log. Query duration is defined by passing the requisite number of days' history to the relevant command line option.

Copyright (C) 2017 Canonical Ltd.

This file is licensed under the Creative Commons Attribution-ShareAlike 4.0 International Public License (CC BY-SA 4.0). To view a copy of the license, visit "https://creativecommons.org/licenses/by-sa/4.0/legalcode".

Dependencies

  • utmp installed from PyPI with pip

Example cron jobs

# Write *could* access log entry at midnight each day.
0 0 * * * root <path>/access_audit.py -l

# Run *could* access audit for the preceding month at midnight on the first day of each month.
0 0 1 * * <user> <path>/access_audit.py -c $(date -d 'yesterday' +\%d) -s > <path>/<env>-could-$(date -d 'yesterday' +\%Y\%m).csv

# Run *did* access audit for the preceding month at midnight on the first day of each month.
0 0 1 * * <user> <path>/access_audit.py -d $(date -d 'yesterday' +\%d) -s > <path>/<env>-did-$(date -d 'yesterday' +\%Y\%m).csv

Version History

0.1.0

  • Initial release

0.2.0

  • Added CSV output option

0.2.1

  • Added example cron jobs to documentation

0.2.2

  • Added copyright and license details

0.2.3

  • Fixed README license paragraph wrapping

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.