Updated Home (markdown)

Guy Acosta 2019-03-28 08:16:15 -07:00
Родитель 89ba154372
Коммит dddff2478b
1 изменённых файлов: 30 добавлений и 30 удалений

60
Home.md

@ -17,36 +17,6 @@ Attack Surface Analyzer 2.0 is a rewrite from the ground up on Microsoft .NET Co
* IT Security Auditors during threat risk reviews can evaluate the risk presented by a particular piece of software installed on the system.
* IT Security Incident Responders gain a better understanding of the state of a systems security.
## System Requirements
### Operating System Support
ASA is tested on Windows 10, Ubuntu and MacOS systems. Dependencies are primarily .NET Core 2.2 and Electron UI which are both packaged as part of the project build and download. No other systems are tested at present but .NET Core is supported on the following versions of Windows:
* Windows 7 SP1
* Windows 8.1
* Windows 10 Anniversary Update (version 1607) or later versions
* Windows Server 2008 R2 SP1 (Full Server or Server Core)
* Windows Server 2012 SP1 (Full Server or Server Core)
* Windows Server 2012 R2 (Full Server or Server Core)
* Windows Server 2016 or later versions (Full Server, Server Core, or Nano Server)
Additional OS compatibility for .NET Core is located here https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2-supported-os.md.
Due to limitations in functionality of Server Core available, only the command line option is likely to be fully supported.
## Installation
The application does not come with an installation program but binaries are provided with each master branch update for convenience and can be downloaded for immediate use or you may build the source code and run it.
Installing Attack Surface Analyzer via NuGet
Figure 2: Manage NuGet Packages for your solution
Enter the package name you want to use, e.g. “Microsoft.Security.AttackSurfaceAnalyzer2” and click “Install”
Other Installation Information
* ATSAN does not add or change any environment variables.
## For Previous Users of Attack Surface Analyzer
Note that .cab files generated from versions of Attack Surface Analyzer are not compatible with Attack Surface Analyzer 2.0. You will need to run a new baseline and product scan to perform the analysis.
# How to Run Attack Surface Analyzer
## Overview
@ -87,6 +57,36 @@ Follow the same general procedures for the GUI application.
## Performance Considerations
Note that analyzer has very high CPU and memory demands, and often takes a considerable amount of time to complete. Analyses should never be run on live production servers since it can severely degrade the performance of the system. Use of the file system or registry (on Windows systems) will add significant time to the collection and analysis.
## System Requirements
### Operating System Support
ASA is tested on Windows 10, Ubuntu and MacOS systems. Dependencies are primarily .NET Core 2.2 and Electron UI which are both packaged as part of the project build and download. No other systems are tested at present but .NET Core is supported on the following versions of Windows:
* Windows 7 SP1
* Windows 8.1
* Windows 10 Anniversary Update (version 1607) or later versions
* Windows Server 2008 R2 SP1 (Full Server or Server Core)
* Windows Server 2012 SP1 (Full Server or Server Core)
* Windows Server 2012 R2 (Full Server or Server Core)
* Windows Server 2016 or later versions (Full Server, Server Core, or Nano Server)
Additional OS compatibility for .NET Core is located here https://github.com/dotnet/core/blob/master/release-notes/2.2/2.2-supported-os.md.
Due to limitations in functionality of Server Core available, only the command line option is likely to be fully supported.
## Installation
The application does not come with an installation program but binaries are provided with each master branch update for convenience and can be downloaded for immediate use or you may build the source code and run it.
Installing Attack Surface Analyzer via NuGet
Figure 2: Manage NuGet Packages for your solution
Enter the package name you want to use, e.g. “Microsoft.Security.AttackSurfaceAnalyzer2” and click “Install”
Other Installation Information
ATSAN does not add or change any environment variables.
## For Previous Users of Attack Surface Analyzer
Note that .cab files generated from versions of Attack Surface Analyzer are not compatible with Attack Surface Analyzer 2.0. You will need to run a new baseline and product scan to perform the analysis.