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

ThreatIntelIndicator

import type { ThreatIntelIndicator } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Details about the threat intelligence related to a finding.

interface ThreatIntelIndicator {
Category?: ThreatIntelIndicatorCategory | null;
LastObservedAt?: string | null;
Source?: string | null;
SourceUrl?: string | null;
Value?: string | null;
}

§Properties

§

The category of a threat intelligence indicator.

§
LastObservedAt?: string | null
[src]

Indicates when the most recent instance of a threat intelligence indicator was observed.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
Source?: string | null
[src]

The source of the threat intelligence indicator.

§
SourceUrl?: string | null
[src]

The URL to the page or site where you can get more information about the threat intelligence indicator.

§

The type of threat intelligence indicator.

§
Value?: string | null
[src]

The value of a threat intelligence indicator.