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 |
| Fields | |
|---|---|
Union field artifact. An artifact. artifact can be only one of the following: |
|
domain |
A domain name. |
destinationIpAddress |
A destination ip address. |
hashMd5 |
A MD5 file hash. |
hashSha1 |
A SHA1 file hash. |
hashSha256 |
A SHA256 file hash. |