Security Assessment Data Management and Analysis Tool
Go to file
cyberperspectives 5c74440f77
Update README.md
2018-05-07 21:11:24 -06:00
classes initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
conf initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
data initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
docs initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
exec initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
img initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
inc initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
reference initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
results initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
script initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
ste initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
style initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
ajax.php initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
apple-touch-icon-57x57.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
apple-touch-icon-60x60.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
apple-touch-icon-72x72.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
apple-touch-icon-76x76.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
apple-touch-icon-114x114.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
apple-touch-icon-120x120.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
apple-touch-icon-144x144.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
apple-touch-icon-152x152.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
apple-touch-icon-180x180.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
browserconfig.xml initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
config.inc initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
Database_Baseline.zip initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
db_schema.json initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
dump.php initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
favicon-16x16.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
favicon-32x32.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
favicon-96x96.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
favicon-160x160.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
favicon-192x192.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
favicon.ico initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
help.php initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
import.php initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
index.php initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
install.bat initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
LICENSE Initial commit 2017-12-13 15:30:56 -05:00
mstile-144x144.png initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
README.md Update README.md 2018-05-07 21:11:24 -06:00
README.pdf initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
Sagacity-1.3-User-Guide.pdf initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
search.php initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
setup.php initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
update.php initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
upload.php initial commit of SVN release repo 2018-05-07 10:51:08 -04:00

Sagacity

Sagacity is a vulnerability assessment and compliance data management tool designed to make security testing more efficient, effective and complete.

Security assessments, especially those done for DoD and Federal organizations, produce tremendous amounts of scan and compliance data that security engineers must sort through and deconflict, identify untested requirements, and somehow analyze to communicate risk to their employers. Sagacity, originally written to support a government customer, was designed to fill that need.

What if an organization could turn massive amounts of irreconcilable vulnerability scan data into true knowledge and insight about their networks? They would be able to make wise decisions resulting in cost-effective actions to improve their security with the best return on investment.

Keen insight. Sound judgment. Wise decisions. Sagacity.

Features

  • ingest data from Nessus vulnerability and compliance scans, SCC, nmap, MBSA and other automated tools
  • correlate data to applicable STIG and IAVM checklists and deconflict data from multiple scan sources
  • identify required manual STIG checks for a complete compliance assessment
  • provide an efficient spreadsheet format for conducting manual tests and reporting compliance data
  • track assessed hosts, applicable STIGs, OS's, installed software, missing patches, network services and more
  • security assessment task tracking to ensure a complete and thorough test
  • statistical analysis of compliance rates, assessment completeness, Cat I, II, III findings and more.

Requirements

Windows:

  • Processor: 2.0 Ghz+ (recommend Intel i5+)
  • Memory: 8GB
  • Hard Drive: 50GB free (SSD recommended)

Linux:

  • Processor: 2.0 Ghz+ (recommend Intel i5+)
  • Memory: 4GB
  • Hard Drive: 50GB (SSD recommended)

Software Requirements

Sagacity has the following software requirements. The versions listed are the minimum required for operation. For PHP, we recommend the closest version you can get to the one listed, further versions may deprecate features before we have the chance to update the code.

  • PHP 7.2
  • MySQL 5.7+ or MariaDB 10+
  • Apache 2.4+

For Windows, you can install XAMPP 7.2.x from https://www.apachefriends.org/download.html

Installation

See README.pdf for complete installation instructions.