From 4e1bc21e95e9b78f581318dcdec5d7ceb0c03c7f Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Fri, 3 Jun 2022 13:35:16 +0530 Subject: [PATCH] Docs: Add reference page about agent propagation --- docs/content/reference/agent_propagation.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/content/reference/agent_propagation.md diff --git a/docs/content/reference/agent_propagation.md b/docs/content/reference/agent_propagation.md new file mode 100644 index 000000000..7d1bb8004 --- /dev/null +++ b/docs/content/reference/agent_propagation.md @@ -0,0 +1,15 @@ +--- +title: "Agent propagation" +date: 2022-06-03T13:17:22+05:30 +draft: false +pre: ' ' +weight: 2 +tags: ["agent", "propagation", "reference"] +--- + +## How does the Infection Monkey Agent propagate to a new machine? + +Once an Agent exploits a vulnerable system, it propagates to the machine by copying the appropriate +Agent binary to it. + +On Windows, it is copied to `C:\Windows\temp\monkey64.exe`. On Linux, it is copied to `/tmp/monkey`.