> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/admin-guide/33/runtime-defense/incident-types/malware.md).

# Malware

A malware binary incident indicates that a malware binary was written to the file system. A binary can be identified as malware using WildFire, Prisma Cloud advanced intelligence stream or based on a custom feed.

## Investigation

File can be identified as malware by WildFire, Prisma Cloud advanced threat intelligence feed and custom feeds.

For files identified as malware by Wildfire, the WildFire report should be examined for additional details on the malware behavior.

A malware incident indicates an attacker has access to writing or modifying files in a container/host and might have gained full code execution.

Therefore, for investigating this incident you must first determine the source of the file write call. The process that called the file write is likely malicious, or a user may have downloaded the malware unaware of the risk.

You should further investigate how this process gained execution. Review the forensics date for the container/host, other entries in the Incident Explorer, and audits from the source, looking for unusual process execution, hijacked processes, and explicit execution of commands.

<figure><img src="/files/lB73N3layObtVNwrJ2bs" alt="incident malware"><figcaption></figcaption></figure>

## Mitigation

A full mitigation strategy for this incident begins by resolving the issues that allowed the attacker to write or modify the file.

Ensure that compliance benchmarks are appropriately applied to the affected resources. For example, if the critical file systems in the host are mounted read-only, it will be more difficult for an attacker to change system files and configurations to their advantage.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/admin-guide/33/runtime-defense/incident-types/malware.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
