ArtifactIndicator

An indicator to identify an artifact. Artifact indicator can be one of domain name, destination ip address, md5 hash, sha1 hash, or sha256 hash.

JSON representation
{

  // Union field artifact can be only one of the following:
  "domain": string,
  "destination_ip_address": string,
  "hash_md5": string,
  "hash_sha1": string,
  "hash_sha256": string
  // End of list of possible types for union field artifact.
}
Fields
Union field artifact. An artifact. artifact can be only one of the following:
domain

string

A domain name.

destination_ip_address

string

A destination ip address.

hash_md5

string

A MD5 file hash.

hash_sha1

string

A SHA1 file hash.

hash_sha256

string

A SHA256 file hash.