Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SuspiciousDomainGtiDetails

import type { SuspiciousDomainGtiDetails } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

The GTI details of the suspicious domain.

interface SuspiciousDomainGtiDetails {
threatScore?: number;
readonly verdict?:
| "SUSPICIOUS_DOMAIN_GTI_VERDICT_UNSPECIFIED"
| "SUSPICIOUS_DOMAIN_GTI_VERDICT_BENIGN"
| "SUSPICIOUS_DOMAIN_GTI_VERDICT_UNDETECTED"
| "SUSPICIOUS_DOMAIN_GTI_VERDICT_SUSPICIOUS"
| "SUSPICIOUS_DOMAIN_GTI_VERDICT_MALICIOUS"
| "SUSPICIOUS_DOMAIN_GTI_VERDICT_UNKNOWN";
virustotalUri?: string;
}

§Properties

§
threatScore?: number
[src]

The threat score of the suspicious domain. The threat score is a number between 0 and 100.

§
readonly verdict?: "SUSPICIOUS_DOMAIN_GTI_VERDICT_UNSPECIFIED" | "SUSPICIOUS_DOMAIN_GTI_VERDICT_BENIGN" | "SUSPICIOUS_DOMAIN_GTI_VERDICT_UNDETECTED" | "SUSPICIOUS_DOMAIN_GTI_VERDICT_SUSPICIOUS" | "SUSPICIOUS_DOMAIN_GTI_VERDICT_MALICIOUS" | "SUSPICIOUS_DOMAIN_GTI_VERDICT_UNKNOWN"
[src]

Output only. The verdict of the suspicious domain.

§
virustotalUri?: string
[src]

VirusTotal link for the domain