Class SuspiciousDomainGtiDetails
The GTI details of the suspicious domain.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class SuspiciousDomainGtiDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ThreatScore
The threat score of the suspicious domain. The threat score is a number between 0 and 100.
Declaration
[JsonProperty("threatScore")]
public virtual int? ThreatScore { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Verdict
Output only. The verdict of the suspicious domain.
Declaration
[JsonProperty("verdict")]
public virtual string Verdict { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VirustotalUri
VirusTotal link for the domain
Declaration
[JsonProperty("virustotalUri")]
public virtual string VirustotalUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |