Skip to content

Commit 4238731

Browse files
committed
Merge branch '3244-polymorphism-docs' into develop
Issue #3244 PR #3342
2 parents ac949f7 + 808e819 commit 4238731

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

docs/content/usage/configuration/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Configuration"
33
date: 2020-06-07T19:08:51+03:00
44
draft: false
55
chapter: true
6-
weight: 4
6+
weight: 6
77
pre: "<i class='fas fa-sliders-h'></i> "
88
---
99

docs/content/usage/polymorphism.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Polymorphism"
3+
date: 2023-05-16T15:19:06+05:30
4+
draft: false
5+
weight: 5
6+
pre: "<i class='fas fa-file-signature'></i> "
7+
tags: ["usage", "polymorphism"]
8+
---
9+
10+
11+
## Description
12+
Polymorphic malware, or metamorphic malware, is a kind of malware that repeatedly
13+
modifies its appearance or signature. As a result, no two copies of the malware share
14+
the same hash. This helps the malware evade detection.
15+
16+
Infection Monkey is not truly metamorphic, but it has the ability to emulate this
17+
property by adding random bytes to each Agent before propagation.
18+
19+
## Using Polymorphism
20+
21+
![Polymorphism Configuration](/images/island/configuration_page/polymorphism_configuration.png "Polymorphism configuration")
Loading

0 commit comments

Comments
 (0)