---
title: "Get the content of an image by type malware"
method: GET
path: "/images/{imageDigest}/content/malware"
tags: ["Images"]
---

# Get the content of an image by type malware

`GET /images/{imageDigest}/content/malware`

## Path parameters

- `imageDigest` string, required

## Headers

- `x-anchore-account` string

## Response `200`

Content of specified type from the image

- ContentMalwareResponse — Malware listing response
  - `imageDigest` string
  - `content_type` string
  - `content` MalwareScan[] — List of malware scan results, one per scanner configured to run
    - `enabled` boolean — Indicates if the scanner is enabled
    - `scanner` string — The name of the scanner that produced the finding
    - `metadata` object — Open schema for scanner-specific metadata related to the scan result
    - `findings` object[]
      - `path` string — A path for a file in the image's rootfs
      - `signature` string — The malware signature found at the path

## Other responses

- `500` — Internal error

---

[API](https://skmtc.net/anchore/apis/anchore-engine-api-server.md) · [All operations](https://skmtc.net/anchore/apis/anchore-engine-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchore/anchore-engine-api-server/versions/afb4f60ab44a/schema)
