Polymorphism
Description
Polymorphic malware, or metamorphic malware, is a kind of malware that repeatedly modifies its appearance or signature. As a result, no two copies of the malware share the same hash. This helps the malware evade detection.
Infection Monkey is not truly metamorphic, but it can emulate this property by adding random bytes to each Agent before propagation.
Using Polymorphism
To emulate polymorphism:
- Go to Configuration→ Polymorphism
- Click Randomize Agent hash to turn on this feature.
- Click Submit.
Updated over 1 year ago