API Reference
SubdomainDiscoveryEntry
Represents a subdomain discovered from CT data.
Inheritance
- Object
- SubdomainDiscoveryEntry
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
public SubdomainDiscoveryEntry() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Name { get; set; } #Gets or sets the name 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 Nullable<DateTimeOffset> LatestCertificateCtEntryTimestampUtc { get; set; } #Gets or sets the latest certificate ct entry timestamp utc value.
public String LatestCertificateThumbprint { get; set; } #Gets or sets the latest certificate thumbprint value.
public String LatestCertificateSubject { get; set; } #Gets or sets the latest certificate subject value.
public String LatestCertificateIssuer { get; set; } #Gets or sets the latest certificate issuer value.
public String LatestCertificateSerialNumber { get; set; } #Gets or sets the latest certificate serial number value.
public Nullable<DateTimeOffset> LatestCertificateNotBeforeUtc { get; set; } #Gets or sets the latest certificate not before utc value.
public Nullable<DateTimeOffset> LatestCertificateNotAfterUtc { get; set; } #Gets or sets the latest certificate not after utc value.
public IReadOnlyList<String> LatestCertificateSubjectAlternativeNames { get; set; } #Gets or sets the latest certificate subject alternative names value.
public Nullable<Boolean> LatestCertificateIsSelfSigned { get; set; } #Gets or sets the latest certificate is self signed value.
public Nullable<Boolean> LatestCertificateWeakKey { get; set; } #Gets or sets the latest certificate weak key value.
public Nullable<Boolean> LatestCertificateSha1Signature { get; set; } #Gets or sets the latest certificate sha1 signature value.
public Nullable<Boolean> LatestCertificateHasServerAuthentication { get; set; } #Gets or sets the latest certificate has server authentication value.
public Nullable<Boolean> LatestCertificateHasClientAuthentication { get; set; } #Gets or sets the latest certificate has client authentication value.
public Nullable<Boolean> LatestCertificateHasSecureEmail { get; set; } #Gets or sets the latest certificate has secure email value.
public String LatestCertificateAuthenticationProfile { get; set; } #Gets or sets the latest certificate authentication profile value.
public IReadOnlyList<String> CtSources { get; set; } #Gets or sets the ct sources value.
public Int32 CertificateObservationCount { get; set; } #Gets or sets the certificate observation count value.
public SubdomainResolutionStatus ResolutionStatus { get; set; } #Gets or sets the resolution status value.
public IReadOnlyList<String> ARecords { get; set; } #Gets or sets the a records value.
public IReadOnlyList<String> AaaaRecords { get; set; } #Gets or sets the aaaa records value.
public SensitiveSubdomainRisk SensitiveRisk { get; set; } #Gets or sets the sensitive risk value.
public IReadOnlyList<String> SensitiveSignals { get; set; } #Gets or sets the sensitive signals value.
public IReadOnlyList<String> AiSignals { get; set; } #Gets or sets the ai signals value.