Show / Hide Table of Contents

Class SuspiciousDomainFindingDetail

A detailed object for a suspicious Domain finding.

Inheritance
object
SuspiciousDomainFindingDetail
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class SuspiciousDomainFindingDetail : IDirectResponseSchema

Properties

Dns

The DNS details of the suspicious domain.

Declaration
[JsonProperty("dns")]
public virtual SuspiciousDomainDnsDetails Dns { get; set; }
Property Value
Type Description
SuspiciousDomainDnsDetails

Domain

Required. The suspicious domain name.

Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GtiDetails

The GTI details of the suspicious domain.

Declaration
[JsonProperty("gtiDetails")]
public virtual SuspiciousDomainGtiDetails GtiDetails { get; set; }
Property Value
Type Description
SuspiciousDomainGtiDetails

MatchScore

Required. Reference to the match score of the finding. This is a float value between 0 and 1 calculated by the matching engine.

Declaration
[JsonProperty("matchScore")]
public virtual float? MatchScore { get; set; }
Property Value
Type Description
float?

Severity

Required. The severity of the finding. This indicates the potential impact of the threat.

Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type Description
string

Whois

The whois details of the suspicious domain.

Declaration
[JsonProperty("whois")]
public virtual SuspiciousDomainWhoIsDetails Whois { get; set; }
Property Value
Type Description
SuspiciousDomainWhoIsDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX