Skip to content

lucasjkr/AnalyzeAudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnalyzeAudit

Input - a csv export from Purview's activity log

Requirements

  • Python3
  • Sqlite 3

Initial setup

pip install -r requirements.txt

Usage

Analyze Audit file

Returns an excel file with different tabs showing user activity showing mail items accessed, mail sent, mail deleted, file and folder actions in OneDrive/Sharepoint:

python3 AnalyzeAudit.py export.csv

Get Operations from Audit file

Analyze Audit file and print list of operations within it (useful for determining whether new logic needs to be written)

python3 AnalyzeAudit.py export.csv --ops

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages