Polymorphic Malware

Noun · Security & Infosec

Definitions

  1. Malware that changes parts of its code, encryption, or structure across generations while preserving its core behavior, making signature-based detection harder. Polymorphism is used to defeat static hashes and simple pattern matching, especially in commodity malware families and packers.

    In plain English: Malware that keeps changing its form to avoid detection while doing the same harmful work.

    Example: "The AV vendor struggled because the campaign used polymorphic malware that rewrapped itself differently on each infection."

Related Terms