Class SuspiciousDomainAlertDetail
The alert detail for a suspicious domain finding.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class SuspiciousDomainAlertDetail : 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 |
WebRiskOperation
Output only. Name of Web Risk submission operation.
Declaration
[JsonProperty("webRiskOperation")]
public virtual string WebRiskOperation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WebRiskState
Output only. Status of the Web Risk submission.
Declaration
[JsonProperty("webRiskState")]
public virtual string WebRiskState { 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 |