{"type":"api","title":"Get Samples for Hash Artifacts","meta":{"id":"/apps/pubhub/media/legacy-umbrella-api/bf58de618cbb72dda8f39b0414ce94c0a15cd467/f963d12c-70c5-3340-bb7c-d5cff60c643a","info":{"title":"Investigate API","description":"Umbrella Investigate API","version":"1.1.4","contact":{"name":"Cloud Security Developer Community"}},"security":[{"bearerAuth":[]}],"tags":[{"name":"Domain Status and Categorization"},{"name":"Domain Volume"},{"name":"Co-occurrences for a Domain"},{"name":"Passive DNS"},{"name":"Tagging Timeline"},{"name":"Subdomains for a Domain"},{"name":"Related Domains for a Domain"},{"name":"Security Information for a Domain"},{"name":"AS Information for a Domain"},{"name":"WHOIS Information for a Domain"},{"name":"Umbrella Popularity List-Top Million Domains"},{"name":"Search Domain"},{"name":"Cisco Secure Malware Analytics Integration"}],"x-parser-conf":{"overview":{"markdownPath":"investigate/investigate-explorer-overview.md"}},"openapi":"3.0.0","servers":[{"url":"https://investigate.api.umbrella.com"}],"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"spec":{"summary":"Get Samples for Hash Artifacts","operationId":"getSampleHashArtifacts","tags":["Cisco Secure Malware Analytics Integration"],"description":"Other samples associated with this sample. The sample data does not include a threatScore.\nArtifacts are only available for Cisco Secure Malware Analytics customers.","parameters":[{"name":"hash","in":"path","required":true,"description":"Specify the hash that you want to research,\nfor example, `3ee3cbe0ca92d2470f50712adf60fb03e4ad327fd78e630e004571b89db47cea`.","schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"description":"The number of items to return from the collection. The default is 10.\nIncrease the limit to request a larger set of data.","schema":{"type":"integer","default":10},"$$ref":"#/components/parameters/limitParam"},{"name":"offset","in":"query","required":false,"description":"A number that represents an index into the collection. By default, the offset is 0 (the first record).","schema":{"type":"integer"},"$$ref":"#/components/parameters/offsetParam"}],"responses":{"200":{"description":"Everything worked as expected.","content":{"application/json":{"schema":{"properties":{"totalresults":{"type":"integer","format":"int64"},"moreDataAvailable":{"type":"boolean"},"limit":{"type":"integer","format":"int64"},"offset":{"type":"integer","format":"int64"},"artifacts":{"type":"array","items":{"properties":{"sha256":{"type":"string"},"sha1":{"type":"string"},"md5":{"type":"string"},"magictype":{"type":"string"},"threatscore":{"type":"integer","format":"int64"},"size":{"type":"integer","format":"int64"},"firstSeen":{"type":"string"},"lastSeen":{"type":"string"},"visible":{"type":"boolean"},"avresults":{"type":"array","items":{"properties":{"signature":{"type":"string"},"product":{"type":"string"}},"$$ref":"#/components/schemas/Avresult"}}},"$$ref":"#/components/schemas/Sample"}},"samples":{"type":"array","items":{"type":"array","items":{"properties":{"query":{"type":"string"},"totalresults":{"type":"integer","format":"int64"},"moreDataAvailable":{"type":"boolean"},"limit":{"type":"integer","format":"int64"},"offset":{"type":"integer","format":"int64"},"samples":{"type":"array","items":{"properties":{"sha256":{"type":"string"},"sha1":{"type":"string"},"md5":{"type":"string"},"magictype":{"type":"string"},"threatscore":{"type":"integer","format":"int64"},"size":{"type":"integer","format":"int64"},"firstSeen":{"type":"string"},"lastSeen":{"type":"string"},"visible":{"type":"boolean"},"avresults":{"type":"array","items":{"properties":{"signature":{"type":"string"},"product":{"type":"string"}},"$$ref":"#/components/schemas/Avresult"}}},"$$ref":"#/components/schemas/Sample"}}},"$$ref":"#/components/schemas/Grid"},"$$ref":"#/components/schemas/Grids"}}},"$$ref":"#/components/schemas/SampleHashSamples"},"example":{"totalResults":10,"moreDataAvailable":true,"limit":100,"offset":0,"artifacts":[{"sha256":"fd6c69c345f1e32924f0a5bb7393e191b393a78d58e2c6413b03ced7482f2320","sha1":"b4fa74a6f4dab3a7ba702b6c8c129f889db32ca6","md5":"ff5e1f27193ce51eec318714ef038bef","magicType":"PE32 executable (GUI) Intel 80386, for MS Windows, UPX compressed","size":56320,"firstSeen":"1460108539000","lastSeen":"1460108539000","visible":false,"avresults":[]}],"samples":[]}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/400Error"},"401":{"description":"Unauthorized request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/401Error"},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/403Error"},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/404Error"},"500":{"description":"Server error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/500Error"}},"__originalOperationId":"getSampleHashArtifacts","security":[{"bearerAuth":[]}],"method":"get","path":"/sample/{hash}/artifacts"}}