guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.63k stars 773 forks source link

Agents not dying on a bigger test #2459

Closed VakarisZ closed 1 year ago

VakarisZ commented 1 year ago

Describe the bug

When ran on a bigger test (with more exploited machines) some agents are missing stop time even though they are dead

To Reproduce

Steps to reproduce the behavior:

  1. Configure the Agent to exploit 5 machines at least (hadoop exploiter was susceptible to this)
  2. Run the monkey and see that not all agents have their shutdown time even though they are no longer running

Expected behavior

Dead agent should always have shutdown time

Screenshots

If applicable, add screenshots to help explain your problem.

Machine version (please complete the following information):

mssalvatore commented 1 year ago

(hadoop exploiter was susceptible to this)

Could this be related to #2464?