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,"destinationIpAddress": string,"hashMd5": string,"hashSha1": string,"hashSha256": 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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eArtifacts are identified by a specific indicator, which can be a domain name, destination IP address, MD5 hash, SHA1 hash, or SHA256 hash.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eartifact\u003c/code\u003e field in the JSON representation is a union field, meaning it can only contain one of the specified types at a time.\u003c/p\u003e\n"],["\u003cp\u003eThe possible \u003ccode\u003eartifact\u003c/code\u003e types are represented as strings in JSON and include \u003ccode\u003edomain\u003c/code\u003e, \u003ccode\u003edestination_ip_address\u003c/code\u003e, \u003ccode\u003ehash_md5\u003c/code\u003e, \u003ccode\u003ehash_sha1\u003c/code\u003e, and \u003ccode\u003ehash_sha256\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach of the listed \u003ccode\u003eartifact\u003c/code\u003e types—domain name, destination IP address, and the three hash types—represents a distinct method for identifying an artifact.\u003c/p\u003e\n"]]],[],null,["# ArtifactIndicator\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAn indicator to identify an artifact. Artifact indicator can be one of domain name, destination ip address, md5 hash, sha1 hash, or sha256 hash."]]