Show / Hide Table of Contents

Class CollectorOptions

Inheritance
System.Object
CommandOptions
CollectorOptions
CollectCommandOptions
GuidedModeCommandOptions
Inherited Members
CommandOptions.DatabaseFilename
CommandOptions.Debug
CommandOptions.LowMemoryUsage
CommandOptions.Quiet
CommandOptions.Shards
CommandOptions.Verbose
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer
Assembly: AsaLib.dll
Syntax
public class CollectorOptions : CommandOptions

Properties

| Improve this Doc View Source

CrawlArchives

Declaration
public bool CrawlArchives { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

DownloadCloud

Declaration
public bool DownloadCloud { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableAllCollectors

Declaration
public bool EnableAllCollectors { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableCertificateCollector

Declaration
public bool EnableCertificateCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableComObjectCollector

Declaration
public bool EnableComObjectCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableDriverCollector

Declaration
public bool EnableDriverCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableEventLogCollector

Declaration
public bool EnableEventLogCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableFileSystemCollector

Declaration
public bool EnableFileSystemCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableFirewallCollector

Declaration
public bool EnableFirewallCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableKeyCollector

Declaration
public bool EnableKeyCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableNetworkPortCollector

Declaration
public bool EnableNetworkPortCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableProcessCollector

Declaration
public bool EnableProcessCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableRegistryCollector

Declaration
public bool EnableRegistryCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableServiceCollector

Declaration
public bool EnableServiceCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableTpmCollector

Declaration
public bool EnableTpmCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableUserCollector

Declaration
public bool EnableUserCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableWifiCollector

Declaration
public bool EnableWifiCollector { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

GatherHashes

Declaration
public bool GatherHashes { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

GatherVerboseLogs

Declaration
public bool GatherVerboseLogs { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

GatherWifiPasswords

Declaration
public bool GatherWifiPasswords { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Overwrite

Declaration
public bool Overwrite { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

RunId

Declaration
public string RunId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SelectedDirectories

Declaration
public List<string> SelectedDirectories { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

SelectedHives

Declaration
public List<string> SelectedHives { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

SingleThread

Declaration
public bool SingleThread { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX