Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Releases: infamousjoeg/DNAmicAnalysis

DNAmicAnalysis-3.0.1

22 Apr 18:06
33d6925
Compare
Choose a tag to compare
  • Fixes #229 where 24-hour formatted DNA database filenames would error
  • Fixes #230 where Total SPNs when not present would error
  • Fixes #231 where the SQL query for Unix Service Account metrics would error
  • Fixed an issue where metric tabs were missing from Excel report for Windows scans

DNAmicAnalysis-3.0.0

09 Apr 16:35
Compare
Choose a tag to compare
  • Added Unix scan analysis automation
  • Metrics now report as DOMAIN\username instead of just username
  • Various bug fixes

DNAmicAnalysis-2.1.2

17 Nov 21:35
06b4b88
Compare
Choose a tag to compare
  • Modified the way Number of Machines are calculated for all metrics for future resilience
  • Metrics containing Services now report proper Number of Machines found

DNAmicAnalysis-2.1.1

09 Oct 20:35
0f4188c
Compare
Choose a tag to compare
  • Fixed Unique Local Privileged IDs

KNOWN ISSUES:

  • When running multiple database analysis, please be aware that local accounts from all databases will be merged in Unique Local Privileged IDs to count Number of Machines. This will skew this metric and it should be completed manually.

DNAmicAnalysis-2.1.0

01 Oct 14:13
327338c
Compare
Choose a tag to compare
  • Added support for multiple DNA database files to be analyzed and merged onto the same workbook
    • Be sure to check out the new YAML configuration format on how to provide multiple database file paths
  • New workbook format where metrics are on individual worksheets (tabs)
  • Added advanced metrics
    • Domain Admin Accounts with Multiple Machine Access by Percentage Tiers
    • Non-Domain Admin Accounts with Multiple Machine Access by Percentage Tiers
  • All additional changes from v2.0.1-v2.0.3 releases not listed above

DNAmicAnalysis-2.0.3

28 Sep 18:56
Compare
Choose a tag to compare
  • Fixes #148 Add Password Length to Apps w/ Clear Text PW (#161)
  • Fixes #149 Added Last Password Set to Local Admin metrics (#162)
  • Fixes #150 Last Logon for Abandoned Accounts (#163)
  • Add Name, Total Found, PW Length to Clear Text IDs (#164)
  • Fixed #165 Progress report of SQLite3 queries (#166)
  • Updated modules and added XlsxWriter (#169)
  • Fix build scripts (#170)
  • Add new XlsxWriter module & Excel output (#173)

DNAmicAnalysis-2.0.2

10 Aug 19:35
3cc2cd6
Compare
Choose a tag to compare
  • Added Number of Machines column to most metrics
  • Minor bug fixes

DNAmicAnalysis-2.0.1

16 Jul 02:08
57318a1
Compare
Choose a tag to compare
  • Bump coverage from 5.1 to 5.2
  • Bump alive-progress from 1.5.1 to 1.6.1
  • Fixed executionDays variable name to expirationDays
  • Fixed output to Excel of a couple metrics that were suppressing Usernames
  • Fixed Local Abandoned Accounts outputting to Excel report despite not finding any abandoned accounts
  • Added an Avg Password Age (Days) column to most metrics in the Excel output
    • Averages all discovered password ages for the specific account it is reported on

DNAmicAnalysis-2.0.0

19 Jun 16:00
Compare
Choose a tag to compare

v2.0.0

Change Log

  • Added multi-threaded process animations on all metrics (PR #141)
  • Added configurable expiration period in days for compliance (PR #140)
  • Removed deploy GitHub Action and changed triggers in tests GitHub Action (PR #139)
  • Fixed apt_pkg error in the vmware-iso VM release (PR #138)

DNAmicAnalysis-1.0.4

02 Jun 15:15
d4e212e
Compare
Choose a tag to compare

CHANGELOG:

  • Added progress bars and status messages for each metric.
  • Upgraded dependencies to latest versions.