Domain Detective

API Reference

Class

SubdomainsInfo

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides subdomains info functionality.

Inheritance

  • Object
  • SubdomainsInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Properties

public HealthCheckType Check { get; set; } #

Gets or sets the check value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public Boolean QuerySucceeded { get; set; } #

Gets or sets the query succeeded value.

public String FailureReason { get; set; } #

Gets or sets the failure reason value.

public Int32 CertificateObservationCount { get; set; } #

Gets or sets the certificate observation count value.

public Boolean ResultsCapped { get; set; } #

Gets or sets the results capped value.

public Nullable<DateTimeOffset> FirstSeenUtc { get; set; } #

Gets or sets the first seen utc value.

public Nullable<DateTimeOffset> LastSeenUtc { get; set; } #

Gets or sets the last seen utc value.

public Int32 DistinctIssuerCount { get; set; } #

Gets or sets the distinct issuer count value.

public IReadOnlyDictionary<String, Int32> IssuerCounts { get; set; } #

Gets or sets the issuer counts value.

public Int32 SubdomainCount { get; set; } #

Gets or sets the subdomain count value.

public Boolean ResolutionReduced { get; set; } #

Gets or sets the resolution reduced value.

public Int32 ResolvesCount { get; set; } #

Gets or sets the resolves count value.

public Int32 DoesNotResolveCount { get; set; } #

Gets or sets the does not resolve count value.

public Int32 QueryFailedCount { get; set; } #

Gets or sets the query failed count value.

public Int32 UnknownResolutionCount { get; set; } #

Gets or sets the unknown resolution count value.

public Int32 SensitiveHighCount { get; set; } #

Gets or sets the sensitive high count value.

public Int32 SensitiveModerateCount { get; set; } #

Gets or sets the sensitive moderate count value.

public Int32 AiExposureCount { get; set; } #

Gets or sets the ai exposure count value.

public Int32 WeakCertificateCount { get; set; } #

Gets or sets the weak certificate count value.

public Int32 SelfSignedCertificateCount { get; set; } #

Gets or sets the self signed certificate count value.

public IReadOnlyDictionary<String, Int32> CtSourceCounts { get; set; } #

Gets or sets the ct source counts value.

public IReadOnlyList<SubdomainDiscoveryEntry> Subdomains { get; set; } #

Gets or sets the subdomains value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String Status { get; set; } #

Gets or sets the status value.

public Int32 WarningCount { get; set; } #

Gets or sets the warning count value.

public Int32 ErrorCount { get; set; } #

Gets or sets the error count value.

public String Summary { get; set; } #

Gets or sets the summary value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Gets or sets the recommendations value.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Gets or sets the positives value.

public IReadOnlyList<String> References { get; set; } #

Gets or sets the references value.

public Sections Narrative { get; set; } #

Gets or sets the narrative value.

public IReadOnlyList<String> Highlights { get; set; } #

Gets or sets the highlights value.

public IReadOnlyList<String> Details { get; set; } #

Gets or sets the details value.

public SubdomainsAnalysis Raw { get; set; } #
JsonIgnore

Gets or sets the raw value.

{{ include "footer" }}